aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2023-05-24 15:19:28 +0200
committerlaforge <laforge@osmocom.org>2023-05-25 07:55:44 +0000
commit10a1a0a22e5d2998172bccc30cdb893c8e773ddf (patch)
tree40fd9af2e783a06cc4a6ad220f8a6e32a5e08f1c
parentfc67de22192f8aa67c80dd0c8943ceb5b5cd13fe (diff)
ts_51_011: Fix FID of EF.BCCH
It's 6F74, not 6F7F! (see TS 51.011 Section 10.3.14) Change-Id: I9d90fa05a0f926f99a5d4832341cc8a9449df7ae
-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 3fde334..5ecf41c 100644
--- a/pySim/ts_51_011.py
+++ b/pySim/ts_51_011.py
@@ -1169,7 +1169,7 @@ class DF_GSM(CardDF):
TransparentEF('6f41', None, 'EF.PUCT',
'Price per unit and currency table', size=(5, 5)),
EF_CBMI(),
- TransparentEF('6f7f', None, 'EF.BCCH',
+ TransparentEF('6f74', None, 'EF.BCCH',
'Broadcast control channels', size=(16, 16)),
EF_ACC(),
EF_PLMNsel('6f7b', None, 'EF.FPLMN',