summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix libosmocore build for NuttX targetHarald Welte2014-12-044-2/+18
* vty/vector.c: Use string.h, not memory.hHarald Welte2014-11-141-1/+1
* remove references to u_long type, use 'unsigned long' insteadHarald Welte2014-11-142-3/+3
* remove references to u_char type, use 'unsigned char' insteadHarald Welte2014-11-142-2/+2
* strrb.c: Use string.h, not strings.hHarald Welte2014-11-141-1/+1
* select.c: Add missing #include lines for string.h and sys/select.hHarald Welte2014-11-141-0/+2
* bssgp: Fix VTY command 'show bssgp nsei N'Jacob Erlbeck2014-11-101-1/+1
* sim: reader_pcsc:Remove dead codeHarald Welte2014-10-271-2/+0
* pcsc: Fix the include pathHolger Hans Peter Freyther2014-10-271-2/+2
* sttrb / loggingrb: Use GPLv2+ as license, not AGPLv3+Harald Welte2014-10-262-2/+2
* Change copyright notice of ipa.c to GPLv2+Harald Welte2014-10-261-4/+4
* Change license of gsm0411_smc/smr to GPLv2+Harald Welte2014-10-263-12/+12
* Change license of libosmogb from AGPLv3+ to GPLv2+Harald Welte2014-10-268-32/+32
* 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