fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/pysim/+/42383?usp=email )


Change subject: utils: dec_plmn(): remove redundant call
......................................................................

utils: dec_plmn(): remove redundant call

Change-Id: Ic95c3992ed57eb8fee952ec2dc7f092dd7689579
---
M pySim/utils.py
1 file changed, 0 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/83/42383/1

diff --git a/pySim/utils.py b/pySim/utils.py
index 1fdcefe..0417366 100644
--- a/pySim/utils.py
+++ b/pySim/utils.py
@@ -139,7 +139,6 @@

 def dec_plmn(threehexbytes: Hexstr) -> dict:
     res = {'mcc': "0", 'mnc': "0"}
-    dec_mcc_from_plmn_str(threehexbytes)
     res['mcc'] = dec_mcc_from_plmn_str(threehexbytes)
     res['mnc'] = dec_mnc_from_plmn_str(threehexbytes)
     return res

--
To view, visit https://gerrit.osmocom.org/c/pysim/+/42383?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ic95c3992ed57eb8fee952ec2dc7f092dd7689579
Gerrit-Change-Number: 42383
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>

Reply via email to