diff --git a/pySim/cards.py b/pySim/cards.py index 2319a56d..a8221613 100644 --- a/pySim/cards.py +++ b/pySim/cards.py @@ -284,6 +284,7 @@ class SimCard(object): # First (known) halves of the U/ISIM AID aid_map["usim"] = "a0000000871002" aid_map["isim"] = "a0000000871004" + adf = adf.lower() if adf in aid_map: return aid_map[adf] return None