blob: 400bc7d66af1613d6a6c7a25ec5703bf02524b1d [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
Pau Espin Pedrolb44cf2d2022-10-17 18:09:15 +020030 mgw <0-255>
31 no mgw <0-255>
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010032
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +020033OsmoMSC(config-net)# encryption?
34 encryption Encryption options
35OsmoMSC(config-net)# encryption ?
36 a5 GSM A5 Air Interface Encryption.
Harald Welte505a94a2021-02-06 17:12:20 +010037 uea UTRAN (3G) encryption algorithms to allow: 0 = UEA0 (no encryption), 1 = UEA1, 2 = UEA2.
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +020038
39OsmoMSC(config-net)# encryption uea ?
40 <0-2> UEAn Algorithm Number
41OsmoMSC(config-net)# encryption uea 0 ?
42 [<0-2>] UEAn Algorithm Number
43OsmoMSC(config-net)# encryption uea 0 1 ?
44 [<0-2>] UEAn Algorithm Number
45OsmoMSC(config-net)# encryption uea 0 1 2 ?
46 <cr>
47
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010048OsmoMSC(config-net)# exit
49OsmoMSC(config)# msc
50OsmoMSC(config-msc)# list
51...
52 assign-tmsi
Keith Whytea1a70be2021-05-16 02:59:52 +020053 lcls-permitted
54 no lcls-permitted
Neels Hofmeyr80447eb2018-12-05 01:11:28 +010055 mncc internal
56 mncc external MNCC_SOCKET_PATH
Neels Hofmeyr05c56802018-12-05 01:07:03 +010057 mncc guard-timeout <0-255>
Vadim Yanitskiy64623e12018-11-28 23:05:51 +070058 ncss guard-timeout <0-255>
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010059 no assign-tmsi
60 auth-tuple-max-reuse-count <-1-2147483647>
61 auth-tuple-reuse-on-error (0|1)
Oliver Smith03ded912019-05-02 10:40:50 +020062 check-imei-rqd (0|1|early)
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010063 cs7-instance-a <0-15>
64 cs7-instance-iu <0-15>
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010065 emergency-call route-to-msisdn MSISDN
Vadim Yanitskiyf40e46f2018-11-20 06:20:53 +070066 sms-over-gsup
67 no sms-over-gsup
Pau Espin Pedrol4faff9e2019-05-06 19:29:11 +020068 osmux (on|off|only)
Neels Hofmeyrc4628a32018-12-07 14:47:34 +010069 handover-number range MSISDN_FIRST MSISDN_LAST
Neels Hofmeyr9aac5c22020-05-27 00:04:26 +020070 nri bitlen <0-15>
71 nri add <0-32767> [<0-32767>]
72 nri del <0-32767> [<0-32767>]
Neels Hofmeyrc4628a32018-12-07 14:47:34 +010073 neighbor (a|iu) lac <0-65535> (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
74 neighbor (a|iu) lac-ci <0-65535> <0-65535> (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
75 neighbor (a|iu) cgi <0-999> <0-999> <0-65535> <0-65535> (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
76 no neighbor (a|iu) (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
Vadim Yanitskiybaf71a72020-01-25 10:49:14 +070077 timer [(vlr|mgw|mncc|sccp|geran|utran|sgs)] [TNNNN] [(<0-2147483647>|default)]
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010078...
79
Vadim Yanitskiy64623e12018-11-28 23:05:51 +070080OsmoMSC(config-msc)# ncss?
81 ncss Configure call independent Supplementary Services
82
83OsmoMSC(config-msc)# ncss ?
84 guard-timeout Set guard timer for session activity
85
Neels Hofmeyr80447eb2018-12-05 01:11:28 +010086OsmoMSC(config-msc)# mncc?
87 mncc Configure Mobile Network Call Control
88
89OsmoMSC(config-msc)# mncc ?
90 internal Use internal MNCC handler (default; changes need a program restart)
91 external Use external MNCC handler (changes need a program restart)
92 guard-timeout Set global guard timer for mncc interface activity
93
94OsmoMSC(config-msc)# mncc external ?
95 MNCC_SOCKET_PATH File system path to create the MNCC unix domain socket at
96
97OsmoMSC(config-msc)# mncc external /path/not/used
98OsmoMSC(config-msc)# show running-config
99...
100msc
101...
102 mncc external /path/not/used
103...
104
105OsmoMSC(config-msc)# mncc internal
106OsmoMSC(config-msc)# show running-config
107... ! mncc external
108
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100109OsmoMSC(config-msc)# exit
110OsmoMSC(config)# mncc-int
111OsmoMSC(config-mncc-int)# list
112...
113 default-codec tch-f (fr|efr|amr)
114 default-codec tch-h (hr|amr)
115
116OsmoMSC(config-mncc-int)# exit
117OsmoMSC(config)# hlr
118OsmoMSC(config-hlr)# list
119...
120 remote-ip A.B.C.D
121 remote-port <1-65535>
Neels Hofmeyr3a3ed9b2018-12-20 00:46:40 +0100122 ipa-name NAME
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100123
124OsmoMSC(config-hlr)# exit
125OsmoMSC(config)# exit
126OsmoMSC# configure terminal
127OsmoMSC(config)# network
128OsmoMSC(config-net)# end
Harald Welte0df904d2018-12-03 11:00:04 +0100129
130OsmoMSC# configure terminal
131OsmoMSC(config)# sgs
132OsmoMSC(config-sgs)# list
133...
134 local-ip A.B.C.D
135 local-port <0-65535>
136 timer (ts5|ts6-2|ts7|ts11|ts14|ts15) <1-120>
137 counter (ns7|ns11) <0-255>
138 vlr-name FQDN
139OsmoMSC(config-sgs)# end
140
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100141OsmoMSC# disable
142OsmoMSC> enable
143
144OsmoMSC# ! Punching some '...' holes because of optional SMPP, Iu
145OsmoMSC# show running-config
146...
147network
148 network country code 001
149 mobile network code 01
150 short name OsmoMSC
151 long name OsmoMSC
152 encryption a5 0
Neels Hofmeyr4dfb2ba2019-08-13 16:00:37 +0200153 encryption uea 1 2
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100154 authentication optional
155 rrlp mode none
156 mm info 1
Pau Espin Pedrolb44cf2d2022-10-17 18:09:15 +0200157...
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100158msc
Neels Hofmeyr05c56802018-12-05 01:07:03 +0100159 mncc guard-timeout 180
Vadim Yanitskiy64623e12018-11-28 23:05:51 +0700160 ncss guard-timeout 30
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100161 assign-tmsi
162 cs7-instance-a 0
163...
164 auth-tuple-max-reuse-count 3
165 auth-tuple-reuse-on-error 1
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100166mncc-int
167 default-codec tch-f fr
168 default-codec tch-h hr
169...
170hlr
171 remote-ip 127.0.0.1
172 remote-port 4222
Harald Welte0df904d2018-12-03 11:00:04 +0100173sgs
Vadim Yanitskiy4d758772019-02-23 16:16:44 +0700174 local-port 29118
Harald Welte0df904d2018-12-03 11:00:04 +0100175 local-ip 0.0.0.0
176 vlr-name vlr.example.net
Harald Welte1a62db22022-05-17 12:06:58 +0200177smsc
178 queue max-pending 20
179 queue max-failure 1
Harald Welte53e2e5f2022-05-17 14:39:51 +0200180 database delete-delivered 1
181 database delete-expired 1
Harald Weltea3c639f2022-05-17 19:01:43 +0200182 validity-period minimum 1
Harald Welte2765a182022-05-17 18:56:55 +0200183 validity-period default 10080
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...