summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* make sure to register DF.TELECOM and DF.GSM for SIM, USIM + TSIMHarald Welte2014-10-264-42/+56
* sim: More talloc return NULL checkingHarald Welte2014-10-261-0/+8
* sim: Prepare infrastructure for protocols != T=0 and other driversHarald Welte2014-10-263-16/+40
* sim: Make TETRA SIM (TSIM) support compileHarald Welte2014-10-262-183/+134
* sim: Only one default_decode() function for all card typesHarald Welte2014-10-265-37/+15
* sim: Add 3GPP TS 31.103 ISIM definitionsHarald Welte2014-10-262-1/+117
* sim: Update to latest SIM/USIM specs and include size informationHarald Welte2014-10-263-175/+335
* sim: reader_pcsc.c: Avoid compiler warnings by using pcsc-lite LONGHarald Welte2014-10-261-3/+3
* sim: mark osim_msgb_cb as __may_alias__ to avoid gcc warningsHarald Welte2014-10-261-0/+315
* sim: further updates/fixesHarald Welte2014-10-264-3/+16
* sim: add decoding of status wordsHarald Welte2014-10-261-2/+54
* sim: replaced function/structure comments with doxygen commentsKevin Redon2014-10-261-8/+12
* sim: renamed case to the one defined in ISO7816-3Kevin Redon2014-10-262-18/+18
* sim: comment/explain signature of osim_new_apdumsgKevin Redon2014-10-261-2/+9
* sim: strip the SW from the returned data, as SW is passed in msgb->cbHarald Welte2014-10-261-2/+5
* sim: Use autotools for libpcsc-lite linkageHarald Welte2014-10-261-4/+8
* sim: add copyright notices and merge file_codec.c into core.cHarald Welte2014-10-268-39/+163
* initial checkin of 'libosmosim'Harald Welte2014-10-2610-0/+1487
* gprs: Don't discard SUSPEND/RESUME in bssgp_rcvmsgJacob Erlbeck2014-10-231-18/+26
* Move common socket routine into separate functionMax2014-10-131-29/+24
* bssgp: Free msgb in case of error when calling into gprs_ns_sendmsgHolger Hans Peter Freyther2014-10-101-0/+3
* gprs-ns: Fix reset state handlingJacob Erlbeck2014-10-091-5/+4
* gprs-ns: Let gprs_nsvc_reset return a valueJacob Erlbeck2014-10-091-2/+7
* build: remove unused all_includes and use AM_CPPFLAGSJan Engelhardt2014-10-035-5/+10
* misc: Look into the build directory for generated filesHolger Hans Peter Freyther2014-09-254-4/+4
* gprs: Set bssgph field in bssgp_msgb_alloc()Jacob Erlbeck2014-09-231-1/+3
* gprs: Fix bssgp_rcvmsg to handle signalling msgs with BVCI IEJacob Erlbeck2014-09-231-3/+7
* gprs: Fix and check BVCI in BSSGP STATUS messagesJacob Erlbeck2014-09-232-1/+15
* Fix copyright header in gan.cHarald Welte2014-09-111-4/+4
* add missing copyright statements to source code filesHarald Welte2014-09-115-0/+106
* logging: Add ability to save/print current log filtersHarald Welte2014-08-252-3/+7
* libctrl: Add support for 'deferred control commands'Harald Welte2014-08-242-0/+77
* ctrl: Attempt fix the build on FreeBSD and add include fileHolger Hans Peter Freyther2014-08-211-0/+1
* prepare for 0.7.0 releaseHarald Welte2014-08-213-3/+3
* rename controlif_setup() to ctrl_interface_setup()Harald Welte2014-08-211-2/+2
* libctrl: Make two internal helper functions staticHarald Welte2014-08-211-2/+2
* libctrl: Move bulk of control node lookup inti libosmoctrlHarald Welte2014-08-211-3/+127
* libctrl: remove 'struct gsm_network' referencesHarald Welte2014-08-211-4/+4
* libctrl: adopt to recent ipaccess/ipa naming changeHarald Welte2014-08-211-2/+3
* libctrl: autotools build system integrationHarald Welte2014-08-211-5/+10
* libctrl: Add DLCTRL as logging context for the control interfaceHarald Welte2014-08-213-28/+33
* libctrl: Avoid using external tall_bsc_ctxHarald Welte2014-08-211-6/+6
* libctrl: remove openbsc headers, convert from make_sock to libosmocoreHarald Welte2014-08-212-19/+9
* libctrl: Remove reference to 'DNAT' in favor of 'DCTRL'Harald Welte2014-08-211-1/+1
* libctr: rename/move control interface to libosmocore naming schemeHarald Welte2014-08-213-0/+1071
* gsm0808: Fix copy and paste pointed out by clangHolger Hans Peter Freyther2014-08-211-1/+1
* macaddr: Add some code for FreeBSD (it should work on the others too)Holger Hans Peter Freyther2014-08-211-0/+41
* ipa: use %z as format string whne printing sizeof() resultHarald Welte2014-08-211-1/+1
* ipa: fix compiler warning regarding printf (%d -> %lu)Harald Welte2014-08-211-1/+1
* macaddr: add #include unistd.h for close() functionHarald Welte2014-08-211-0/+1