<p>herlesupreeth has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/pysim/+/18070">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Add option to specify MNC length in non-batch programming scnearios<br><br>Change-Id: Ied56a28d46a4c9c0c516d73fa257daeef7b50b61<br>---<br>M pySim-prog.py<br>1 file changed, 5 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/70/18070/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pySim-prog.py b/pySim-prog.py</span><br><span>index e3045a6..c709959 100755</span><br><span>--- a/pySim-prog.py</span><br><span>+++ b/pySim-prog.py</span><br><span>@@ -106,6 +106,11 @@</span><br><span>                        help="Mobile Network Code [default: %default]",</span><br><span>                    default=55,</span><br><span>          )</span><br><span style="color: hsl(120, 100%, 40%);">+     parser.add_option("--mnclen", dest="mnclen", type="choice",</span><br><span style="color: hsl(120, 100%, 40%);">+                     help="Length of Mobile Network Code [default: %default]",</span><br><span style="color: hsl(120, 100%, 40%);">+                   default=2,</span><br><span style="color: hsl(120, 100%, 40%);">+                    choices=[2, 3],</span><br><span style="color: hsl(120, 100%, 40%);">+               )</span><br><span>    parser.add_option("-m", "--smsc", dest="smsc",</span><br><span>                         help="SMSC number (Start with + for international no.) [default: '00 + country code + 5555']",</span><br><span>             )</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/pysim/+/18070">change 18070</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/pysim/+/18070"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: pysim </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ied56a28d46a4c9c0c516d73fa257daeef7b50b61 </div>
<div style="display:none"> Gerrit-Change-Number: 18070 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: herlesupreeth <herlesupreeth@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>