aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-03-20vty: Fix writing the logging of categoryMichael McTernan1-1/+1
2015-03-18libctrl: Include config.h so we can include netinet/tcp.hHolger Hans Peter Freyther1-0/+2
2015-03-18msgfile: Fix warning on BSDs stdioHolger Hans Peter Freyther1-0/+2
2015-03-18gsm0808: Remove duplicate initializationHolger Hans Peter Freyther1-1/+0
2015-03-18bssgp: Handle BSSGP STATUS messagesJacob Erlbeck1-16/+62
2015-03-18bssgp: Don't reply with STATUS when receiving a PtP STATUS messageJacob Erlbeck1-0/+2
2015-03-18logging: Implement subsecond resolution of extended timestampsJacob Erlbeck1-4/+7
2015-01-27vty: Fix typo in the state creationHolger Hans Peter Freyther1-1/+1
2015-01-18Prepare a new libosmocore release0.8.0Holger Hans Peter Freyther2-2/+2
2015-01-18ctrl: Link to libraries we use symbols fromHolger Hans Peter Freyther1-1/+4
2015-01-18sim: Link to libosmocore and libosmogsmHolger Hans Peter Freyther1-2/+5
2015-01-01Supplementary Services (de)activation, interrogation addedTobias Engel2-25/+102
2014-12-30fixupHarald Welte1-0/+4
2014-12-29add gsm0341_test to generate SMSCB hex stringsHarald Welte3-1/+59
2014-12-28log: "logging level everything" is a badly named option.Holger Hans Peter Freyther1-1/+1
2014-12-28libosmo-gsm: Add PCHAN/LCHAN types for CBCHHarald Welte1-0/+2
2014-12-22ipa: Return -errno instead of -1 in ipa_sendJacob Erlbeck1-1/+1
2014-12-05logging: Call color only once and use the resultHolger Hans Peter Freyther1-1/+1
2014-12-05logging: Make it possible to print category/subsys and timestampsHolger Hans Peter Freyther2-4/+95
2014-12-04gtp: Add a global region for the gtp library of OpenGGSNHolger Hans Peter Freyther1-0/+5
2014-12-04vty: Check with the application before writing the configHolger Hans Peter Freyther1-0/+9
2014-12-04fix libosmocore build for NuttX targetHarald Welte4-2/+18
2014-11-14vty/vector.c: Use string.h, not memory.hHarald Welte1-1/+1
2014-11-14remove references to u_long type, use 'unsigned long' insteadHarald Welte2-3/+3
2014-11-14remove references to u_char type, use 'unsigned char' insteadHarald Welte2-2/+2
2014-11-14strrb.c: Use string.h, not strings.hHarald Welte1-1/+1
2014-11-14select.c: Add missing #include lines for string.h and sys/select.hHarald Welte1-0/+2
2014-11-10bssgp: Fix VTY command 'show bssgp nsei N'Jacob Erlbeck1-1/+1
2014-10-27sim: reader_pcsc:Remove dead codeHarald Welte1-2/+0
2014-10-27pcsc: Fix the include pathHolger Hans Peter Freyther1-2/+2
2014-10-26sttrb / loggingrb: Use GPLv2+ as license, not AGPLv3+Harald Welte2-2/+2
2014-10-26Change copyright notice of ipa.c to GPLv2+Harald Welte1-4/+4
2014-10-26Change license of gsm0411_smc/smr to GPLv2+Harald Welte3-12/+12
2014-10-26Change license of libosmogb from AGPLv3+ to GPLv2+Harald Welte8-32/+32
2014-10-26make sure to register DF.TELECOM and DF.GSM for SIM, USIM + TSIMHarald Welte4-42/+56
2014-10-26sim: More talloc return NULL checkingHarald Welte1-0/+8
2014-10-26sim: Prepare infrastructure for protocols != T=0 and other driversHarald Welte3-16/+40
2014-10-26sim: Make TETRA SIM (TSIM) support compileHarald Welte2-183/+134
2014-10-26sim: Only one default_decode() function for all card typesHarald Welte5-37/+15
2014-10-26sim: Add 3GPP TS 31.103 ISIM definitionsHarald Welte2-1/+117
2014-10-26sim: Update to latest SIM/USIM specs and include size informationHarald Welte3-175/+335
2014-10-26sim: reader_pcsc.c: Avoid compiler warnings by using pcsc-lite LONGHarald Welte1-3/+3
2014-10-26sim: mark osim_msgb_cb as __may_alias__ to avoid gcc warningsHarald Welte1-0/+315
2014-10-26sim: further updates/fixesHarald Welte4-3/+16
2014-10-26sim: add decoding of status wordsHarald Welte1-2/+54
2014-10-26sim: replaced function/structure comments with doxygen commentsKevin Redon1-8/+12
2014-10-26sim: renamed case to the one defined in ISO7816-3Kevin Redon2-18/+18
2014-10-26sim: comment/explain signature of osim_new_apdumsgKevin Redon1-2/+9
2014-10-26sim: strip the SW from the returned data, as SW is passed in msgb->cbHarald Welte1-2/+5
2014-10-26sim: Use autotools for libpcsc-lite linkageHarald Welte1-4/+8