From 33eef850c006bce946c026007b0bf907af5d7225 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 24 May 2023 15:20:34 +0200 Subject: [PATCH] ts_51_011: Fix EF.Phase FID (it's 6FAE, not 6FA3) Change-Id: I11df83b17b8d6eaab309908cbee646c888abab0d --- pySim/ts_51_011.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pySim/ts_51_011.py b/pySim/ts_51_011.py index 5ecf41cf..700fb02d 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(),