aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2023-05-24 15:20:34 +0200
committerlaforge <laforge@osmocom.org>2023-05-25 07:55:44 +0000
commit33eef850c006bce946c026007b0bf907af5d7225 (patch)
tree0235277ae40c06665bb4da03f3411aac274b58a0
parent10a1a0a22e5d2998172bccc30cdb893c8e773ddf (diff)
ts_51_011: Fix EF.Phase FID (it's 6FAE, not 6FA3)
-rw-r--r--pySim/ts_51_011.py2
1 files changed, 1 insertions, 1 deletions
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 @@ class DF_GSM(CardDF):
'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(),