blob: 550657b4370c502ef374b39391243e8745b6253e [file] [log] [blame]
Neels Hofmeyrbacb74f2022-08-29 16:24:12 +02001!
2! OsmoHNBGW (1.1.0) configuration saved from vty
3!!
4!
5log stderr
6 logging filter all 1
7 logging color 1
Neels Hofmeyra1af9462023-03-09 02:52:26 +01008 logging print category-hex 0
Neels Hofmeyrbacb74f2022-08-29 16:24:12 +02009 logging print category 1
10 logging print thread-id 0
11 logging print extended-timestamp 1
Neels Hofmeyra1af9462023-03-09 02:52:26 +010012 logging print level 1
13 logging print file basename last
Neels Hofmeyrbacb74f2022-08-29 16:24:12 +020014 logging level set-all debug
Neels Hofmeyra1af9462023-03-09 02:52:26 +010015 logging level ranap info
16 logging level rua info
17 logging level lss7 error
18 logging level lm3ua error
19 logging level linp error
20 logging level lpfcp info
21 logging level lsua notice
22 logging level lsccp notice
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020023 logging print timestamp date
Neels Hofmeyrbacb74f2022-08-29 16:24:12 +020024!
25line vty
26 no login
27!
28cs7 instance 0
29 point-code 0.23.5
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020030
31 sccp-address msc-naught
Neels Hofmeyrbacb74f2022-08-29 16:24:12 +020032 routing-indicator PC
33 point-code 0.23.4
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020034
35 sccp-address msc-one
36 routing-indicator PC
37 point-code 0.0.2
38
39 sccp-address msc-two
40 routing-indicator PC
41 point-code 0.0.3
42
43 sccp-address msc-three
44 routing-indicator PC
45 point-code 0.0.4
46
47 sccp-address sgsn-naught
Neels Hofmeyrbacb74f2022-08-29 16:24:12 +020048 routing-indicator PC
49 point-code 0.23.1
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020050
51 sccp-address sgsn-one
52 routing-indicator PC
53 point-code 0.1.2
54
55 sccp-address sgsn-two
56 routing-indicator PC
57 point-code 0.1.3
58
59 sccp-address sgsn-three
60 routing-indicator PC
61 point-code 0.1.4
62
Neels Hofmeyrbacb74f2022-08-29 16:24:12 +020063hnbgw
64 log-prefix hnb-id
65 iuh
66 local-ip 127.0.0.1
67 local-port 29169
68 hnbap-allow-tmsi 1
Neels Hofmeyrbacb74f2022-08-29 16:24:12 +020069 pfcp
70 remote-addr 127.0.0.1
71 local-addr 127.0.0.2
72 local-port 8805
73 timer pfcp x26 5
Neels Hofmeyr7d0e6802023-04-20 20:43:55 +020074
75msc 0
76 remote-addr msc-naught
77
78msc 1
79 remote-addr msc-one
80
81msc 2
82 remote-addr msc-two
83
84msc 3
85 remote-addr msc-three
86
87sgsn 0
88 remote-addr sgsn-naught
89
90sgsn 1
91 remote-addr sgsn-one
92
93sgsn 2
94 remote-addr sgsn-two
95
96sgsn 3
97 remote-addr sgsn-three
98
99hnbgw
100 iucs
101 nri bitlen 10
102 # a NULL NRI that is outside the NRI ranges used by the MSCs:
103 nri null add 0
104 # a NULL NRI that is also used by an MSC:
105 nri null add 1
106msc 0
107 nri add 1 255
108msc 1
109 nri add 256 511
110msc 2
111 nri add 512 767
112 # range 768-1000 is not assigned to any MSC on purpose
113msc 3
114 nri add 1001 1023
115
116hnbgw
117 iups
118 nri bitlen 10
119 # a NULL NRI that is outside the NRI ranges used by the SGSNs:
120 nri null add 0
121 # a NULL NRI that is also used by an SGSN:
122 nri null add 1
123sgsn 0
124 nri add 1 255
125sgsn 1
126 nri add 256 511
127sgsn 2
128 nri add 512 767
129 # range 768-1000 is not assigned to any SGSN on purpose
130sgsn 3
131 nri add 1001 1023