Pau Espin Pedrol has uploaded this change for review. (
https://gerrit.osmocom.org/14206
Change subject: sgsn: vty: Improve log warning content with spec section
......................................................................
sgsn: vty: Improve log warning content with spec section
Change-Id: I68e87f29711a282a97a43b175f13b3c70112ab60
---
M src/gprs/sgsn_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/06/14206/1
diff --git a/src/gprs/sgsn_vty.c b/src/gprs/sgsn_vty.c
index c01de3b..6389d92 100644
--- a/src/gprs/sgsn_vty.c
+++ b/src/gprs/sgsn_vty.c
@@ -381,7 +381,7 @@
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);
--
To view, visit https://gerrit.osmocom.org/14206
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I68e87f29711a282a97a43b175f13b3c70112ab60
Gerrit-Change-Number: 14206
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>