blob: 3ccc28d9fe55f4ccad73da52f1164077c7890b12 [file] [log] [blame]
Daniel Willmann19b8d902022-01-05 09:12:34 +01001!
2! OsmoHNBGW (1.1.0) configuration saved from vty
3!!
4!
5log stderr
6 logging filter all 1
7 logging color 1
8 logging print category-hex 1
9 logging print category 1
10 logging print thread-id 0
11 logging print extended-timestamp 1
12 logging print file 1
13 logging level set-all debug
14!
15line vty
16 no login
17!
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020018
Daniel Willmann19b8d902022-01-05 09:12:34 +010019cs7 instance 0
20 point-code 0.23.5
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020021
22 sccp-address msc-naught
Daniel Willmann19b8d902022-01-05 09:12:34 +010023 point-code 0.23.4
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020024
25 sccp-address msc-one
26 point-code 0.0.2
27
28 sccp-address msc-two
29 point-code 0.0.3
30
31 sccp-address msc-three
32 point-code 0.0.4
33
34 sccp-address sgsn-naught
Daniel Willmann19b8d902022-01-05 09:12:34 +010035 point-code 0.23.1
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020036
37 sccp-address sgsn-one
38 point-code 0.1.2
39
40 sccp-address sgsn-two
41 point-code 0.1.3
42
43 sccp-address sgsn-three
44 point-code 0.1.4
45
Daniel Willmann19b8d902022-01-05 09:12:34 +010046hnbgw
47 log-prefix hnb-id
48 iuh
49 local-ip 127.0.0.1
50 local-port 29169
51 hnbap-allow-tmsi 1
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020052 # don't spam RANAP RESET messages for up to eight CN links across all tests
53 timer hnbgw T4 60
54
55msc 0
56 remote-addr msc-naught
57
58msc 1
59 remote-addr msc-one
60
61msc 2
62 remote-addr msc-two
63
64msc 3
65 remote-addr msc-three
66
67sgsn 0
68 remote-addr sgsn-naught
69
70sgsn 1
71 remote-addr sgsn-one
72
73sgsn 2
74 remote-addr sgsn-two
75
76sgsn 3
77 remote-addr sgsn-three
78
79hnbgw
Daniel Willmann19b8d902022-01-05 09:12:34 +010080 iucs
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020081 nri bitlen 10
82 # a NULL NRI that is outside the NRI ranges used by the MSCs:
83 nri null add 0
84 # a NULL NRI that is also used by an MSC:
85 nri null add 1
86msc 0
87 nri add 1 255
88msc 1
89 nri add 256 511
90msc 2
91 nri add 512 767
92 # range 768-1000 is not assigned to any MSC on purpose
93msc 3
94 nri add 1001 1023
95
96hnbgw
Daniel Willmann19b8d902022-01-05 09:12:34 +010097 iups
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020098 nri bitlen 10
99 # a NULL NRI that is outside the NRI ranges used by the SGSNs:
100 nri null add 0
101 # a NULL NRI that is also used by an SGSN:
102 nri null add 1
103sgsn 0
104 nri add 1 255
105sgsn 1
106 nri add 256 511
107sgsn 2
108 nri add 512 767
109 # range 768-1000 is not assigned to any SGSN on purpose
110sgsn 3
111 nri add 1001 1023