aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-10-30 02:31:28 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-11-04 15:46:04 +0300
commitfbd9aaca6609ef87d8dcc5c9143e638848e0227d (patch)
tree386e6f0b772f06c312b48bc09a4171439e5976dc /include
parente7144066324bec16ca1bda2c89292dc457bb5fd7 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/power_control.h2
1 files changed, 1 insertions, 1 deletions
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);