[MERGED] osmo-ggsn[master]: sgsnemu/cmdline.ggo: Remove 'unsigned' which is no longer su...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Sep 24 02:46:36 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: sgsnemu/cmdline.ggo: Remove 'unsigned' which is no longer supported
......................................................................


sgsnemu/cmdline.ggo: Remove 'unsigned' which is no longer supported

It seems like modern gengetopt no longer supports 'unsigned int'
argument types, and we need to use 'int' instead.  tested with 2.22.6

Change-Id: I34ca86cb3cc482400a7c4b3bf77c8668aaef562e
---
M sgsnemu/cmdline.ggo
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/sgsnemu/cmdline.ggo b/sgsnemu/cmdline.ggo
index ee5e55d..6559f55 100644
--- a/sgsnemu/cmdline.ggo
+++ b/sgsnemu/cmdline.ggo
@@ -40,8 +40,8 @@
 option  "ipdown"       - "Script to run after link-down"  string no
 
 option  "pinghost"     - "Ping remote host"               string no
-option  "pingrate"     - "Number of ping req per second"  unsigned int default="1" no
-option  "pingsize"     - "Number of ping data bytes"      unsigned int default="56" no
-option  "pingcount"    - "Number of ping req to send"     unsigned int default="0" no
+option  "pingrate"     - "Number of ping req per second"  int default="1" no
+option  "pingsize"     - "Number of ping data bytes"      int default="56" no
+option  "pingcount"    - "Number of ping req to send"     int default="0" no
 option  "pingquiet"    - "Do not print ping packet info"  flag off
 

-- 
To view, visit https://gerrit.osmocom.org/4019
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I34ca86cb3cc482400a7c4b3bf77c8668aaef562e
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list