libosmocore/src/sim
Holger Hans Peter Freyther 6030ce844e sim: Link to libtalloc as symbols of it are used here
A DSO should link to the libraries that it is using. Linking to
libtalloc will resolve these warnings:

Change-Id: I4c8d5e80e194b9d9b4fa2424c4a22377ecee9c7a
dpkg-shlibdeps: warning: symbol _talloc_zero used by debian/libosmosim0/usr/lib/i386-linux-gnu/libosmosim.so.0.0.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol _talloc_free used by debian/libosmosim0/usr/lib/i386-linux-gnu/libosmosim.so.0.0.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol talloc_strndup used by debian/libosmosim0/usr/lib/i386-linux-gnu/libosmosim.so.0.0.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol talloc_strdup used by debian/libosmosim0/usr/lib/i386-linux-gnu/libosmosim.so.0.0.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol _talloc_memdup used by debian/libosmosim0/usr/lib/i386-linux-gnu/libosmosim.so.0.0.0 found in none of the libraries
2017-01-24 14:26:11 +01:00
..
Makefile.am sim: Link to libtalloc as symbols of it are used here 2017-01-24 14:26:11 +01: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 misc: Some spelling errors corrected 2016-05-25 19:43:56 +00: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
class_tables.c sim: add class_tables / card profiles 2016-03-17 16:55:11 +01:00
core.c rename osim_file_find_* to osim_file_desc_find_* 2016-03-11 22:05:25 +07: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: make osim_reader_ops public 2016-03-19 21:18:40 +01:00