mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-26 15:28:35 +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
|
# EF.PLMNsel
|
||||||
try:
|
try:
|
||||||
(res, sw) = scc.read_binary(EF['PLMNsel'])
|
(res, sw) = card.read_binary('PLMNsel')
|
||||||
if sw == '9000':
|
if sw == '9000':
|
||||||
print("PLMNsel: %s" % (res))
|
print("PLMNsel: %s" % (res))
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user