pySim.esim.saip: Add ProfileElementOpt{USIM,ISIM} classes

Change-Id: Iebff2e767baa19f272eeddc62d7d5b3a8f665db5
This commit is contained in:
Harald Welte
2024-07-06 13:11:20 +02:00
committed by laforge
parent 3c530c3c1a
commit 2668eb6148
2 changed files with 30 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ class SaipTest(unittest.TestCase):
"""Test that DER-encoding of PE created by "empty" constructor works without raising exception."""
for cls in [ProfileElementMF, ProfileElementPuk, ProfileElementPin, ProfileElementTelecom,
ProfileElementUSIM, ProfileElementISIM, ProfileElementAKA, ProfileElementSD,
ProfileElementSSD]:
ProfileElementSSD, ProfileElementOptUSIM, ProfileElementOptISIM]:
with self.subTest(cls.__name__):
pes = ProfileElementSequence()
inst = cls()