blob: 60f0aba63b988b452deca528c6f3c6ec68b4376b [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
Oliver Smith0bc9e962023-11-07 14:16:04 +010054 # reduce default X31 from 15 seconds
55 # https://gerrit.osmocom.org/c/osmo-hnbgw/+/34922
56 timer hnbgw X31 5
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020057
58msc 0
59 remote-addr msc-naught
60
61msc 1
62 remote-addr msc-one
63
64msc 2
65 remote-addr msc-two
66
67msc 3
68 remote-addr msc-three
69
70sgsn 0
71 remote-addr sgsn-naught
72
73sgsn 1
74 remote-addr sgsn-one
75
76sgsn 2
77 remote-addr sgsn-two
78
79sgsn 3
80 remote-addr sgsn-three
81
82hnbgw
Daniel Willmann19b8d902022-01-05 09:12:34 +010083 iucs
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020084 nri bitlen 10
85 # a NULL NRI that is outside the NRI ranges used by the MSCs:
86 nri null add 0
87 # a NULL NRI that is also used by an MSC:
88 nri null add 1
89msc 0
90 nri add 1 255
91msc 1
92 nri add 256 511
93msc 2
94 nri add 512 767
95 # range 768-1000 is not assigned to any MSC on purpose
96msc 3
97 nri add 1001 1023
98
99hnbgw
Daniel Willmann19b8d902022-01-05 09:12:34 +0100100 iups
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +0200101 nri bitlen 10
102 # a NULL NRI that is outside the NRI ranges used by the SGSNs:
103 nri null add 0
104 # a NULL NRI that is also used by an SGSN:
105 nri null add 1
106sgsn 0
107 nri add 1 255
108sgsn 1
109 nri add 256 511
110sgsn 2
111 nri add 512 767
112 # range 768-1000 is not assigned to any SGSN on purpose
113sgsn 3
114 nri add 1001 1023