mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-17 02:48:34 +03:00
ts_51_011: Fix typo in EF_MMSUP
The TLV decoder class must be in self._tlv, not self.tlv Change-Id: Ide6f6c823d5a16e375c324ba9bfa92e02c3b3c89
This commit is contained in:
@@ -887,7 +887,7 @@ class EF_MMSUP(LinFixedEF):
|
||||
def __init__(self, fid='6fd1', sfid=None, name='EF.MMSUP', rec_len={1,None},
|
||||
desc='MMS User Preferences'):
|
||||
super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=rec_len)
|
||||
self.tlv = EF_MMSUP.MMS_User_Preferences
|
||||
self._tlv = EF_MMSUP.MMS_User_Preferences
|
||||
|
||||
# TS 51.011 Section 10.3.55
|
||||
class EF_MMSUCP(TransparentEF):
|
||||
|
||||
Reference in New Issue
Block a user