aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/power_control.h
blob: 43d4b591128062ac61cb4c9c13ae2594acd32a5b (plain)
1
2
3
4
5
6
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);