summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove our internal copy of talloc, use system libtallocHarald Welte2015-12-0517-2089/+28
* stats: Add TODO comment to rate_ctrJacob Erlbeck2015-11-261-0/+3
* stats/test: Add memory leak checkJacob Erlbeck2015-11-261-4/+9
* stats/test: Add test for reportingJacob Erlbeck2015-11-262-17/+369
* stats: Reorder functions in stats.cJacob Erlbeck2015-11-261-59/+61
* stats: Move statsd related code into a separate fileJacob Erlbeck2015-11-264-144/+180
* configure: It should be --with-system-talloc, not --enable-system-tallocHarald Welte2015-11-211-8/+8
* configure.ac: Use AS_IF() instead of shell-if for PKG_CONFIGHarald Welte2015-11-211-4/+4
* use system-wide libtalloc with --enable-system-tallocHarald Welte2015-11-214-3/+59
* 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-129-15/+18
* debian: Make a new minor releaseHolger Hans Peter Freyther2015-11-091-0/+8
* 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-092-8/+26
* 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
* osmo-sim-test: add missing includeAlexander Huemer2015-11-071-0/+1
* debian: Roll a new release with the GPRS NS counter fixHolger Hans Peter Freyther2015-11-041-0/+6
* gprs-ns/stats: When the NSVCI is updated, update the stats counterHolger Hans Peter Freyther2015-11-043-0/+13
* debian: Make new minor release with the NS bugfixHolger Hans Peter Freyther2015-11-041-0/+6
* stats/vty: Add selective show stats commandJacob Erlbeck2015-08-223-2/+33
* ns/stats: Fix class_id of "NSVC Peer Statistics" rate_ctr groupJacob Erlbeck2015-08-221-0/+1
* stats/test: Add tests to check VTY configurationJacob Erlbeck2015-08-222-0/+194
* vty/test: Refactor vty creation/deletion into separate functionsJacob Erlbeck2015-08-221-29/+46
* test: Remove unneeded linking to libosmovty.laJacob Erlbeck2015-08-221-4/+4
* debian: Install libosmoctrl0 too when installing the dev packageHolger Hans Peter Freyther2015-11-031-1/+1
* misc: Prepare the release of libosmocore 0.9.0Holger Hans Peter Freyther2015-11-036-6/+11
* stats: Fix build on FreeBSDHolger Hans Peter Freyther2015-08-212-1/+4
* timer: Fix compiler warning about timevalHolger Hans Peter Freyther2015-08-211-3/+4
* gtphub: add OSMO_VTY_PORT_GTPHUB.Neels Hofmeyr2015-11-021-0/+1
* fix some typosNeels Hofmeyr2015-11-023-7/+7
* Merge branch 'jerlbeck/wip/stats'Holger Hans Peter Freyther2015-11-0229-27/+2135
|\
| * 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-023-5/+8
| * stats: Limit reporting by class idJacob Erlbeck2015-11-027-0/+84
| * stats: Report group indices as unsigned intJacob Erlbeck2015-11-021-8/+9
| * vty: Add reserved nodes to enum node_typeJacob Erlbeck2015-11-022-0/+10
| * stats: Add osmo_ name prefix to identifiersJacob Erlbeck2015-11-0211-312/+312
| * stats: Add log reporterJacob Erlbeck2015-10-293-0/+115
| * stats: Use function pointers in reporter objectsJacob Erlbeck2015-10-292-25/+40
| * stats: Make net config optionalJacob Erlbeck2015-10-293-12/+31
| * stats: Add missing mtu command to 'write' outputJacob Erlbeck2015-10-291-0/+3
| * stats: Support statsd Multi-Metric PacketsJacob Erlbeck2015-10-293-11/+121
| * stats: Add support for osmo_countersJacob Erlbeck2015-10-291-0/+32
| * core: Add difference function to osmo_counterJacob Erlbeck2015-10-292-0/+12
| * stats: Report stat item valuesJacob Erlbeck2015-10-291-0/+49