mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-17 02:48:34 +03:00
fix various typos all over the code
Change-Id: Ic8392a951bf94f67b51e35bed95d0e856f7a9250
This commit is contained in:
@@ -111,7 +111,7 @@ def enc_imsi(imsi:str):
|
||||
return ei
|
||||
|
||||
def dec_imsi(ef:Hexstr) -> Optional[str]:
|
||||
"""Converts an EF value to the imsi string representation"""
|
||||
"""Converts an EF value to the IMSI string representation"""
|
||||
if len(ef) < 4:
|
||||
return None
|
||||
l = int(ef[0:2], 16) * 2 # Length of the IMSI string
|
||||
|
||||
Reference in New Issue
Block a user