From 7be0213030d2ce50e618e72b5a90e4c5b63c59a4 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 16 Aug 2011 13:19:29 +0200 Subject: checked in clean osmocombb lib --- Src/osmocombb/src/target/firmware/include/layer1/apc.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Src/osmocombb/src/target/firmware/include/layer1/apc.h (limited to 'Src/osmocombb/src/target/firmware/include/layer1/apc.h') diff --git a/Src/osmocombb/src/target/firmware/include/layer1/apc.h b/Src/osmocombb/src/target/firmware/include/layer1/apc.h new file mode 100644 index 0000000..3d73c23 --- /dev/null +++ b/Src/osmocombb/src/target/firmware/include/layer1/apc.h @@ -0,0 +1,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 -- cgit v1.2.3-55-g7522