laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/pysim/+/37657?usp=email )

Change subject: Fix missing AIDs in pySim.saip templates
......................................................................

Fix missing AIDs in pySim.saip templates

Change-Id: Ie02e2d27ece0fbd9719468c8d31febd1937468f8
---
M pySim/esim/saip/__init__.py
1 file changed, 11 insertions(+), 2 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified




diff --git a/pySim/esim/saip/__init__.py b/pySim/esim/saip/__init__.py
index 46ef69e..4b8ad76 100644
--- a/pySim/esim/saip/__init__.py
+++ b/pySim/esim/saip/__init__.py
@@ -62,7 +62,7 @@

 class NaaUsim(Naa):
     name = "usim"
-    aid = h2b("")
+    aid = h2b("a0000000871002")
     mandatory_services = ["usim"]
     pe_types = ["usim", "opt-usim"]
     templates = [oid.ADF_USIM_by_default, oid.ADF_USIMopt_not_by_default,
@@ -73,7 +73,7 @@

 class NaaIsim(Naa):
     name = "isim"
-    aid = h2b("")
+    aid = h2b("a0000000871004")
     mandatory_services = ["isim"]
     pe_types = ["isim", "opt-isim"]
     templates = [oid.ADF_ISIM_by_default, oid.ADF_ISIMopt_not_by_default]

--
To view, visit https://gerrit.osmocom.org/c/pysim/+/37657?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ie02e2d27ece0fbd9719468c8d31febd1937468f8
Gerrit-Change-Number: 37657
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to