laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/17550 )
Change subject: sim: card_fs_usim.c: Fix FID of EF.EXT4 ...................................................................... sim: card_fs_usim.c: Fix FID of EF.EXT4 The 3GPP spec document also contains this error at one point, and it seems I copied it from there :/ Change-Id: I7ad9f491c06f6540747b77017678ee37e6a1550d --- M src/sim/card_fs_usim.c 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/50/17550/1 diff --git a/src/sim/card_fs_usim.c b/src/sim/card_fs_usim.c index 9e9fc87..3b33c0f 100644 --- a/src/sim/card_fs_usim.c +++ b/src/sim/card_fs_usim.c @@ -161,7 +161,7 @@ "Key for hidden phone book entries"), EF_LIN_FIX_N(0x6F4D, SFI_NONE, "EF.BDN", F_OPTIONAL, 15, 32, "Barred Dialling Numbers"), - EF_LIN_FIX_N(0x6F4E, SFI_NONE, "EF.EXT4", F_OPTIONAL, 13, 13, + EF_LIN_FIX_N(0x6F55, SFI_NONE, "EF.EXT4", F_OPTIONAL, 13, 13, "Extension 4"), EF_LIN_FIX_N(0x6F58, SFI_NONE, "EF.CMI", F_OPTIONAL, 2, 16, "Comparison Method Information"), -- To view, visit https://gerrit.osmocom.org/c/libosmocore/+/17550 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Change-Id: I7ad9f491c06f6540747b77017678ee37e6a1550d Gerrit-Change-Number: 17550 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <lafo...@osmocom.org> Gerrit-MessageType: newchange