ts_31_103: Correct file-id of EF.DOMAIN in ADF.ISIM

While the short ID of this file is 05, the actual file-id is 6f03.
Reference to TS 31.103 section 4.2.3.

Change-Id: Idd572ab064ea38e74dffd583c27ea505b23214a2
This commit is contained in:
æstrid smith 2022-03-26 19:59:54 -07:00 committed by laforge
parent ab91d874e4
commit b7f35ac163
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class EF_DOMAIN(TransparentEF):
class domain(BER_TLV_IE, tag=0x80):
_construct = GreedyString("utf8")
def __init__(self, fid='6f05', sfid=0x05, name='EF.DOMAIN', desc='Home Network Domain Name', **kwargs):
def __init__(self, fid='6f03', sfid=0x05, name='EF.DOMAIN', desc='Home Network Domain Name', **kwargs):
super().__init__(fid=fid, sfid=sfid, name=name, desc=desc, **kwargs)
self._tlv = EF_DOMAIN.domain