aboutsummaryrefslogtreecommitdiffstats
path: root/tests/stats
AgeCommit message (Expand)AuthorFilesLines
2019-05-07add osmo_stat_item_inc/osmo_stat_item_dec to set it relativeAlexander Couzens1-0/+16
2017-12-20rate_ctr: fix osmo-sgsn DoS: don't return NULL on already used indexNeels Hofmeyr1-5/+5
2017-12-17Do not allocate already existing counter groupMax1-1/+6
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-1/+3
2017-10-24stats_test: Extend check to include test for counter group name manglingHarald Welte2-10/+51
2017-10-24Convert lib-internal rate_ctr from '.' separator to ':' separatorHarald Welte1-3/+3
2017-10-24rate_ctr: Enforce counter (and ctr_group) names are valid identifiersHarald Welte1-42/+42
2017-01-15stats_test: fix mismatching osmo_stats_reporter->send_item signatureNeels Hofmeyr1-2/+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-02stats: Add osmo_ name prefix to identifiersJacob Erlbeck1-55/+55
2015-10-28stats: Use a global index for stat item valuesJacob Erlbeck1-14/+29
2015-10-28stats: Add stat_item for value monitoringJacob Erlbeck2-0/+198