aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/power_control.h
blob: f2e14cfe4adec139d688b259be1b05e9e5b70a03 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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);

int lchan_bs_pwr_ctrl(struct gsm_lchan *lchan,
		      const struct gsm48_hdr *gh);