blob: edb891b6579e95de2d6aa759c36d52d64c29735f [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
Keith Whyte991bb422019-08-08 15:43:40 +020027 call-waiting
28 no call-waiting
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010029
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
Vadim Yanitskiybaf71a72020-01-25 10:49:14 +070070 timer [(vlr|mgw|mncc|sccp|geran|utran|sgs)] [TNNNN] [(<0-2147483647>|default)]
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010071 mgw local-ip A.B.C.D
72 mgw local-port <0-65535>
73 mgw remote-ip A.B.C.D
74 mgw remote-port <0-65535>
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010075...
76
Vadim Yanitskiy64623e12018-11-28 23:05:51 +070077OsmoMSC(config-msc)# ncss?
78 ncss Configure call independent Supplementary Services
79
80OsmoMSC(config-msc)# ncss ?
81 guard-timeout Set guard timer for session activity
82
Neels Hofmeyr80447eb2018-12-05 01:11:28 +010083OsmoMSC(config-msc)# mncc?
84 mncc Configure Mobile Network Call Control
85
86OsmoMSC(config-msc)# mncc ?
87 internal Use internal MNCC handler (default; changes need a program restart)
88 external Use external MNCC handler (changes need a program restart)
89 guard-timeout Set global guard timer for mncc interface activity
90
91OsmoMSC(config-msc)# mncc external ?
92 MNCC_SOCKET_PATH File system path to create the MNCC unix domain socket at
93
94OsmoMSC(config-msc)# mncc external /path/not/used
95OsmoMSC(config-msc)# show running-config
96...
97msc
98...
99 mncc external /path/not/used
100...
101
102OsmoMSC(config-msc)# mncc internal
103OsmoMSC(config-msc)# show running-config
104... ! mncc external
105
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100106OsmoMSC(config-msc)# exit
107OsmoMSC(config)# mncc-int
108OsmoMSC(config-mncc-int)# list
109...
110 default-codec tch-f (fr|efr|amr)
111 default-codec tch-h (hr|amr)
112
113OsmoMSC(config-mncc-int)# exit
114OsmoMSC(config)# hlr
115OsmoMSC(config-hlr)# list
116...
117 remote-ip A.B.C.D
118 remote-port <1-65535>
Neels Hofmeyr3a3ed9b2018-12-20 00:46:40 +0100119 ipa-name NAME
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100120
121OsmoMSC(config-hlr)# exit
122OsmoMSC(config)# exit
123OsmoMSC# configure terminal
124OsmoMSC(config)# network
125OsmoMSC(config-net)# end
Harald Welte0df904d2018-12-03 11:00:04 +0100126
127OsmoMSC# configure terminal
128OsmoMSC(config)# sgs
129OsmoMSC(config-sgs)# list
130...
131 local-ip A.B.C.D
132 local-port <0-65535>
133 timer (ts5|ts6-2|ts7|ts11|ts14|ts15) <1-120>
134 counter (ns7|ns11) <0-255>
135 vlr-name FQDN
136OsmoMSC(config-sgs)# end
137
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100138OsmoMSC# disable
139OsmoMSC> enable
140
141OsmoMSC# ! Punching some '...' holes because of optional SMPP, Iu
142OsmoMSC# show running-config
143...
144network
145 network country code 001
146 mobile network code 01
147 short name OsmoMSC
148 long name OsmoMSC
149 encryption a5 0
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +0200150 encryption uea 1 2
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100151 authentication optional
152 rrlp mode none
153 mm info 1
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100154msc
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
Philipp Maier72b8c382020-03-24 20:30:21 +0100163 mgw remote-ip 127.0.0.1
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100164 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...