From ba2e50039539606bd1cbee3e57f9a15069ab76ab Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 27 May 2019 17:35:32 +0200 Subject: sgsn: vty: Improve log warning content with spec section Change-Id: I68e87f29711a282a97a43b175f13b3c70112ab60 --- src/gprs/sgsn_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gprs/sgsn_vty.c b/src/gprs/sgsn_vty.c index c01de3b65..6389d92ac 100644 --- a/src/gprs/sgsn_vty.c +++ b/src/gprs/sgsn_vty.c @@ -381,7 +381,7 @@ DEFUN(cfg_ggsn_echo_interval, cfg_ggsn_echo_interval_cmd, ggc->echo_interval = atoi(argv[1]); if (ggc->echo_interval < 60) - vty_out(vty, "%% 3GPP TS 29.060 section states inteval should " \ + vty_out(vty, "%% 3GPP TS 29.060 section 7.2.1 states interval should " \ "not be lower than 60 seconds, use this value for " \ "testing purposes only!%s", VTY_NEWLINE); -- cgit v1.2.3