blob: 109e2ece2e3bd8259ae19f69f97ef786f3191cee [file] [log] [blame]
Pau Espin Pedrol4330ea92019-08-14 20:22:59 +02001OsmoSGSN> enable
2OsmoSGSN# show timer
3T3312 = 600 s Periodic RA Update timer (s) (default: 600 s)
4T3313 = 30 s Waiting for paging response timer (s) (default: 30 s)
Alexander Couzens4ad741e2017-02-03 22:16:05 +01005T3314 = 44 s READY timer. Force to STANDBY on expiry timer (s) (default: 44 s)
Pau Espin Pedrol4330ea92019-08-14 20:22:59 +02006T3316 = 44 s AA-Ready timer (s) (default: 44 s)
7T3322 = 6 s Detach request -> accept timer (s) (default: 6 s)
8T3350 = 6 s Waiting for ATT/RAU/TMSI_COMPL timer (s) (default: 6 s)
9T3360 = 6 s Waiting for AUTH/CIPH response timer (s) (default: 6 s)
10T3370 = 6 s Waiting for IDENTITY response timer (s) (default: 6 s)
11T3385 = 8 s Wait for ACT PDP CTX REQ timer (s) (default: 8 s)
12T3386 = 8 s Wait for MODIFY PDP CTX ACK timer (s) (default: 8 s)
13T3395 = 8 s Wait for DEACT PDP CTX ACK timer (s) (default: 8 s)
14T3397 = 8 s Wait for DEACT AA PDP CTX ACK timer (s) (default: 8 s)
Alexander Couzens5b0bc402019-10-08 14:30:59 +020015X1001 = 5 s RANAP Release timeout. Wait for RANAP Release Complete.On expiry release Iu connection (s) (default: 5 s)
Alexander Couzensf764dad2019-09-11 02:17:31 +020016X3314 = 44 s Iu User inactivity timer. On expiry release Iu connection (s) (default: 44 s)
Pau Espin Pedrol4330ea92019-08-14 20:22:59 +020017OsmoSGSN# configure terminal
18OsmoSGSN(config)# list
19...
20 sgsn
21 ctrl
22...
23 ns
24 bssgp
25...
26
27OsmoSGSN(config)# sgsn
28OsmoSGSN(config-sgsn)# list
29...
Keith2158c692020-10-19 22:24:48 +020030 gtp state-dir PATH
Pau Espin Pedrol4330ea92019-08-14 20:22:59 +020031 gtp local-ip A.B.C.D
32 ggsn <0-255> remote-ip A.B.C.D
33 ggsn <0-255> gtp-version (0|1)
34 ggsn <0-255> echo-interval <1-36000>
35 ggsn <0-255> no echo-interval
36 imsi-acl (add|del) IMSI
37 auth-policy (accept-all|closed|acl-only|remote)
38 authentication (optional|required)
39 encryption (GEA0|GEA1|GEA2|GEA3|GEA4)
40 gsup ipa-name NAME
41 gsup remote-ip A.B.C.D
42 gsup remote-port <0-65535>
43 gsup oap-id <0-65535>
44 gsup oap-k K
45 gsup oap-opc OPC
46 apn APNAME ggsn <0-255>
47 apn APNAME imsi-prefix IMSIPRE ggsn <0-255>
48 access-point-name NAME
49 no access-point-name NAME
50 cdr filename NAME
51 no cdr filename
52 cdr trap
53 no cdr trap
54 cdr interval <1-2147483647>
55 ggsn dynamic
56 grx-dns-add A.B.C.D
57 timer [TNNNN] [(<0-2147483647>|default)]
58 no compression rfc1144
59 compression rfc1144 active slots <1-256>
60 compression rfc1144 passive
61 no compression v42bis
62 compression v42bis active direction (ms|sgsn|both) codewords <512-65535> strlen <6-250>
63 compression v42bis passive
64...