libosmocore/tests/gb
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
..
bssgp_fc_test.c Drop use of log_set_print_filename() API inside libosmocore 2021-02-20 17:13:58 +00:00
bssgp_fc_tests.err bssgp/test: Fix bssgp-fc test 2015-05-04 07:44:43 +02:00
bssgp_fc_tests.ok gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflow 2017-11-20 17:22:42 +01:00
bssgp_fc_tests.sh GPRS BSSGP test: integrate into autotest 2012-09-07 12:07:54 +02:00
gprs_bssgp_rim_test.c tests/gb: Fix printf format errors on ARM 32 bits 2021-02-25 10:40:31 +00:00
gprs_bssgp_rim_test.ok bssgp_rim: move bssgp_parse_rim_ri and bssgp_create_rim_ri to gprs_bssgp_rim 2021-01-18 21:11:44 +01:00
gprs_bssgp_test.c Drop use of log_set_print_filename() API inside libosmocore 2021-02-20 17:13:58 +00:00
gprs_bssgp_test.ok bssgp_rim: move bssgp_parse_rim_ri and bssgp_create_rim_ri to gprs_bssgp_rim 2021-01-18 21:11:44 +01:00
gprs_ns2_test.c Drop use of log_set_print_filename() API inside libosmocore 2021-02-20 17:13:58 +00:00
gprs_ns2_test.ok gprs_ns2: implement a simple load sharing for UDP 2021-02-19 10:41:50 +00:00
gprs_ns2_vty.vty ns2: Allow setting the socket priority for a UDP bind 2021-04-29 19:55:34 +02:00
gprs_ns_test.c Use new stat item/ctr getter APIs 2021-06-04 18:19:37 +02:00
gprs_ns_test.ok NS: Factor out gprs_nsvc_start_test() and use it 2019-02-26 12:18:30 +01:00
osmo-ns-dummy.cfg gprs_ns2: rework IP-SNS binds 2021-02-19 10:41:50 +00:00
osmoappdesc.py gprs_ns2: call python vty tests 2021-01-01 22:49:23 +01:00