astrid smith has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/27575 )
Change subject: ts_31_103: Correct file-id of EF.DOMAIN in ADF.ISIM ...................................................................... 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 --- M pySim/ts_31_103.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/75/27575/1 diff --git a/pySim/ts_31_103.py b/pySim/ts_31_103.py index fb164ef..a4f7983 100644 --- a/pySim/ts_31_103.py +++ b/pySim/ts_31_103.py @@ -91,7 +91,7 @@ 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 -- To view, visit https://gerrit.osmocom.org/c/pysim/+/27575 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: Idd572ab064ea38e74dffd583c27ea505b23214a2 Gerrit-Change-Number: 27575 Gerrit-PatchSet: 1 Gerrit-Owner: astrid smith <ast...@shady.tel> Gerrit-MessageType: newchange