summaryrefslogtreecommitdiffstats
path: root/src/sim/gsm_int.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-05-04 13:59:41 +0200
committerHarald Welte <laforge@gnumonks.org>2014-10-26 19:09:23 +0100
commitbb5f3c7e04e356caa315618f41008280a64929d8 (patch)
tree387d0ff2f3edde6f5de5675f1c62c51ca48b49a7 /src/sim/gsm_int.h
parent3fc3f068b3f981ff531bb606ebae9247b8f2b578 (diff)
sim: Update to latest SIM/USIM specs and include size information
Diffstat (limited to 'src/sim/gsm_int.h')
-rw-r--r--src/sim/gsm_int.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/sim/gsm_int.h b/src/sim/gsm_int.h
index 3abb3e6f..c79a0be2 100644
--- a/src/sim/gsm_int.h
+++ b/src/sim/gsm_int.h
@@ -1,3 +1,14 @@
+#include <sys/types.h>
+#include <osmocom/sim/sim.h>
+
+const struct osim_file_desc *sim_ef_in_gsm;
+const size_t sim_ef_in_gsm_num;
+
+const struct osim_file_desc *sim_ef_in_graphics;
+const size_t sim_ef_in_graphics_num;
+
+const struct osim_file_desc *sim_ef_in_telecom;
+const size_t sim_ef_in_telecom_num;
int gsm_hpplmn_decode(struct osim_decoded_data *dd,
const struct osim_file_desc *desc,