fc-simtool: add EF_DIR symbolic name
author |
Mychaela Falconia <falcon@freecalypso.org> |
date |
Fri, 29 Jan 2021 03:10:55 +0000 |
parents |
6c4567dd8946 |
children |
f18b87115cca |
files |
simtool/file_id.h simtool/names.c |
diffstat |
2 files changed, 2 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/simtool/file_id.h Thu Jan 28 18:56:34 2021 +0000
+++ b/simtool/file_id.h Fri Jan 29 03:10:55 2021 +0000
@@ -7,6 +7,7 @@
#define DF_DCS1800 0x7F21
/* EFs under MF */
+#define EF_DIR 0x2F00
#define EF_ICCID 0x2FE2
/* EFs under DF_GSM */
--- a/simtool/names.c Thu Jan 28 18:56:34 2021 +0000
+++ b/simtool/names.c Fri Jan 29 03:10:55 2021 +0000
@@ -20,6 +20,7 @@
{"gsm", DF_GSM},
{"telecom", DF_TELECOM},
/* EFs under MF */
+ {"EF_DIR", EF_DIR},
{"EF_ICCID", EF_ICCID},
/* EFs under DF_GSM */
{"EF_LP", EF_LP},