Use the generic method read_binary of card class to read PLMNsel

Change-Id: I0a683c479cd41ccc6a93c23434c73793cb5dc186
This commit is contained in:
Supreeth Herle 2020-03-19 12:14:10 +01:00
parent 846cefb0cd
commit 9efd8ef812
1 changed files with 1 additions and 1 deletions

View File

@ -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: