osmith has submitted this change. (
https://gerrit.osmocom.org/c/libgtpnl/+/35990?usp=email )
Change subject: gtp-tunnel: display i_tei in help
......................................................................
gtp-tunnel: display i_tei in help
display <tid|i_tei> in help message that is printed.
Change-Id: I0aa78e654f23a2b6588ac8e1e5508e798caad1a7
---
M tools/gtp-tunnel.c
1 file changed, 12 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/tools/gtp-tunnel.c b/tools/gtp-tunnel.c
index 8c8f95f..e8db171 100644
--- a/tools/gtp-tunnel.c
+++ b/tools/gtp-tunnel.c
@@ -133,7 +133,7 @@
uint32_t gtp_ifidx;
if (argc != 6) {
- printf("%s del <gtp device> <version> <tid>
<family>\n",
+ printf("%s del <gtp device> <version> <tid|i_tei>
<family>\n",
argv[0]);
return EXIT_FAILURE;
}
--
To view, visit
https://gerrit.osmocom.org/c/libgtpnl/+/35990?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libgtpnl
Gerrit-Branch: master
Gerrit-Change-Id: I0aa78e654f23a2b6588ac8e1e5508e798caad1a7
Gerrit-Change-Number: 35990
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged