mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
ts_31_102: Add mssing help string for get_identity parameter --nswo-context
Related: OS#6531 Change-Id: I3ebd3a2ceb7f2580f4cd939b3f002f38f236d7f2
This commit is contained in:
@@ -1761,7 +1761,8 @@ class ADF_USIM(CardADF):
|
||||
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='use SUCI 5G Non-Seamless WLAN Offload context')
|
||||
|
||||
@cmd2.with_argparser(get_id_parser)
|
||||
def do_get_identity(self, opts):
|
||||
|
||||
Reference in New Issue
Block a user