aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2019-09-11 02:17:31 +0200
committerlynxis lazus <lynxis@fe80.eu>2019-10-08 10:34:09 +0000
commit3bad31bcb42c3449e6847ea7495578817029a2e1 (patch)
tree7459886d9c2d959cde28749938abef65652796ce /tests
parenteb5aee580d01d9f0f30c1190697f8499ce1f070a (diff)
Iu: implement a user inactivity timer
The user inactivity timer is similiar to the Gb READY timer and reduces the resources taken by an idle UE. Change-Id: I66c2ac0350cb074aefd9a22c5121acf723f239d3
Diffstat (limited to 'tests')
-rw-r--r--tests/test_nodes.vty1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_nodes.vty b/tests/test_nodes.vty
index 2ef926af1..b9cf91e7f 100644
--- a/tests/test_nodes.vty
+++ b/tests/test_nodes.vty
@@ -12,6 +12,7 @@ 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)
+X3314 = 44 s Iu User inactivity timer. On expiry release Iu connection (s) (default: 44 s)
OsmoSGSN# configure terminal
OsmoSGSN(config)# list
...