summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Supplementary Services (de)activation, interrogation addedTobias Engel2015-01-012-25/+102
* fixupHarald Welte2014-12-301-0/+4
* add gsm0341_test to generate SMSCB hex stringsHarald Welte2014-12-293-1/+59
* log: "logging level everything" is a badly named option.Holger Hans Peter Freyther2014-12-281-1/+1
* libosmo-gsm: Add PCHAN/LCHAN types for CBCHHarald Welte2014-12-281-0/+2
* ipa: Return -errno instead of -1 in ipa_sendJacob Erlbeck2014-12-221-1/+1
* logging: Call color only once and use the resultHolger Hans Peter Freyther2014-12-051-1/+1
* logging: Make it possible to print category/subsys and timestampsHolger Hans Peter Freyther2014-12-052-4/+95
* gtp: Add a global region for the gtp library of OpenGGSNHolger Hans Peter Freyther2014-12-041-0/+5
* vty: Check with the application before writing the configHolger Hans Peter Freyther2014-12-041-0/+9
* 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