laforge has submitted this change. (
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(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, but someone else must approve
pespin: Looks good to me, but someone else must approve
fixeria: Looks good to me, approved
diff --git a/pySim/ts_51_011.py b/pySim/ts_51_011.py
index 8196a55..18138a0 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)'),
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/31068
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I3b7d6c7e7504b7cc8a1b62f13e8c0ae83a91d0f0
Gerrit-Change-Number: 31068
Gerrit-PatchSet: 3
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged