fc-simtool: add EF_PNN and EF_OPL symbolic names
these files need to be read in order to identify MVNO SIMs
author |
Mychaela Falconia <falcon@freecalypso.org> |
date |
Tue, 26 Jan 2021 07:02:52 +0000 |
parents |
87d459d9797a |
children |
34c090f35515 |
files |
simtool/file_id.h simtool/names.c |
diffstat |
2 files changed, 4 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/simtool/file_id.h Tue Jan 26 03:32:20 2021 +0000
+++ b/simtool/file_id.h Tue Jan 26 07:02:52 2021 +0000
@@ -32,6 +32,8 @@
#define EF_AD 0x6FAD
#define EF_PHASE 0x6FAE
#define EF_ECC 0x6FB7
+#define EF_PNN 0x6FC5
+#define EF_OPL 0x6FC6
/* EFs under DF_TELECOM */
#define EF_ADN 0x6F3A
--- a/simtool/names.c Tue Jan 26 03:32:20 2021 +0000
+++ b/simtool/names.c Tue Jan 26 07:02:52 2021 +0000
@@ -44,6 +44,8 @@
{"EF_AD", EF_AD},
{"EF_PHASE", EF_PHASE},
{"EF_ECC", EF_ECC},
+ {"EF_PNN", EF_PNN},
+ {"EF_OPL", EF_OPL},
/* EFs under DF_TELECOM */
{"EF_ADN", EF_ADN},
{"EF_FDN", EF_FDN},