Attention is currently required from: laforge.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/37011?usp=email )
Change subject: add contrib/saip-tool.py ......................................................................
Patch Set 3:
(2 comments)
File contrib/saip-tool.py:
https://gerrit.osmocom.org/c/pysim/+/37011/comment/431c9bba_bbf3fc4d PS3, Line 37: subparsers = parser.add_subparsers(dest='command', help="The command to perform", required=True)
subparsers. […]
ah nvm, there is already required=True
https://gerrit.osmocom.org/c/pysim/+/37011/comment/80e808b0_054e9070 PS3, Line 161: else: : parser.print_help(sys.stderr) : sys.exit(2) this can be removed since opts.command is required