blob: 0ad390fc57b8e2aa1cd67b10e9d906b179d3e15b [file] [log] [blame]
Neels Hofmeyr18333fa2018-12-05 02:24:30 +01001OsmoMSC> enable
2OsmoMSC# configure terminal
3OsmoMSC(config)# list
4...
5 network
6 msc
Harald Welte0df904d2018-12-03 11:00:04 +01007 sgs
Neels Hofmeyr18333fa2018-12-05 02:24:30 +01008 mncc-int
9 hlr
10...
11
12OsmoMSC(config)# network
13OsmoMSC(config-net)# list
14...
15 network country code <1-999>
16 mobile network code <0-999>
17 short name NAME
18 long name NAME
19 encryption a5 <0-3> [<0-3>] [<0-3>] [<0-3>]
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +020020 encryption uea <0-2> [<0-2>] [<0-2>]
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010021 authentication (optional|required)
22 rrlp mode (none|ms-based|ms-preferred|ass-preferred)
23 mm info (0|1)
24 timezone <-19-19> (0|15|30|45)
25 timezone <-19-19> (0|15|30|45) <0-2>
26 no timezone
27 periodic location update <6-1530>
28 no periodic location update
29
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +020030OsmoMSC(config-net)# encryption?
31 encryption Encryption options
32OsmoMSC(config-net)# encryption ?
33 a5 GSM A5 Air Interface Encryption.
34 uea UTRAN (3G) encryption algorithms to allow: 0 = UEA0 (no encryption), 1 = UEA1, 2 = UEA2. NOTE: the current implementation does not allow free choice of combining encryption algorithms yet. The only valid settings are either 'encryption uea 0' or 'encryption uea 1 2'.
35
36OsmoMSC(config-net)# encryption uea ?
37 <0-2> UEAn Algorithm Number
38OsmoMSC(config-net)# encryption uea 0 ?
39 [<0-2>] UEAn Algorithm Number
40OsmoMSC(config-net)# encryption uea 0 1 ?
41 [<0-2>] UEAn Algorithm Number
42OsmoMSC(config-net)# encryption uea 0 1 2 ?
43 <cr>
44
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010045OsmoMSC(config-net)# exit
46OsmoMSC(config)# msc
47OsmoMSC(config-msc)# list
48...
49 assign-tmsi
Neels Hofmeyr80447eb2018-12-05 01:11:28 +010050 mncc internal
51 mncc external MNCC_SOCKET_PATH
Neels Hofmeyr05c56802018-12-05 01:07:03 +010052 mncc guard-timeout <0-255>
Vadim Yanitskiy64623e12018-11-28 23:05:51 +070053 ncss guard-timeout <0-255>
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010054 no assign-tmsi
55 auth-tuple-max-reuse-count <-1-2147483647>
56 auth-tuple-reuse-on-error (0|1)
Oliver Smith03ded912019-05-02 10:40:50 +020057 check-imei-rqd (0|1|early)
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010058 cs7-instance-a <0-15>
59 cs7-instance-iu <0-15>
60 paging response-timer (default|<1-65535>)
61 emergency-call route-to-msisdn MSISDN
Vadim Yanitskiyf40e46f2018-11-20 06:20:53 +070062 sms-over-gsup
63 no sms-over-gsup
Pau Espin Pedrol4faff9e2019-05-06 19:29:11 +020064 osmux (on|off|only)
Neels Hofmeyrc4628a32018-12-07 14:47:34 +010065 handover-number range MSISDN_FIRST MSISDN_LAST
66 neighbor (a|iu) lac <0-65535> (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
67 neighbor (a|iu) lac-ci <0-65535> <0-65535> (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
68 neighbor (a|iu) cgi <0-999> <0-999> <0-65535> <0-65535> (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
69 no neighbor (a|iu) (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010070 mgw local-ip A.B.C.D
71 mgw local-port <0-65535>
72 mgw remote-ip A.B.C.D
73 mgw remote-port <0-65535>
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010074...
75
Vadim Yanitskiy64623e12018-11-28 23:05:51 +070076OsmoMSC(config-msc)# ncss?
77 ncss Configure call independent Supplementary Services
78
79OsmoMSC(config-msc)# ncss ?
80 guard-timeout Set guard timer for session activity
81
Neels Hofmeyr80447eb2018-12-05 01:11:28 +010082OsmoMSC(config-msc)# mncc?
83 mncc Configure Mobile Network Call Control
84
85OsmoMSC(config-msc)# mncc ?
86 internal Use internal MNCC handler (default; changes need a program restart)
87 external Use external MNCC handler (changes need a program restart)
88 guard-timeout Set global guard timer for mncc interface activity
89
90OsmoMSC(config-msc)# mncc external ?
91 MNCC_SOCKET_PATH File system path to create the MNCC unix domain socket at
92
93OsmoMSC(config-msc)# mncc external /path/not/used
94OsmoMSC(config-msc)# show running-config
95...
96msc
97...
98 mncc external /path/not/used
99...
100
101OsmoMSC(config-msc)# mncc internal
102OsmoMSC(config-msc)# show running-config
103... ! mncc external
104
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100105OsmoMSC(config-msc)# exit
106OsmoMSC(config)# mncc-int
107OsmoMSC(config-mncc-int)# list
108...
109 default-codec tch-f (fr|efr|amr)
110 default-codec tch-h (hr|amr)
111
112OsmoMSC(config-mncc-int)# exit
113OsmoMSC(config)# hlr
114OsmoMSC(config-hlr)# list
115...
116 remote-ip A.B.C.D
117 remote-port <1-65535>
Neels Hofmeyr3a3ed9b2018-12-20 00:46:40 +0100118 ipa-name NAME
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100119
120OsmoMSC(config-hlr)# exit
121OsmoMSC(config)# exit
122OsmoMSC# configure terminal
123OsmoMSC(config)# network
124OsmoMSC(config-net)# end
Harald Welte0df904d2018-12-03 11:00:04 +0100125
126OsmoMSC# configure terminal
127OsmoMSC(config)# sgs
128OsmoMSC(config-sgs)# list
129...
130 local-ip A.B.C.D
131 local-port <0-65535>
132 timer (ts5|ts6-2|ts7|ts11|ts14|ts15) <1-120>
133 counter (ns7|ns11) <0-255>
134 vlr-name FQDN
135OsmoMSC(config-sgs)# end
136
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100137OsmoMSC# disable
138OsmoMSC> enable
139
140OsmoMSC# ! Punching some '...' holes because of optional SMPP, Iu
141OsmoMSC# show running-config
142...
143network
144 network country code 001
145 mobile network code 01
146 short name OsmoMSC
147 long name OsmoMSC
148 encryption a5 0
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +0200149 encryption uea 1 2
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100150 authentication optional
151 rrlp mode none
152 mm info 1
153 periodic location update 30
154msc
Neels Hofmeyr05c56802018-12-05 01:07:03 +0100155 mncc guard-timeout 180
Vadim Yanitskiy64623e12018-11-28 23:05:51 +0700156 ncss guard-timeout 30
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100157 assign-tmsi
158 cs7-instance-a 0
159...
160 auth-tuple-max-reuse-count 3
161 auth-tuple-reuse-on-error 1
162 mgw local-port 2728
163 mgw remote-ip 10.23.24.1
164 mgw remote-port 2427
165mncc-int
166 default-codec tch-f fr
167 default-codec tch-h hr
168...
169hlr
170 remote-ip 127.0.0.1
171 remote-port 4222
Harald Welte0df904d2018-12-03 11:00:04 +0100172sgs
Vadim Yanitskiy4d758772019-02-23 16:16:44 +0700173 local-port 29118
Harald Welte0df904d2018-12-03 11:00:04 +0100174 local-ip 0.0.0.0
175 vlr-name vlr.example.net
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100176end
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +0200177
178OsmoMSC# configure terminal
179OsmoMSC(config)# network
180OsmoMSC(config-net)# encryption uea 0
181OsmoMSC(config-net)# show running-config
182...
183 encryption uea 0
184...
185
186OsmoMSC(config-net)# encryption uea 1
187% Error: the current implementation does not allow free choice of combining
188% encryption algorithms yet. The only valid settings are either
189% encryption uea 0
190% or
191% encryption uea 1 2
192OsmoMSC(config-net)# show running-config
193...
194 encryption uea 0
195...
196
197OsmoMSC(config-net)# encryption uea 2
198% Error: the current implementation does not allow free choice of combining
199...
200OsmoMSC(config-net)# show running-config
201...
202 encryption uea 0
203...
204
205OsmoMSC(config-net)# encryption uea 0 1
206% Error: the current implementation does not allow free choice of combining
207...
208OsmoMSC(config-net)# show running-config
209...
210 encryption uea 0
211...
212
213OsmoMSC(config-net)# encryption uea 0 2
214% Error: the current implementation does not allow free choice of combining
215...
216OsmoMSC(config-net)# show running-config
217...
218 encryption uea 0
219...
220
221OsmoMSC(config-net)# encryption uea 1 2
222OsmoMSC(config-net)# show running-config
223...
224 encryption uea 1 2
225...