From 8016405994cf64e6e6900285579e853e67c35727 Mon Sep 17 00:00:00 2001 From: Supreeth Herle Date: Mon, 23 Mar 2020 12:06:29 +0100 Subject: cards.py: Populate AIDs present in SysmoISIMSJA2 UICC Change-Id: I5f00aa9b03b41818aaa95291fe6c1e525bb0571f --- pySim/cards.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pySim/cards.py b/pySim/cards.py index 2971d45..76d405b 100644 --- a/pySim/cards.py +++ b/pySim/cards.py @@ -1152,6 +1152,9 @@ class SysmoISIMSJA2(UsimCard): r = self._scc.select_file(['3f00', '7f10']) data, sw = self._scc.update_record('6f42', 1, lpad(p['smsp'], 104), force_len=True) + # Populate AIDs + self.read_aids() + # update EF-SIM_AUTH_KEY (and EF-USIM_AUTH_KEY_2G, which is # hard linked to EF-USIM_AUTH_KEY) self._scc.select_file(['3f00']) -- cgit v1.2.3