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

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