diff options
author | Harald Welte <laforge@gnumonks.org> | 2014-10-26 19:04:56 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2014-10-26 19:50:55 +0100 |
commit | 6729a9776aeffde08b11342dfc53e33873a33594 (patch) | |
tree | b7f79e60df52b63a5dbbf61b9856156e611479ab /src/sim/gsm_int.h | |
parent | db2b52ee8477a0223114aeadc15c3bfe8c2ee1fd (diff) |
make sure to register DF.TELECOM and DF.GSM for SIM, USIM + TSIM
before we only did it partially, and by exporting data from sim,
rather than the new osim_int_cprof_add_{gsm,telecom}() functions.
Diffstat (limited to 'src/sim/gsm_int.h')
-rw-r--r-- | src/sim/gsm_int.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/sim/gsm_int.h b/src/sim/gsm_int.h index c79a0be2..54a2fbf2 100644 --- a/src/sim/gsm_int.h +++ b/src/sim/gsm_int.h @@ -1,14 +1,8 @@ #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 osim_int_cprof_add_gsm(struct osim_file_desc *mf); +int osim_int_cprof_add_telecom(struct osim_file_desc *mf); int gsm_hpplmn_decode(struct osim_decoded_data *dd, const struct osim_file_desc *desc, |