laforge has submitted this change. (
https://gerrit.osmocom.org/c/pysim/+/32978 )
Change subject: ts_51_011: Fix EF.Phase FID (it's 6FAE, not 6FA3)
......................................................................
ts_51_011: Fix EF.Phase FID (it's 6FAE, not 6FA3)
Change-Id: I11df83b17b8d6eaab309908cbee646c888abab0d
---
M pySim/ts_51_011.py
1 file changed, 10 insertions(+), 1 deletion(-)
Approvals:
fixeria: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/pySim/ts_51_011.py b/pySim/ts_51_011.py
index 5ecf41c..700fb02 100644
--- a/pySim/ts_51_011.py
+++ b/pySim/ts_51_011.py
@@ -1176,7 +1176,7 @@
'Forbidden PLMNs', size=(12, 12)),
EF_LOCI(),
EF_AD(),
- TransparentEF('6fa3', None, 'EF.Phase',
+ TransparentEF('6fae', None, 'EF.Phase',
'Phase identification', size=(1, 1)),
EF_VGCS(),
EF_VGCSS(),
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/32978
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I11df83b17b8d6eaab309908cbee646c888abab0d
Gerrit-Change-Number: 32978
Gerrit-PatchSet: 2
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-MessageType: merged