herlesupreeth has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/pysim/+/18070 )


Change subject: Add option to specify MNC length in non-batch programming 
scnearios
......................................................................

Add option to specify MNC length in non-batch programming scnearios

Change-Id: Ied56a28d46a4c9c0c516d73fa257daeef7b50b61
---
M pySim-prog.py
1 file changed, 5 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/70/18070/1

diff --git a/pySim-prog.py b/pySim-prog.py
index e3045a6..c709959 100755
--- a/pySim-prog.py
+++ b/pySim-prog.py
@@ -106,6 +106,11 @@
                        help="Mobile Network Code [default: %default]",
                        default=55,
                )
+       parser.add_option("--mnclen", dest="mnclen", type="choice",
+                       help="Length of Mobile Network Code [default: 
%default]",
+                       default=2,
+                       choices=[2, 3],
+               )
        parser.add_option("-m", "--smsc", dest="smsc",
                        help="SMSC number (Start with + for international no.) 
[default: '00 + country code + 5555']",
                )

--
To view, visit https://gerrit.osmocom.org/c/pysim/+/18070
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ied56a28d46a4c9c0c516d73fa257daeef7b50b61
Gerrit-Change-Number: 18070
Gerrit-PatchSet: 1
Gerrit-Owner: herlesupreeth <herlesupre...@gmail.com>
Gerrit-MessageType: newchange

Reply via email to