aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-10 23:32:51 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-15 15:50:43 +0700
commit8d62d66ed5d52d7458b56db67d686defb183528e (patch)
tree9ef5ae685a0b2a3a7cddd8fca5d83919b8586446 /include
parent52d6e43d0ec45e9456a66ab1c59582419f57ce28 (diff)
power_control: clarify argument names of lchan_ms_pwr_ctrl()
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/power_control.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmo-bts/power_control.h b/include/osmo-bts/power_control.h
index 43d4b591..cb566a8d 100644
--- a/include/osmo-bts/power_control.h
+++ b/include/osmo-bts/power_control.h
@@ -4,4 +4,5 @@
#include <osmo-bts/gsm_data.h>
int lchan_ms_pwr_ctrl(struct gsm_lchan *lchan,
- const uint8_t ms_power, const int rxLevel);
+ const uint8_t ms_power_lvl,
+ const int8_t ul_rssi_dbm);