From 3cce289e4bb5891cd16e95e2d1b9e9660bdde291 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 24 Sep 2017 08:56:14 +0800 Subject: sgsnemu: Fix up gengetopt file for --norecovery In commit 3a4c67b4bf0067c4949a60bc750d01e0576c5e08 we introduced the --norecovery command line option, 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: I1698280a699b17cea65651c3736ef149aba7e432 --- sgsnemu/cmdline.ggo | 1 + 1 file changed, 1 insertion(+) diff --git a/sgsnemu/cmdline.ggo b/sgsnemu/cmdline.ggo index e917fb5..620ae7a 100644 --- a/sgsnemu/cmdline.ggo +++ b/sgsnemu/cmdline.ggo @@ -30,6 +30,7 @@ option "userloc" - "User Location Information" string default="025 option "rai" - "Routing Area Information" string default="02509946241207" no typestr="MCC.MNC.LAC.RAC" option "mstz" - "MS Time Zone" string default="0" no typestr="sign.NbQuartersOfAnHour.DSTAdjustment" option "imeisv" - "IMEI(SV) International Mobile Equipment Identity (and Software Version)" string default="2143658709214365" no +option "norecovery" - "Do not send recovery" flag off 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 -- cgit v1.2.3