| Commit message (Expand) | Author | Age | Files | Lines |
* | bitvec: Fix build on older gcc | Holger Hans Peter Freyther | 2016-01-27 | 1 | -1/+3 |
* | Add bitvec-related functions from Osmo-PCU | Max | 2016-01-26 | 2 | -0/+104 |
* | test: Fix compiler warnings on 64bit systems | Holger Hans Peter Freyther | 2015-11-09 | 6 | -17/+18 |
* | ipa: recv is declared in different headers on BSD | Holger Hans Peter Freyther | 2015-11-09 | 1 | -0/+2 |
* | vty: Use NULL to have a null pointer instead of '\0' | Holger Hans Peter Freyther | 2015-11-09 | 1 | -3/+3 |
* | Ignore test binaries | Max | 2016-01-22 | 1 | -0/+3 |
* | bitvec: Fix interface to consistently use unsigned int | Max | 2016-01-22 | 2 | -12/+12 |
* | bitvec: Fix unaligned memory access in osmo_revbytebits_buf | Max | 2016-01-22 | 1 | -2/+1 |
* | Fix sporadic out-of-bounds error | Max | 2016-01-22 | 1 | -13/+21 |
* | kasumi: Fix build with gcc5 that changed behavior of inline | Holger Hans Peter Freyther | 2016-01-21 | 1 | -1/+1 |
* | debian: Avoid linking with -Bsymbolic-functions | Holger Hans Peter Freyther | 2016-01-18 | 1 | -0/+3 |
* | comment typo | Neels Hofmeyr | 2016-01-18 | 1 | -1/+1 |
* | msgb/test: Add test case for error cases | Jacob Erlbeck | 2016-01-15 | 2 | -0/+24 |
* | msgb: Assert len >= 0 in msgb_trim | Jacob Erlbeck | 2016-01-15 | 1 | -0/+2 |
* | msgb/test: Add tests for msgb_resize_area and msgb_copy | Jacob Erlbeck | 2016-01-15 | 2 | -0/+149 |
* | msgb/test: Add functions to catch and check exceptions | Jacob Erlbeck | 2016-01-15 | 2 | -1/+32 |
* | msgb/test: Add test for msgb message buffers | Jacob Erlbeck | 2016-01-15 | 4 | -2/+136 |
* | bitvec: Add get/set byte sequences | Jacob Erlbeck | 2016-01-15 | 6 | -2/+162 |
* | gsm: Add APN conversion functions | Jacob Erlbeck | 2016-01-15 | 7 | -3/+216 |
* | update TODO-RELEASE regarding the talloc change. | Harald Welte | 2016-01-06 | 1 | -0/+1 |
* | osmo_prim_op_names should be extern | Harald Welte | 2015-12-25 | 1 | -1/+1 |
* | Fix some recently added formats on 64bit | Neels Hofmeyr | 2015-12-24 | 1 | -3/+5 |
* | Add osmo_prim_op_names[] symbol and _SAP_SS7_BASE define | Harald Welte | 2015-12-23 | 3 | -1/+14 |
* | msgb: Add msgb_test_invariant function | Jacob Erlbeck | 2015-12-21 | 1 | -0/+40 |
* | msgb: Let msgb_hexdump be more tolerant | Jacob Erlbeck | 2015-12-21 | 1 | -7/+39 |
* | msgb: Add msgb_resize_area and msgb_copy | Jacob Erlbeck | 2015-12-21 | 2 | -0/+94 |
* | some comments / fixed typos | Neels Hofmeyr | 2015-12-21 | 5 | -3/+7 |
* | LaPDm: Refuse SUSPEND/RESUME/RECONNECT in BTS mode | Harald Welte | 2015-12-19 | 1 | -0/+17 |
* | ns: Force a defined state when sending NS RESET | Jacob Erlbeck | 2015-12-17 | 3 | -0/+108 |
* | stats: Fix compiler warning about losing const | Holger Hans Peter Freyther | 2015-12-17 | 1 | -1/+1 |
* | ns/stats: Add missing osmo_stat_item_group_free to gprs_nsvc_delete | Jacob Erlbeck | 2015-12-17 | 1 | -0/+1 |
* | talloc: Depend on libtalloc-dev being present as well | Holger Hans Peter Freyther | 2015-12-14 | 1 | -1/+1 |
* | RSL: Add enum + TLV definitions for ip.access style embedded IEs | Harald Welte | 2015-12-13 | 4 | -0/+58 |
* | talloc: Untested change to unbreak build | Holger Hans Peter Freyther | 2015-12-10 | 1 | -1/+1 |
* | gsm_03_41: Fix structure definitions for big-endian machines | Ruben Undheim | 2015-12-09 | 1 | -0/+31 |
* | update debian packaging from libosmocore6 to libosmocore7 | Harald Welte | 2015-12-08 | 2 | -2/+2 |
* | utils: add TALLOC_CFLAGS to build | Harald Welte | 2015-12-08 | 1 | -1/+1 |
* | stats: Add OSMO prefix to STAT_ITEM_NOVALUE_ID | Jacob Erlbeck | 2015-12-08 | 2 | -4/+4 |
* | stat: Explicitly support stat_items without unit | Jacob Erlbeck | 2015-12-08 | 3 | -2/+16 |
* | remove our internal copy of talloc, use system libtalloc | Harald Welte | 2015-12-05 | 17 | -2089/+28 |
* | stats: Add TODO comment to rate_ctr | Jacob Erlbeck | 2015-11-26 | 1 | -0/+3 |
* | stats/test: Add memory leak check | Jacob Erlbeck | 2015-11-26 | 1 | -4/+9 |
* | stats/test: Add test for reporting | Jacob Erlbeck | 2015-11-26 | 2 | -17/+369 |
* | stats: Reorder functions in stats.c | Jacob Erlbeck | 2015-11-26 | 1 | -59/+61 |
* | stats: Move statsd related code into a separate file | Jacob Erlbeck | 2015-11-26 | 4 | -144/+180 |
* | configure: It should be --with-system-talloc, not --enable-system-talloc | Harald Welte | 2015-11-21 | 1 | -8/+8 |
* | configure.ac: Use AS_IF() instead of shell-if for PKG_CONFIG | Harald Welte | 2015-11-21 | 1 | -4/+4 |
* | use system-wide libtalloc with --enable-system-talloc | Harald Welte | 2015-11-21 | 4 | -3/+59 |
* | stat_item.c: Fix compiler warnings | Harald Welte | 2015-11-20 | 1 | -2/+2 |
* | vty: Don't call exit() but rather use OSMO_ASSERT() | Harald Welte | 2015-11-12 | 1 | -15/+4 |