From baf71a72ecbdb6b69bedced43853cf6c032ed492 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 25 Jan 2020 10:49:14 +0700 Subject: libvlr: use generic osmo_tdef API for T3250, T3260, and T3270 These timers so far were implemented as a list of unsigned integers, which has never been initialized to any reasonable defaults. Since they are used as state timeouts in several FSMs, we might end up staying in some state forever. Let's migrate to generic osmo_tdef API and use default values from table 11.2 of 3GPP TS 24.008. This way the user can introspect and change their values from the VTY / configuration file. Change-Id: Ia8cf98da0aea0e626c5ff088a833d7359c43847f Related: OS#4368 --- doc/manuals/vty/msc_vty_reference.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/manuals/vty/msc_vty_reference.xml b/doc/manuals/vty/msc_vty_reference.xml index 36cbf77a9..6418425f6 100644 --- a/doc/manuals/vty/msc_vty_reference.xml +++ b/doc/manuals/vty/msc_vty_reference.xml @@ -576,10 +576,11 @@ - + + @@ -1405,10 +1406,11 @@ - + + @@ -2936,9 +2938,10 @@ - + + -- cgit v1.2.3