From 39cbecd273b16d72dd7b4aa8b307e5d4bc643474 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Fri, 3 Feb 2017 22:16:05 +0100 Subject: gprs/gprs_gmm: implement T3314. Timeout to reset MM state READY->STANDBY When a MS MM state is READY its exact location is known (PCU). On Gb, T3314 (aka TS 23.060 "READY timer") sets the MM state from READY to STANDBY, where only the RA is known. Introduce a second set of timer variables, because state timer can run while another packet state timer is timing out. Related: OS#1941 Change-Id: I4ce23ebe50d141076c20c9c56990b7103cd25e55 --- tests/test_nodes.vty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_nodes.vty') diff --git a/tests/test_nodes.vty b/tests/test_nodes.vty index 630094fda..2ef926af1 100644 --- a/tests/test_nodes.vty +++ b/tests/test_nodes.vty @@ -2,7 +2,7 @@ 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 Force to STANDBY on expiry timer (s) (default: 44 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) -- cgit v1.2.3