laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/28630
)
Change subject: ts_31_103: Fix typos related to IMSConfigData + MudMidConfigData
......................................................................
ts_31_103: Fix typos related to IMSConfigData + MudMidConfigData
s/neted/nested/
Change-Id: I9049ed12b8e7e6d1fdb7d19ed0b98ce8b46f9b0e
---
M pySim/ts_31_103.py
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/30/28630/1
diff --git a/pySim/ts_31_103.py b/pySim/ts_31_103.py
index a4f7983..83ac6c1 100644
--- a/pySim/ts_31_103.py
+++ b/pySim/ts_31_103.py
@@ -181,7 +181,7 @@
class ImsConfigData(BER_TLV_IE, tag=0x81):
_construct = GreedyString
# pylint: disable=undefined-variable
- class ImsConfigDataCollection(TLV_IE_Collection, neted=[ImsConfigDataEncoding,
ImsConfigData]):
+ class ImsConfigDataCollection(TLV_IE_Collection, nested=[ImsConfigDataEncoding,
ImsConfigData]):
pass
def __init__(self, fid='6ff8', sfid=None, name='EF.IMSConfigData',
desc='IMS Configuration Data', **kwargs):
super().__init__(fid=fid, sfid=sfid, name=name, desc=desc, **kwargs)
@@ -248,7 +248,7 @@
class MudMidConfigData(BER_TLV_IE, tag=0x81):
_construct = GreedyString
# pylint: disable=undefined-variable
- class MudMidConfigDataCollection(TLV_IE_Collection, neted=[MudMidConfigDataEncoding,
MudMidConfigData]):
+ class MudMidConfigDataCollection(TLV_IE_Collection, nested=[MudMidConfigDataEncoding,
MudMidConfigData]):
pass
def __init__(self, fid='6ffe', sfid=None,
name='EF.MuDMiDConfigData',
desc='MuD and MiD Configuration Data', **kwargs):
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/28630
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I9049ed12b8e7e6d1fdb7d19ed0b98ce8b46f9b0e
Gerrit-Change-Number: 28630
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange