blob: 8a9774b243f86b15db674511a0e5adba7711f2d2 [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
Harald Welte02660172024-04-21 15:18:49 +02007 logging color 1
8 logging print category-hex 1
Daniel Willmann19b8d902022-01-05 09:12:34 +01009 logging print category 1
10 logging print thread-id 0
11 logging print extended-timestamp 1
Harald Welte02660172024-04-21 15:18:49 +020012 logging print file 1
Daniel Willmann19b8d902022-01-05 09:12:34 +010013 logging level set-all debug
14!
15line vty
16 no login
17!
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020018
Harald Welte904b5f12024-04-04 02:47:30 +020019stats interval 0
20stats reporter statsd
21 prefix TTCN3
22 level subscriber
23 remote-ip 127.0.0.1
24 remote-port 8125
25 flush-period 1
26 mtu 1024
27 enable
28
Daniel Willmann19b8d902022-01-05 09:12:34 +010029cs7 instance 0
30 point-code 0.23.5
Harald Welte02660172024-04-21 15:18:49 +020031
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020032 sccp-address msc-naught
Daniel Willmann19b8d902022-01-05 09:12:34 +010033 point-code 0.23.4
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020034
35 sccp-address msc-one
36 point-code 0.0.2
37
38 sccp-address msc-two
39 point-code 0.0.3
40
41 sccp-address msc-three
42 point-code 0.0.4
43
44 sccp-address sgsn-naught
Daniel Willmann19b8d902022-01-05 09:12:34 +010045 point-code 0.23.1
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020046
47 sccp-address sgsn-one
48 point-code 0.1.2
49
50 sccp-address sgsn-two
51 point-code 0.1.3
52
53 sccp-address sgsn-three
54 point-code 0.1.4
55
Daniel Willmann19b8d902022-01-05 09:12:34 +010056hnbgw
57 log-prefix hnb-id
58 iuh
59 local-ip 127.0.0.1
60 local-port 29169
61 hnbap-allow-tmsi 1
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020062 # don't spam RANAP RESET messages for up to eight CN links across all tests
63 timer hnbgw T4 60
Oliver Smith0bc9e962023-11-07 14:16:04 +010064 # reduce default X31 from 15 seconds
65 # https://gerrit.osmocom.org/c/osmo-hnbgw/+/34922
66 timer hnbgw X31 5
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020067
68msc 0
69 remote-addr msc-naught
70
71msc 1
72 remote-addr msc-one
73
74msc 2
75 remote-addr msc-two
76
77msc 3
78 remote-addr msc-three
79
80sgsn 0
81 remote-addr sgsn-naught
82
83sgsn 1
84 remote-addr sgsn-one
85
86sgsn 2
87 remote-addr sgsn-two
88
89sgsn 3
90 remote-addr sgsn-three
91
92hnbgw
Daniel Willmann19b8d902022-01-05 09:12:34 +010093 iucs
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020094 nri bitlen 10
95 # a NULL NRI that is outside the NRI ranges used by the MSCs:
96 nri null add 0
97 # a NULL NRI that is also used by an MSC:
98 nri null add 1
99msc 0
100 nri add 1 255
101msc 1
102 nri add 256 511
103msc 2
104 nri add 512 767
105 # range 768-1000 is not assigned to any MSC on purpose
106msc 3
107 nri add 1001 1023
108
109hnbgw
Daniel Willmann19b8d902022-01-05 09:12:34 +0100110 iups
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +0200111 nri bitlen 10
112 # a NULL NRI that is outside the NRI ranges used by the SGSNs:
113 nri null add 0
114 # a NULL NRI that is also used by an SGSN:
115 nri null add 1
116sgsn 0
117 nri add 1 255
118sgsn 1
119 nri add 256 511
120sgsn 2
121 nri add 512 767
122 # range 768-1000 is not assigned to any SGSN on purpose
123sgsn 3
124 nri add 1001 1023