laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/31068 )
Change subject: ts_51_011: Support EF.LND ......................................................................
ts_51_011: Support EF.LND
This file is a optional file specified by TS 51.011, storing the last numbers dialled. As the EIRENE FFFIS for GSM-R SIM refers to this, we must implement it to have full GSM-R support in pySim.
Change-Id: I3b7d6c7e7504b7cc8a1b62f13e8c0ae83a91d0f0 Related: OS#5784 --- M pySim/ts_51_011.py 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/68/31068/1
diff --git a/pySim/ts_51_011.py b/pySim/ts_51_011.py index ff213f3..b15a7fc 100644 --- a/pySim/ts_51_011.py +++ b/pySim/ts_51_011.py @@ -507,7 +507,7 @@ EF_MSISDN(), EF_SMSP(), EF_SMSS(), - # LND + EF_ADN('6f44', None, 'EF.LND', 'Last Number Dialled', ext=1), EF_ADN('6f49', None, 'EF.SDN', 'Service Dialling Numbers', ext=3), EF_EXT('6f4a', None, 'EF.EXT1', 'Extension1 (ADN/SSC)'), EF_EXT('6f4b', None, 'EF.EXT2', 'Extension2 (FDN/SSC)'),