libosmocore/src/sim
Andreas Rottmann 9eb1c80020 build: Fix out-of-tree builds
Fixes:
In file included from ../../../include/osmocom/core/msgb.h:25:0,
                 from ../../../include/osmocom/sim/sim.h:4,
                 from ../../../src/sim/reader_pcsc.c:30:
../../../include/osmocom/core/bits.h:6:35: fatal error: osmocom/core/bit16gen.h: No such file or directory
 #include <osmocom/core/bit16gen.h>

In file included from ../../include/osmocom/core/msgb.h:25:0,
                 from ../../utils/osmo-sim-test.c:26:
../../include/osmocom/core/bits.h:6:35: fatal error: osmocom/core/bit16gen.h: No such file or directory
 #include <osmocom/core/bit16gen.h>
2015-05-17 19:19:09 +02:00
..
Makefile.am build: Fix out-of-tree builds 2015-05-17 19:19:09 +02:00
card_fs_isim.c sim: Only one default_decode() function for all card types 2014-10-26 19:09:24 +01:00
card_fs_sim.c make sure to register DF.TELECOM and DF.GSM for SIM, USIM + TSIM 2014-10-26 19:50:55 +01:00
card_fs_tetra.c make sure to register DF.TELECOM and DF.GSM for SIM, USIM + TSIM 2014-10-26 19:50:55 +01:00
card_fs_uicc.c sim: add copyright notices and merge file_codec.c into core.c 2014-10-26 19:09:22 +01:00
card_fs_usim.c make sure to register DF.TELECOM and DF.GSM for SIM, USIM + TSIM 2014-10-26 19:50:55 +01:00
core.c sim: More talloc return NULL checking 2014-10-26 19:50:55 +01:00
gsm_int.h make sure to register DF.TELECOM and DF.GSM for SIM, USIM + TSIM 2014-10-26 19:50:55 +01:00
reader.c msgb: Check the return value of msgb_alloc (Coverity) 2015-04-10 08:44:15 +02:00
reader_pcsc.c sim: reader_pcsc:Remove dead code 2014-10-27 20:46:40 +01:00
sim_int.h sim: Use extern for these structs to generate a linkage 2015-04-11 19:31:03 +02:00