blob: a67f20268f7510f4802d6ccad9b42b912c372875 [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
Harald Welte1a62db22022-05-17 12:06:58 +02008 smsc
Neels Hofmeyr18333fa2018-12-05 02:24:30 +01009 mncc-int
10 hlr
11...
12
13OsmoMSC(config)# network
14OsmoMSC(config-net)# list
15...
16 network country code <1-999>
17 mobile network code <0-999>
18 short name NAME
19 long name NAME
Eric Wilda7f80202021-06-09 04:04:06 +020020 encryption a5 <0-4> [<0-4>] [<0-4>] [<0-4>] [<0-4>]
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +020021 encryption uea <0-2> [<0-2>] [<0-2>]
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010022 authentication (optional|required)
23 rrlp mode (none|ms-based|ms-preferred|ass-preferred)
24 mm info (0|1)
25 timezone <-19-19> (0|15|30|45)
26 timezone <-19-19> (0|15|30|45) <0-2>
27 no timezone
Keith Whyte991bb422019-08-08 15:43:40 +020028 call-waiting
29 no call-waiting
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010030
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +020031OsmoMSC(config-net)# encryption?
32 encryption Encryption options
33OsmoMSC(config-net)# encryption ?
34 a5 GSM A5 Air Interface Encryption.
Harald Welte505a94a2021-02-06 17:12:20 +010035 uea UTRAN (3G) encryption algorithms to allow: 0 = UEA0 (no encryption), 1 = UEA1, 2 = UEA2.
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +020036
37OsmoMSC(config-net)# encryption uea ?
38 <0-2> UEAn Algorithm Number
39OsmoMSC(config-net)# encryption uea 0 ?
40 [<0-2>] UEAn Algorithm Number
41OsmoMSC(config-net)# encryption uea 0 1 ?
42 [<0-2>] UEAn Algorithm Number
43OsmoMSC(config-net)# encryption uea 0 1 2 ?
44 <cr>
45
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010046OsmoMSC(config-net)# exit
47OsmoMSC(config)# msc
48OsmoMSC(config-msc)# list
49...
50 assign-tmsi
Keith Whytea1a70be2021-05-16 02:59:52 +020051 lcls-permitted
52 no lcls-permitted
Neels Hofmeyr80447eb2018-12-05 01:11:28 +010053 mncc internal
54 mncc external MNCC_SOCKET_PATH
Neels Hofmeyr05c56802018-12-05 01:07:03 +010055 mncc guard-timeout <0-255>
Vadim Yanitskiy64623e12018-11-28 23:05:51 +070056 ncss guard-timeout <0-255>
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010057 no assign-tmsi
58 auth-tuple-max-reuse-count <-1-2147483647>
59 auth-tuple-reuse-on-error (0|1)
Oliver Smith03ded912019-05-02 10:40:50 +020060 check-imei-rqd (0|1|early)
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010061 cs7-instance-a <0-15>
62 cs7-instance-iu <0-15>
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010063 emergency-call route-to-msisdn MSISDN
Vadim Yanitskiyf40e46f2018-11-20 06:20:53 +070064 sms-over-gsup
65 no sms-over-gsup
Pau Espin Pedrol4faff9e2019-05-06 19:29:11 +020066 osmux (on|off|only)
Neels Hofmeyrc4628a32018-12-07 14:47:34 +010067 handover-number range MSISDN_FIRST MSISDN_LAST
Neels Hofmeyr9aac5c22020-05-27 00:04:26 +020068 nri bitlen <0-15>
69 nri add <0-32767> [<0-32767>]
70 nri del <0-32767> [<0-32767>]
Neels Hofmeyrc4628a32018-12-07 14:47:34 +010071 neighbor (a|iu) lac <0-65535> (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
72 neighbor (a|iu) lac-ci <0-65535> <0-65535> (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
73 neighbor (a|iu) cgi <0-999> <0-999> <0-65535> <0-65535> (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
74 no neighbor (a|iu) (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
Vadim Yanitskiybaf71a72020-01-25 10:49:14 +070075 timer [(vlr|mgw|mncc|sccp|geran|utran|sgs)] [TNNNN] [(<0-2147483647>|default)]
Pau Espin Pedrol047c5d92020-09-09 13:18:38 +020076 mgw local-ip (A.B.C.D|X:X::X:X)
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010077 mgw local-port <0-65535>
Pau Espin Pedrol047c5d92020-09-09 13:18:38 +020078 mgw remote-ip (A.B.C.D|X:X::X:X)
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010079 mgw remote-port <0-65535>
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010080...
81
Vadim Yanitskiy64623e12018-11-28 23:05:51 +070082OsmoMSC(config-msc)# ncss?
83 ncss Configure call independent Supplementary Services
84
85OsmoMSC(config-msc)# ncss ?
86 guard-timeout Set guard timer for session activity
87
Neels Hofmeyr80447eb2018-12-05 01:11:28 +010088OsmoMSC(config-msc)# mncc?
89 mncc Configure Mobile Network Call Control
90
91OsmoMSC(config-msc)# mncc ?
92 internal Use internal MNCC handler (default; changes need a program restart)
93 external Use external MNCC handler (changes need a program restart)
94 guard-timeout Set global guard timer for mncc interface activity
95
96OsmoMSC(config-msc)# mncc external ?
97 MNCC_SOCKET_PATH File system path to create the MNCC unix domain socket at
98
99OsmoMSC(config-msc)# mncc external /path/not/used
100OsmoMSC(config-msc)# show running-config
101...
102msc
103...
104 mncc external /path/not/used
105...
106
107OsmoMSC(config-msc)# mncc internal
108OsmoMSC(config-msc)# show running-config
109... ! mncc external
110
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100111OsmoMSC(config-msc)# exit
112OsmoMSC(config)# mncc-int
113OsmoMSC(config-mncc-int)# list
114...
115 default-codec tch-f (fr|efr|amr)
116 default-codec tch-h (hr|amr)
117
118OsmoMSC(config-mncc-int)# exit
119OsmoMSC(config)# hlr
120OsmoMSC(config-hlr)# list
121...
122 remote-ip A.B.C.D
123 remote-port <1-65535>
Neels Hofmeyr3a3ed9b2018-12-20 00:46:40 +0100124 ipa-name NAME
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100125
126OsmoMSC(config-hlr)# exit
127OsmoMSC(config)# exit
128OsmoMSC# configure terminal
129OsmoMSC(config)# network
130OsmoMSC(config-net)# end
Harald Welte0df904d2018-12-03 11:00:04 +0100131
132OsmoMSC# configure terminal
133OsmoMSC(config)# sgs
134OsmoMSC(config-sgs)# list
135...
136 local-ip A.B.C.D
137 local-port <0-65535>
138 timer (ts5|ts6-2|ts7|ts11|ts14|ts15) <1-120>
139 counter (ns7|ns11) <0-255>
140 vlr-name FQDN
141OsmoMSC(config-sgs)# end
142
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100143OsmoMSC# disable
144OsmoMSC> enable
145
146OsmoMSC# ! Punching some '...' holes because of optional SMPP, Iu
147OsmoMSC# show running-config
148...
149network
150 network country code 001
151 mobile network code 01
152 short name OsmoMSC
153 long name OsmoMSC
154 encryption a5 0
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +0200155 encryption uea 1 2
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100156 authentication optional
157 rrlp mode none
158 mm info 1
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100159msc
Neels Hofmeyr05c56802018-12-05 01:07:03 +0100160 mncc guard-timeout 180
Vadim Yanitskiy64623e12018-11-28 23:05:51 +0700161 ncss guard-timeout 30
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100162 assign-tmsi
163 cs7-instance-a 0
164...
165 auth-tuple-max-reuse-count 3
166 auth-tuple-reuse-on-error 1
167 mgw local-port 2728
Philipp Maier72b8c382020-03-24 20:30:21 +0100168 mgw remote-ip 127.0.0.1
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100169 mgw remote-port 2427
170mncc-int
171 default-codec tch-f fr
172 default-codec tch-h hr
173...
174hlr
175 remote-ip 127.0.0.1
176 remote-port 4222
Harald Welte0df904d2018-12-03 11:00:04 +0100177sgs
Vadim Yanitskiy4d758772019-02-23 16:16:44 +0700178 local-port 29118
Harald Welte0df904d2018-12-03 11:00:04 +0100179 local-ip 0.0.0.0
180 vlr-name vlr.example.net
Harald Welte1a62db22022-05-17 12:06:58 +0200181smsc
182 queue max-pending 20
183 queue max-failure 1
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100184end
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +0200185
186OsmoMSC# configure terminal
187OsmoMSC(config)# network
188OsmoMSC(config-net)# encryption uea 0
189OsmoMSC(config-net)# show running-config
190...
191 encryption uea 0
192...
193
194OsmoMSC(config-net)# encryption uea 1
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +0200195OsmoMSC(config-net)# show running-config
196...
Harald Welte505a94a2021-02-06 17:12:20 +0100197 encryption uea 1
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +0200198...
199
200OsmoMSC(config-net)# encryption uea 2
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +0200201OsmoMSC(config-net)# show running-config
202...
Harald Welte505a94a2021-02-06 17:12:20 +0100203 encryption uea 2
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +0200204...
205
206OsmoMSC(config-net)# encryption uea 0 1
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +0200207OsmoMSC(config-net)# show running-config
208...
Harald Welte505a94a2021-02-06 17:12:20 +0100209 encryption uea 0 1
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +0200210...
211
212OsmoMSC(config-net)# encryption uea 0 2
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +0200213OsmoMSC(config-net)# show running-config
214...
Harald Welte505a94a2021-02-06 17:12:20 +0100215 encryption uea 0 2
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +0200216...
217
218OsmoMSC(config-net)# encryption uea 1 2
219OsmoMSC(config-net)# show running-config
220...
221 encryption uea 1 2
222...