summaryrefslogtreecommitdiffstats
path: root/apps/osmocomBB/osmocomBB/include/layer1/apc.h
blob: 3d73c23e52b61119a9712d2bb50cbee5ea457c5c (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _L1_APC_H
#define _L1_APC_H

/* determine the AUXAPC value by the Tx Power Level */
int16_t apc_tx_dbm2auxapc(enum gsm_band band, int8_t dbm);

/* determine the AUXAPC value by the Tx Power Level */
int16_t apc_tx_pwrlvl2auxapc(enum gsm_band band, uint8_t lvl);

#endif