aboutsummaryrefslogtreecommitdiffstats
path: root/src/sim/gsm_int.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-01-17 18:25:50 +0100
committerHarald Welte <laforge@gnumonks.org>2014-10-26 19:09:22 +0100
commitd54c2ee8c51b41b7f7a5a469efd6bb391a0c2b75 (patch)
tree2c468db6b7a0818dcc11c1e1dbd0eae5d5b27cd6 /src/sim/gsm_int.h
parentcac3cd6fcd941ae0906e5a95a1cb3b5ebec8a72a (diff)
initial checkin of 'libosmosim'
Diffstat (limited to 'src/sim/gsm_int.h')
-rw-r--r--src/sim/gsm_int.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/sim/gsm_int.h b/src/sim/gsm_int.h
new file mode 100644
index 00000000..3abb3e6f
--- /dev/null
+++ b/src/sim/gsm_int.h
@@ -0,0 +1,12 @@
+
+int gsm_hpplmn_decode(struct osim_decoded_data *dd,
+ const struct osim_file_desc *desc,
+ int len, uint8_t *data);
+
+int gsm_lp_decode(struct osim_decoded_data *dd,
+ const struct osim_file_desc *desc,
+ int len, uint8_t *data);
+
+int gsm_imsi_decode(struct osim_decoded_data *dd,
+ const struct osim_file_desc *desc,
+ int len, uint8_t *data);