From fbd9aaca6609ef87d8dcc5c9143e638848e0227d Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 30 Oct 2021 02:31:28 +0300 Subject: measurement: pass *mr to lchan_bs_pwr_ctrl() As a side effect, we have to sacrifice a unit test (TC_inval_dummy) because it becomes impossible to pass a dummy or invalid SACCH block to lchan_bs_pwr_ctrl(). Change-Id: I937117cf26fb718d57920382f6972390ad498c51 Related: SYS#4918 --- include/osmo-bts/power_control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/osmo-bts/power_control.h b/include/osmo-bts/power_control.h index e8b035da..0764ba76 100644 --- a/include/osmo-bts/power_control.h +++ b/include/osmo-bts/power_control.h @@ -87,4 +87,4 @@ int lchan_ms_pwr_ctrl(struct gsm_lchan *lchan, const int16_t ul_lqual_cb); int lchan_bs_pwr_ctrl(struct gsm_lchan *lchan, - const struct gsm48_hdr *gh); + const struct gsm48_meas_res *mr); -- cgit v1.2.3