blob: 9fa9d2a221ddb83e00838aa03edd324d828b1817 [file] [log] [blame]
Neels Hofmeyr18333fa2018-12-05 02:24:30 +01001OsmoMSC> enable
2OsmoMSC# configure terminal
3OsmoMSC(config)# list
4...
5 network
6 msc
7 mncc-int
8 hlr
9...
10
11OsmoMSC(config)# network
12OsmoMSC(config-net)# list
13...
14 network country code <1-999>
15 mobile network code <0-999>
16 short name NAME
17 long name NAME
18 encryption a5 <0-3> [<0-3>] [<0-3>] [<0-3>]
19 authentication (optional|required)
20 rrlp mode (none|ms-based|ms-preferred|ass-preferred)
21 mm info (0|1)
22 timezone <-19-19> (0|15|30|45)
23 timezone <-19-19> (0|15|30|45) <0-2>
24 no timezone
25 periodic location update <6-1530>
26 no periodic location update
27
28OsmoMSC(config-net)# exit
29OsmoMSC(config)# msc
30OsmoMSC(config-msc)# list
31...
32 assign-tmsi
Neels Hofmeyr05c56802018-12-05 01:07:03 +010033 mncc guard-timeout <0-255>
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010034 no assign-tmsi
35 auth-tuple-max-reuse-count <-1-2147483647>
36 auth-tuple-reuse-on-error (0|1)
37 cs7-instance-a <0-15>
38 cs7-instance-iu <0-15>
39 paging response-timer (default|<1-65535>)
40 emergency-call route-to-msisdn MSISDN
41 mgw local-ip A.B.C.D
42 mgw local-port <0-65535>
43 mgw remote-ip A.B.C.D
44 mgw remote-port <0-65535>
45 mgw endpoint-range <1-65534> <1-65534>
46 mgw bts-base <0-65534>
47...
48
49OsmoMSC(config-msc)# exit
50OsmoMSC(config)# mncc-int
51OsmoMSC(config-mncc-int)# list
52...
53 default-codec tch-f (fr|efr|amr)
54 default-codec tch-h (hr|amr)
55
56OsmoMSC(config-mncc-int)# exit
57OsmoMSC(config)# hlr
58OsmoMSC(config-hlr)# list
59...
60 remote-ip A.B.C.D
61 remote-port <1-65535>
62
63OsmoMSC(config-hlr)# exit
64OsmoMSC(config)# exit
65OsmoMSC# configure terminal
66OsmoMSC(config)# network
67OsmoMSC(config-net)# end
68OsmoMSC# disable
69OsmoMSC> enable
70
71OsmoMSC# ! Punching some '...' holes because of optional SMPP, Iu
72OsmoMSC# show running-config
73...
74network
75 network country code 001
76 mobile network code 01
77 short name OsmoMSC
78 long name OsmoMSC
79 encryption a5 0
80 authentication optional
81 rrlp mode none
82 mm info 1
83 periodic location update 30
84msc
Neels Hofmeyr05c56802018-12-05 01:07:03 +010085 mncc guard-timeout 180
Neels Hofmeyr18333fa2018-12-05 02:24:30 +010086 assign-tmsi
87 cs7-instance-a 0
88...
89 auth-tuple-max-reuse-count 3
90 auth-tuple-reuse-on-error 1
91 mgw local-port 2728
92 mgw remote-ip 10.23.24.1
93 mgw remote-port 2427
94mncc-int
95 default-codec tch-f fr
96 default-codec tch-h hr
97...
98hlr
99 remote-ip 127.0.0.1
100 remote-port 4222
101end