ts_51_011: Fix FID of EF.BCCH

It's 6F74, not 6F7F! (see TS 51.011 Section 10.3.14)

Change-Id: I9d90fa05a0f926f99a5d4832341cc8a9449df7ae
This commit is contained in:
Harald Welte
2023-05-24 15:19:28 +02:00
committed by laforge
parent fc67de2219
commit 10a1a0a22e

View File

@@ -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',