From b2a9aae35a8595bcd8b6986b0016f74ddfbc5fe9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 24 Sep 2017 08:53:58 +0800 Subject: sgsnemu: Fix up gengetopt file for RAI In commit 41af5691ef08fb70e2c65aba03c8b9e6c20983a6 we introduced the --rai 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: Iaab404c3bcfc0c3943764f6616763f4f407d5644 --- sgsnemu/cmdline.ggo | 1 + 1 file changed, 1 insertion(+) diff --git a/sgsnemu/cmdline.ggo b/sgsnemu/cmdline.ggo index 3d12b91..e917fb5 100644 --- a/sgsnemu/cmdline.ggo +++ b/sgsnemu/cmdline.ggo @@ -27,6 +27,7 @@ option "apn" a "Access point name" string default="intern option "selmode" - "Selection mode" int default="0x01" no option "rattype" - "Radio Access Technology Type" int default="1" no typestr="1..5" option "userloc" - "User Location Information" string default="02509946241207" no typestr="type.MCC.MNC.LAC.CIorSACorRAC" +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 "imsi" i "IMSI" string default="240010123456789" no -- cgit v1.2.3