mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
Use the generic method read_binary of card class to read PLMNsel
Change-Id: I0a683c479cd41ccc6a93c23434c73793cb5dc186
This commit is contained in:
@@ -153,7 +153,7 @@ if __name__ == '__main__':
|
||||
|
||||
# EF.PLMNsel
|
||||
try:
|
||||
(res, sw) = scc.read_binary(EF['PLMNsel'])
|
||||
(res, sw) = card.read_binary('PLMNsel')
|
||||
if sw == '9000':
|
||||
print("PLMNsel: %s" % (res))
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user