aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-11-26 11:01:57 +0100
committerfixeria <vyanitskiy@sysmocom.de>2020-12-02 13:56:49 +0000
commitca9ab523e117d215a6e193ab3ef049419b796a1e (patch)
tree4fab3e3079cd3a11d730ce91bb09f28c925c7843 /tests
parentaf4eec056ea3d87bdb659b2b0b4378cec268d702 (diff)
bts: rename MS_UL_PF_ALGO_{NONE,EWMA} to BTS_PF_ALGO_{NONE,EWMA}
Diffstat (limited to 'tests')
-rw-r--r--tests/power/power_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/power/power_test.c b/tests/power/power_test.c
index a6861341..14bef086 100644
--- a/tests/power/power_test.c
+++ b/tests/power/power_test.c
@@ -153,7 +153,7 @@ static void test_pf_algo_ewma(void)
lchan = &g_trx->ts[0].lchan[0];
avg100 = &lchan->ms_power_ctrl.avg100_ul_rssi;
- g_bts->ul_power_ctrl.pf_algo = MS_UL_PF_ALGO_EWMA;
+ g_bts->ul_power_ctrl.pf_algo = BTS_PF_ALGO_EWMA;
g_bts->ul_power_ctrl.pf.ewma.alpha = 20; /* 80% smoothing */
lchan->ms_power_ctrl.current = ms_pwr_ctl_lvl(GSM_BAND_1800, 0);