laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/37859?usp=email )
Change subject: pySim.esim.saip: Add missing entry for 'rfm' to class4petype ......................................................................
pySim.esim.saip: Add missing entry for 'rfm' to class4petype
Change-Id: I5fec2b026fc6a1197fc1e18d880ea6d10fd4a611 --- M pySim/esim/saip/__init__.py 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/59/37859/1
diff --git a/pySim/esim/saip/__init__.py b/pySim/esim/saip/__init__.py index 2fe9025..de631e2 100644 --- a/pySim/esim/saip/__init__.py +++ b/pySim/esim/saip/__init__.py @@ -450,7 +450,7 @@ 'akaParameter': ProfileElementAKA, # TODO: cdmaParameter 'securityDomain': ProfileElementSD, - # TODO: rfm + 'rfm': ProfileElementRFM, # TODO: application # TODO: nonStandard 'end': ProfileElementEnd,