dexter has uploaded this change for review.

View Change

ts_31_102: Add mssing help string for get_identity parameter --nswo-context

Related: OS#6531
Change-Id: I3ebd3a2ceb7f2580f4cd939b3f002f38f236d7f2
---
M pySim/ts_31_102.py
1 file changed, 2 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/44/37944/1
diff --git a/pySim/ts_31_102.py b/pySim/ts_31_102.py
index 5c010ad..f4f7fb6 100644
--- a/pySim/ts_31_102.py
+++ b/pySim/ts_31_102.py
@@ -1761,7 +1761,8 @@
self._cmd.poutput('SW: %s, data: %s' % (sw, data))

get_id_parser = argparse.ArgumentParser()
- get_id_parser.add_argument("--nswo-context", action='store_true')
+ get_id_parser.add_argument("--nswo-context", action='store_true',
+ help='SUCI 5G Non-Seamless WLAN Offload configuration')

@cmd2.with_argparser(get_id_parser)
def do_get_identity(self, opts):

To view, visit change 37944. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I3ebd3a2ceb7f2580f4cd939b3f002f38f236d7f2
Gerrit-Change-Number: 37944
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>