cards.py: Populate AIDs present in SysmoISIMSJA2 UICC

Change-Id: I5f00aa9b03b41818aaa95291fe6c1e525bb0571f
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 @@
 			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'])