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
Review at https://gerrit.osmocom.org/4020
sgsnemu: Fix up gengetopt file for QoS Extensions of 24.008
In commit 11a398fbc3ad9b655d8ba947bea7012f7ce81604 we introduced the
--qose{1,2,3,4} command line options, but this was apparently done by
manually editing the C source code rather than adding it to the .ggo
and letting gengetopt do its magic. Let's fix this up.
Change-Id: I4cd827a96ac17f6eb9f824342f195727426d0e20
---
M sgsnemu/cmdline.ggo
1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/20/4020/1
diff --git a/sgsnemu/cmdline.ggo b/sgsnemu/cmdline.ggo
index 6559f55..41d62a3 100644
--- a/sgsnemu/cmdline.ggo
+++ b/sgsnemu/cmdline.ggo
@@ -28,7 +28,11 @@
option "imsi" i "IMSI" string default="240010123456789" no
option "nsapi" - "NSAPI" int default="0" no
option "msisdn" m "Mobile Station ISDN number" string default="46702123456" no
-option "qos" q "Requested quality of service" int default="0x0b921f" no
+option "qos" q "Requested quality of service" int default="0x000b921f" no
+option "qose1" - "Requested quality of service Extension 1" int default="0x9396404074f9ffff" no
+option "qose2" - "Requested quality of service Extension 2" int default="0x11" no
+option "qose3" - "Requested quality of service Extension 3" int default="0x0101" no
+option "qose4" - "Requested quality of service Extension 4" int default="0x4040" no
option "charging" - "Charging characteristics" int default="0x0800" no
option "uid" u "Login user ID" string default="mig" no
option "pwd" p "Login password" string default="hemmelig" no
--
To view, visit https://gerrit.osmocom.org/4020
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4cd827a96ac17f6eb9f824342f195727426d0e20
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>