summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add APN utility function to libosmogsmHarald Welte2015-05-253-1/+42
* build: Fix out-of-tree buildsAndreas Rottmann2015-05-171-1/+1
* bssgp: Fix bssgp_tx_fc_bvc parameter typeJacob Erlbeck2015-05-061-1/+1
* bssgp: Fix call to llist_entry in fc_queue_timer_cfgJacob Erlbeck2015-04-301-1/+1
* bssgp: Fix encoding of BVC_FLOW_CONTROLJacob Erlbeck2015-04-291-5/+5
* bssgp: Fix output of the VTY 'show bssgp stats' commandJacob Erlbeck2015-04-291-2/+3
* sim: Use extern for these structs to generate a linkageHolger Hans Peter Freyther2015-04-111-1/+1
* macaddr: Use the BSD code for Darwin as wellHolger Hans Peter Freyther2015-04-111-1/+1
* utils: Disable the weak symbol for darwinHolger Hans Peter Freyther2015-04-111-1/+5
* gprs: Add assertion for msg != NULL to bssgp_msgb_alloc (Coverity)Jacob Erlbeck2015-04-101-0/+4
* msgb: Check the return value of msgb_alloc (Coverity)Jacob Erlbeck2015-04-102-0/+6
* ns: Log when sending fails (Coverity)Jacob Erlbeck2015-04-072-0/+20
* bssgp: Ensure non-NULL bctx before calling bssgp_rx_ptp (Coverity)Jacob Erlbeck2015-04-071-1/+6
* bssgp: Always expect dup != NULL in bssgp_tx_dl_ud (Coverity)Jacob Erlbeck2015-04-071-25/+24
* ctrl: Avoid accessing cmd_desc->command out of boundsHolger Hans Peter Freyther2015-04-051-1/+1
* gsm: Add A5/3-4 cipher supportMax2015-03-281-3/+68
* vty: Fix writing the logging of categoryMichael McTernan2015-03-201-1/+1
* libctrl: Include config.h so we can include netinet/tcp.hHolger Hans Peter Freyther2015-03-181-0/+2
* msgfile: Fix warning on BSDs stdioHolger Hans Peter Freyther2015-03-181-0/+2
* gsm0808: Remove duplicate initializationHolger Hans Peter Freyther2015-03-181-1/+0
* bssgp: Handle BSSGP STATUS messagesJacob Erlbeck2015-03-181-16/+62
* bssgp: Don't reply with STATUS when receiving a PtP STATUS messageJacob Erlbeck2015-03-181-0/+2
* logging: Implement subsecond resolution of extended timestampsJacob Erlbeck2015-03-181-4/+7
* vty: Fix typo in the state creationHolger Hans Peter Freyther2015-01-271-1/+1
* Prepare a new libosmocore releaseHolger Hans Peter Freyther2015-01-182-2/+2
* ctrl: Link to libraries we use symbols fromHolger Hans Peter Freyther2015-01-181-1/+4
* sim: Link to libosmocore and libosmogsmHolger Hans Peter Freyther2015-01-181-2/+5
* 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