aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/power_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/power_control.h')
-rw-r--r--include/osmo-bts/power_control.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/osmo-bts/power_control.h b/include/osmo-bts/power_control.h
new file mode 100644
index 00000000..43d4b591
--- /dev/null
+++ b/include/osmo-bts/power_control.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include <stdint.h>
+#include <osmo-bts/gsm_data.h>
+
+int lchan_ms_pwr_ctrl(struct gsm_lchan *lchan,
+ const uint8_t ms_power, const int rxLevel);