summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/layer1/apc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/include/layer1/apc.h')
-rw-r--r--src/target/firmware/include/layer1/apc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/target/firmware/include/layer1/apc.h b/src/target/firmware/include/layer1/apc.h
new file mode 100644
index 00000000..3d73c23e
--- /dev/null
+++ b/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