aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/power_control.h
blob: cb566a8d1019d87e19b91abeb86dbe7385b5c472 (plain)
1
2
3
4
5
6
7
8
#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_lvl,
		      const int8_t ul_rssi_dbm);