blob: fb9e5f051327d61c31de4ab23960cb6cb9f7959c [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>]
20 authentication (optional|required)
21 rrlp mode (none|ms-based|ms-preferred|ass-preferred)
22 mm info (0|1)
23 timezone <-19-19> (0|15|30|45)
24 timezone <-19-19> (0|15|30|45) <0-2>
25 no timezone
26 periodic location update <6-1530>
27 no periodic location update
28
29OsmoMSC(config-net)# exit
30OsmoMSC(config)# msc
31OsmoMSC(config-msc)# list
32...
33 assign-tmsi
Neels Hofmeyr80447eb2018-12-05 01:11:28 +010034 mncc internal
35 mncc external MNCC_SOCKET_PATH
Neels Hofmeyr05c56802018-12-05 01:07:03 +010036 mncc guard-timeout <0-255>
Vadim Yanitskiy64623e12018-11-28 23:05:51 +070037 ncss guard-timeout <0-255>
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010038 no assign-tmsi
39 auth-tuple-max-reuse-count <-1-2147483647>
40 auth-tuple-reuse-on-error (0|1)
Oliver Smith0fec28a2018-12-14 10:52:52 +010041 check-imei-rqd (0|1)
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010042 cs7-instance-a <0-15>
43 cs7-instance-iu <0-15>
44 paging response-timer (default|<1-65535>)
45 emergency-call route-to-msisdn MSISDN
Vadim Yanitskiyf40e46f2018-11-20 06:20:53 +070046 sms-over-gsup
47 no sms-over-gsup
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010048 mgw local-ip A.B.C.D
49 mgw local-port <0-65535>
50 mgw remote-ip A.B.C.D
51 mgw remote-port <0-65535>
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010052...
53
Vadim Yanitskiy64623e12018-11-28 23:05:51 +070054OsmoMSC(config-msc)# ncss?
55 ncss Configure call independent Supplementary Services
56
57OsmoMSC(config-msc)# ncss ?
58 guard-timeout Set guard timer for session activity
59
Neels Hofmeyr80447eb2018-12-05 01:11:28 +010060OsmoMSC(config-msc)# mncc?
61 mncc Configure Mobile Network Call Control
62
63OsmoMSC(config-msc)# mncc ?
64 internal Use internal MNCC handler (default; changes need a program restart)
65 external Use external MNCC handler (changes need a program restart)
66 guard-timeout Set global guard timer for mncc interface activity
67
68OsmoMSC(config-msc)# mncc external ?
69 MNCC_SOCKET_PATH File system path to create the MNCC unix domain socket at
70
71OsmoMSC(config-msc)# mncc external /path/not/used
72OsmoMSC(config-msc)# show running-config
73...
74msc
75...
76 mncc external /path/not/used
77...
78
79OsmoMSC(config-msc)# mncc internal
80OsmoMSC(config-msc)# show running-config
81... ! mncc external
82
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010083OsmoMSC(config-msc)# exit
84OsmoMSC(config)# mncc-int
85OsmoMSC(config-mncc-int)# list
86...
87 default-codec tch-f (fr|efr|amr)
88 default-codec tch-h (hr|amr)
89
90OsmoMSC(config-mncc-int)# exit
91OsmoMSC(config)# hlr
92OsmoMSC(config-hlr)# list
93...
94 remote-ip A.B.C.D
95 remote-port <1-65535>
Neels Hofmeyr3a3ed9b2018-12-20 00:46:40 +010096 ipa-name NAME
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010097
98OsmoMSC(config-hlr)# exit
99OsmoMSC(config)# exit
100OsmoMSC# configure terminal
101OsmoMSC(config)# network
102OsmoMSC(config-net)# end
Harald Welte0df904d2018-12-03 11:00:04 +0100103
104OsmoMSC# configure terminal
105OsmoMSC(config)# sgs
106OsmoMSC(config-sgs)# list
107...
108 local-ip A.B.C.D
109 local-port <0-65535>
110 timer (ts5|ts6-2|ts7|ts11|ts14|ts15) <1-120>
111 counter (ns7|ns11) <0-255>
112 vlr-name FQDN
113OsmoMSC(config-sgs)# end
114
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100115OsmoMSC# disable
116OsmoMSC> enable
117
118OsmoMSC# ! Punching some '...' holes because of optional SMPP, Iu
119OsmoMSC# show running-config
120...
121network
122 network country code 001
123 mobile network code 01
124 short name OsmoMSC
125 long name OsmoMSC
126 encryption a5 0
127 authentication optional
128 rrlp mode none
129 mm info 1
130 periodic location update 30
131msc
Neels Hofmeyr05c56802018-12-05 01:07:03 +0100132 mncc guard-timeout 180
Vadim Yanitskiy64623e12018-11-28 23:05:51 +0700133 ncss guard-timeout 30
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100134 assign-tmsi
135 cs7-instance-a 0
136...
137 auth-tuple-max-reuse-count 3
138 auth-tuple-reuse-on-error 1
139 mgw local-port 2728
140 mgw remote-ip 10.23.24.1
141 mgw remote-port 2427
142mncc-int
143 default-codec tch-f fr
144 default-codec tch-h hr
145...
146hlr
147 remote-ip 127.0.0.1
148 remote-port 4222
Harald Welte0df904d2018-12-03 11:00:04 +0100149sgs
150 local-ip 0.0.0.0
151 vlr-name vlr.example.net
Neels Hofmeyr18333fa2018-12-05 02:24:30 +0100152end