From fe60cfb1d63d1c3b61c12eee78308f7985c66c1d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 2 Nov 2015 12:55:07 +0100 Subject: sgsn: Fix up the VTY doc strings The documentation needs to end with a \n and T3316 needs to have some text. I think it is the T3316 timer that has no action on the network side. Documentation error (missing docs): Documentation error (missing docs): Documentation error (missing docs): Documentation error (missing docs): Documentation error (missing docs): Documentation error (missing docs): Documentation error (missing docs): Documentation error (missing docs): Documentation error (missing docs): Documentation error (missing docs): Documentation error (missing docs): --- openbsc/src/gprs/sgsn_vty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbsc/src/gprs/sgsn_vty.c b/openbsc/src/gprs/sgsn_vty.c index b74d01a42..d6443b187 100644 --- a/openbsc/src/gprs/sgsn_vty.c +++ b/openbsc/src/gprs/sgsn_vty.c @@ -79,7 +79,7 @@ const struct value_string sgsn_auth_pol_strs[] = { cfg_sgsn_T##number##_cmd, \ "timer t" #number " <0-65535>", \ "Configure GPRS Timers\n" \ - doc "Timer Value in seconds\n") \ + doc "\nTimer Value in seconds\n") \ { \ int value = atoi(argv[0]); \ \ @@ -101,7 +101,7 @@ DECLARE_TIMER(3370, "Waiting for IDENTITY response timer (s)") DECLARE_TIMER(3313, "Waiting for paging response timer (s)") DECLARE_TIMER(3314, "Force to STANDBY on expiry timer (s)") -DECLARE_TIMER(3316, "") +DECLARE_TIMER(3316, "AA-Ready timer (s)") DECLARE_TIMER(3385, "Wait for ACT PDP CTX REQ timer (s)") DECLARE_TIMER(3386, "Wait for MODIFY PDP CTX ACK timer (s)") -- cgit v1.2.3