summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bitvec: Fix interface to consistently use unsigned intMax2016-01-221-7/+7
* bitvec: Fix unaligned memory access in osmo_revbytebits_bufMax2016-01-221-2/+1
* Fix sporadic out-of-bounds errorMax2016-01-221-13/+21
* bitvec: Add get/set byte sequencesJacob Erlbeck2016-01-151-0/+75
* gsm: Add APN conversion functionsJacob Erlbeck2016-01-152-0/+77
* Fix some recently added formats on 64bitNeels Hofmeyr2015-12-241-3/+5
* Add osmo_prim_op_names[] symbol and _SAP_SS7_BASE defineHarald Welte2015-12-232-1/+11
* msgb: Let msgb_hexdump be more tolerantJacob Erlbeck2015-12-211-7/+39
* msgb: Add msgb_resize_area and msgb_copyJacob Erlbeck2015-12-211-0/+91
* some comments / fixed typosNeels Hofmeyr2015-12-211-1/+1
* LaPDm: Refuse SUSPEND/RESUME/RECONNECT in BTS modeHarald Welte2015-12-191-0/+17
* ns: Force a defined state when sending NS RESETJacob Erlbeck2015-12-171-0/+6
* stats: Fix compiler warning about losing constHolger Hans Peter Freyther2015-12-171-1/+1
* ns/stats: Add missing osmo_stat_item_group_free to gprs_nsvc_deleteJacob Erlbeck2015-12-171-0/+1
* RSL: Add enum + TLV definitions for ip.access style embedded IEsHarald Welte2015-12-132-0/+27
* stats: Add OSMO prefix to STAT_ITEM_NOVALUE_IDJacob Erlbeck2015-12-081-3/+3
* stat: Explicitly support stat_items without unitJacob Erlbeck2015-12-082-2/+15
* remove our internal copy of talloc, use system libtallocHarald Welte2015-12-057-1825/+15
* stats: Add TODO comment to rate_ctrJacob Erlbeck2015-11-261-0/+3
* stats: Reorder functions in stats.cJacob Erlbeck2015-11-261-59/+61
* stats: Move statsd related code into a separate fileJacob Erlbeck2015-11-263-140/+168
* stat_item.c: Fix compiler warningsHarald Welte2015-11-201-2/+2
* vty: Don't call exit() but rather use OSMO_ASSERT()Harald Welte2015-11-121-15/+4
* fix FSF address in sources/headersJaroslav Škarvada2015-11-125-8/+10
* stats: Fix not reported stat item valuesJacob Erlbeck2015-11-091-1/+3
* stats: Fix handling of multiple resportersJacob Erlbeck2015-11-091-2/+2
* stats: Send all values on reporter updateJacob Erlbeck2015-11-091-8/+25
* stats: Fix name prefix handlingJacob Erlbeck2015-11-091-11/+23
* stats: Document the level in show stats level optionsHolger Hans Peter Freyther2015-11-071-0/+1
* gprs-ns/stats: When the NSVCI is updated, update the stats counterHolger Hans Peter Freyther2015-11-041-0/+2
* stats/vty: Add selective show stats commandJacob Erlbeck2015-08-222-2/+31
* ns/stats: Fix class_id of "NSVC Peer Statistics" rate_ctr groupJacob Erlbeck2015-08-221-0/+1
* misc: Prepare the release of libosmocore 0.9.0Holger Hans Peter Freyther2015-11-031-1/+1
* stats: Fix build on FreeBSDHolger Hans Peter Freyther2015-08-211-1/+2
* timer: Fix compiler warning about timevalHolger Hans Peter Freyther2015-08-211-3/+4
* fix some typosNeels Hofmeyr2015-11-021-2/+2
* stats: Fix handling of the no mtu commandHolger Hans Peter Freyther2015-11-021-1/+1
* stats: Do not assign the wrong addresssHolger Hans Peter Freyther2015-11-021-1/+1
* stats: Remove warnings about never read variablesHolger Hans Peter Freyther2015-11-021-8/+5
* log: Add new DLSTATS log levelJacob Erlbeck2015-11-022-4/+6
* stats: Limit reporting by class idJacob Erlbeck2015-11-024-0/+70
* stats: Report group indices as unsigned intJacob Erlbeck2015-11-021-8/+9
* stats: Add osmo_ name prefix to identifiersJacob Erlbeck2015-11-025-190/+190
* stats: Add log reporterJacob Erlbeck2015-10-292-0/+112
* stats: Use function pointers in reporter objectsJacob Erlbeck2015-10-291-25/+26
* stats: Make net config optionalJacob Erlbeck2015-10-292-12/+29
* stats: Add missing mtu command to 'write' outputJacob Erlbeck2015-10-291-0/+3
* stats: Support statsd Multi-Metric PacketsJacob Erlbeck2015-10-292-11/+116
* stats: Add support for osmo_countersJacob Erlbeck2015-10-291-0/+32
* core: Add difference function to osmo_counterJacob Erlbeck2015-10-291-0/+8