sysmo_usimsjs1.py: do not print OP/OPc twice

The method that shows the OP/OPc prints the OP/OPc value twice. Lets
remove the redundant output

Change-Id: I0c890b977b3a9dc80b5c328b0c859f0bc9c7ef8b
This commit is contained in:
Philipp Maier 2019-11-11 11:48:54 +01:00
parent 925b20e927
commit 214e103407
2 changed files with 0 additions and 3 deletions

View File

@ -525,7 +525,6 @@ class Sysmo_usimsjs1:
print(" * New OPc setting:")
print(" %s: %s" % (id_to_str(sysmo_usim_opcmodes, select), hexdump(op)))
print(" OP/OPc: " + hexdump(op))
self.sim.select(GSM_SIM_DF_GSM)
self.sim.select(SYSMO_USIMSJS1_EF_OPC)

View File

@ -15,7 +15,6 @@ Writing OP value...
* Initalizing...
* New OPc setting:
OPc: 000102030405060708090a0b0c0d0e0f
OP/OPc: 000102030405060708090a0b0c0d0e0f
* Programming...
Done!
@ -56,7 +55,6 @@ Writing OP value...
* Initalizing...
* New OPc setting:
OP: 840337c3d45397ce8ea8609ffdc47224
OP/OPc: 840337c3d45397ce8ea8609ffdc47224
* Programming...
Done!