aboutsummaryrefslogtreecommitdiffstats
path: root/tests/osmo-sgsn_test-nodes.vty
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2020-12-14 16:22:39 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2020-12-29 16:38:49 +0100
commitef3c9af0f990f0825d5122a1430697f53542eccc (patch)
treeeee237e592afab052db30028b7e05d69cc553b57 /tests/osmo-sgsn_test-nodes.vty
parent5a21f07dff76e10c6c36edd555565e6f1ba943dd (diff)
gbproxy: Add SGSN NRI configuration
In order to support SGSN pooling we need to configure the various NRI parameters such as the bitlen, NULL NRI, and which NRIs are assigned to which SGSN. Related: OS#4890, OS#4472 Change-Id: Id67592aa7712e5e04e7264b2fb8f26d57eb7e69e
Diffstat (limited to 'tests/osmo-sgsn_test-nodes.vty')
-rw-r--r--tests/osmo-sgsn_test-nodes.vty64
1 files changed, 64 insertions, 0 deletions
diff --git a/tests/osmo-sgsn_test-nodes.vty b/tests/osmo-sgsn_test-nodes.vty
new file mode 100644
index 000000000..109e2ece2
--- /dev/null
+++ b/tests/osmo-sgsn_test-nodes.vty
@@ -0,0 +1,64 @@
+OsmoSGSN> enable
+OsmoSGSN# show timer
+T3312 = 600 s Periodic RA Update timer (s) (default: 600 s)
+T3313 = 30 s Waiting for paging response timer (s) (default: 30 s)
+T3314 = 44 s READY timer. Force to STANDBY on expiry timer (s) (default: 44 s)
+T3316 = 44 s AA-Ready timer (s) (default: 44 s)
+T3322 = 6 s Detach request -> accept timer (s) (default: 6 s)
+T3350 = 6 s Waiting for ATT/RAU/TMSI_COMPL timer (s) (default: 6 s)
+T3360 = 6 s Waiting for AUTH/CIPH response timer (s) (default: 6 s)
+T3370 = 6 s Waiting for IDENTITY response timer (s) (default: 6 s)
+T3385 = 8 s Wait for ACT PDP CTX REQ timer (s) (default: 8 s)
+T3386 = 8 s Wait for MODIFY PDP CTX ACK timer (s) (default: 8 s)
+T3395 = 8 s Wait for DEACT PDP CTX ACK timer (s) (default: 8 s)
+T3397 = 8 s Wait for DEACT AA PDP CTX ACK timer (s) (default: 8 s)
+X1001 = 5 s RANAP Release timeout. Wait for RANAP Release Complete.On expiry release Iu connection (s) (default: 5 s)
+X3314 = 44 s Iu User inactivity timer. On expiry release Iu connection (s) (default: 44 s)
+OsmoSGSN# configure terminal
+OsmoSGSN(config)# list
+...
+ sgsn
+ ctrl
+...
+ ns
+ bssgp
+...
+
+OsmoSGSN(config)# sgsn
+OsmoSGSN(config-sgsn)# list
+...
+ gtp state-dir PATH
+ gtp local-ip A.B.C.D
+ ggsn <0-255> remote-ip A.B.C.D
+ ggsn <0-255> gtp-version (0|1)
+ ggsn <0-255> echo-interval <1-36000>
+ ggsn <0-255> no echo-interval
+ imsi-acl (add|del) IMSI
+ auth-policy (accept-all|closed|acl-only|remote)
+ authentication (optional|required)
+ encryption (GEA0|GEA1|GEA2|GEA3|GEA4)
+ gsup ipa-name NAME
+ gsup remote-ip A.B.C.D
+ gsup remote-port <0-65535>
+ gsup oap-id <0-65535>
+ gsup oap-k K
+ gsup oap-opc OPC
+ apn APNAME ggsn <0-255>
+ apn APNAME imsi-prefix IMSIPRE ggsn <0-255>
+ access-point-name NAME
+ no access-point-name NAME
+ cdr filename NAME
+ no cdr filename
+ cdr trap
+ no cdr trap
+ cdr interval <1-2147483647>
+ ggsn dynamic
+ grx-dns-add A.B.C.D
+ timer [TNNNN] [(<0-2147483647>|default)]
+ no compression rfc1144
+ compression rfc1144 active slots <1-256>
+ compression rfc1144 passive
+ no compression v42bis
+ compression v42bis active direction (ms|sgsn|both) codewords <512-65535> strlen <6-250>
+ compression v42bis passive
+...