mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-30 21:17:46 +03:00
Fix missing AIDs in pySim.saip templates
Change-Id: Ie02e2d27ece0fbd9719468c8d31febd1937468f8
This commit is contained in:
@@ -62,7 +62,7 @@ class NaaCsim(Naa):
|
|||||||
|
|
||||||
class NaaUsim(Naa):
|
class NaaUsim(Naa):
|
||||||
name = "usim"
|
name = "usim"
|
||||||
aid = h2b("")
|
aid = h2b("a0000000871002")
|
||||||
mandatory_services = ["usim"]
|
mandatory_services = ["usim"]
|
||||||
pe_types = ["usim", "opt-usim"]
|
pe_types = ["usim", "opt-usim"]
|
||||||
templates = [oid.ADF_USIM_by_default, oid.ADF_USIMopt_not_by_default,
|
templates = [oid.ADF_USIM_by_default, oid.ADF_USIMopt_not_by_default,
|
||||||
@@ -73,7 +73,7 @@ class NaaUsim(Naa):
|
|||||||
|
|
||||||
class NaaIsim(Naa):
|
class NaaIsim(Naa):
|
||||||
name = "isim"
|
name = "isim"
|
||||||
aid = h2b("")
|
aid = h2b("a0000000871004")
|
||||||
mandatory_services = ["isim"]
|
mandatory_services = ["isim"]
|
||||||
pe_types = ["isim", "opt-isim"]
|
pe_types = ["isim", "opt-isim"]
|
||||||
templates = [oid.ADF_ISIM_by_default, oid.ADF_ISIMopt_not_by_default]
|
templates = [oid.ADF_ISIM_by_default, oid.ADF_ISIMopt_not_by_default]
|
||||||
|
|||||||
Reference in New Issue
Block a user