aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-05Add T4 bit map compression routineszecke/pre-release/0.9.3-t4Max9-3/+631
2016-02-05Expand bitvec interfaceMax4-7/+396
2016-01-30bivec: Fix the output of the testcaseHolger Hans Peter Freyther2-12/+16
2016-01-30bitvec: Test and fix regression for C++->C conversionHolger Hans Peter Freyther4-11/+42
2016-01-30Add doxygen comments to clarify function useMax1-1/+14
2016-01-27bitvec: Fix build on older gccHolger Hans Peter Freyther1-1/+3
2016-01-26Add bitvec-related functions from Osmo-PCUMax2-0/+104
2015-11-09test: Fix compiler warnings on 64bit systemsHolger Hans Peter Freyther6-17/+18
2015-11-09ipa: recv is declared in different headers on BSDHolger Hans Peter Freyther1-0/+2
2015-11-09vty: Use NULL to have a null pointer instead of '\0'Holger Hans Peter Freyther1-3/+3
2016-01-22Ignore test binariesMax1-0/+3
2016-01-22bitvec: Fix interface to consistently use unsigned intMax2-12/+12
2016-01-22bitvec: Fix unaligned memory access in osmo_revbytebits_bufMax1-2/+1
2016-01-22Fix sporadic out-of-bounds errorMax1-13/+21
2016-01-21kasumi: Fix build with gcc5 that changed behavior of inlineHolger Hans Peter Freyther1-1/+1
2016-01-18debian: Avoid linking with -Bsymbolic-functionsHolger Hans Peter Freyther1-0/+3
2016-01-18comment typoNeels Hofmeyr1-1/+1
2016-01-15msgb/test: Add test case for error casesJacob Erlbeck2-0/+24
2016-01-15msgb: Assert len >= 0 in msgb_trimJacob Erlbeck1-0/+2
2016-01-15msgb/test: Add tests for msgb_resize_area and msgb_copyJacob Erlbeck2-0/+149
2016-01-15msgb/test: Add functions to catch and check exceptionsJacob Erlbeck2-1/+32
2016-01-15msgb/test: Add test for msgb message buffersJacob Erlbeck4-2/+136
2016-01-15bitvec: Add get/set byte sequencesJacob Erlbeck6-2/+162
2016-01-15gsm: Add APN conversion functionsJacob Erlbeck7-3/+216
2016-01-06update TODO-RELEASE regarding the talloc change.Harald Welte1-0/+1
2015-12-25osmo_prim_op_names should be externHarald Welte1-1/+1
2015-12-24Fix some recently added formats on 64bitNeels Hofmeyr1-3/+5
2015-12-23Add osmo_prim_op_names[] symbol and _SAP_SS7_BASE defineHarald Welte3-1/+14
2015-12-21msgb: Add msgb_test_invariant functionJacob Erlbeck1-0/+40
2015-12-21msgb: Let msgb_hexdump be more tolerantJacob Erlbeck1-7/+39
2015-12-21msgb: Add msgb_resize_area and msgb_copyJacob Erlbeck2-0/+94
2015-12-21some comments / fixed typosNeels Hofmeyr5-3/+7
2015-12-19LaPDm: Refuse SUSPEND/RESUME/RECONNECT in BTS modeHarald Welte1-0/+17
2015-12-17ns: Force a defined state when sending NS RESETJacob Erlbeck3-0/+108
2015-12-17stats: Fix compiler warning about losing constHolger Hans Peter Freyther1-1/+1
2015-12-17ns/stats: Add missing osmo_stat_item_group_free to gprs_nsvc_deleteJacob Erlbeck1-0/+1
2015-12-14talloc: Depend on libtalloc-dev being present as wellHolger Hans Peter Freyther1-1/+1
2015-12-13RSL: Add enum + TLV definitions for ip.access style embedded IEsHarald Welte4-0/+58
2015-12-10talloc: Untested change to unbreak buildHolger Hans Peter Freyther1-1/+1
2015-12-09gsm_03_41: Fix structure definitions for big-endian machinesRuben Undheim1-0/+31
2015-12-08update debian packaging from libosmocore6 to libosmocore7Harald Welte2-2/+2
2015-12-08utils: add TALLOC_CFLAGS to buildHarald Welte1-1/+1
2015-12-08stats: Add OSMO prefix to STAT_ITEM_NOVALUE_IDJacob Erlbeck2-4/+4
2015-12-08stat: Explicitly support stat_items without unitJacob Erlbeck3-2/+16
2015-12-05remove our internal copy of talloc, use system libtallocHarald Welte17-2089/+28
2015-11-26stats: Add TODO comment to rate_ctrJacob Erlbeck1-0/+3
2015-11-26stats/test: Add memory leak checkJacob Erlbeck1-4/+9
2015-11-26stats/test: Add test for reportingJacob Erlbeck2-17/+369
2015-11-26stats: Reorder functions in stats.cJacob Erlbeck1-59/+61
2015-11-26stats: Move statsd related code into a separate fileJacob Erlbeck4-144/+180