libosmocore/tests/stats
Pau Espin 7b894a7de0 Use new stat item/ctr getter APIs
Generated with spatch:
"""
@@
expression E1, E2;
@@
- &E2->ctr[E1]
+ rate_ctr_group_get_ctr(E2, E1)
"""

"""
@@
expression E1, E2, E3;
@@
- E2->items[E1]
+ osmo_stat_item_group_get_item(E2, E1)
"""

Change-Id: I41297a8df68e28dfc6016330ac82b0ed5dd0ebc1
2021-06-04 18:19:37 +02:00
..
stats_test.c Use new stat item/ctr getter APIs 2021-06-04 18:19:37 +02:00
stats_test.err stats: log error when missing stats values (v2) 2021-04-07 18:38:54 +00:00
stats_test.ok tests/stats: enable logging in test output 2021-03-17 16:39:35 +01:00