summaryrefslogtreecommitdiff
path: root/cesar/cp/defs.h
diff options
context:
space:
mode:
authorNélio Laranjeiro2012-11-20 11:04:02 +0100
committerNélio Laranjeiro2012-12-17 17:01:01 +0100
commitda1c76ac1e2d4e46020397a89bde4eedbbfeadf0 (patch)
treed3218bccb17f98558589fa48e4776dde4d1c02ab /cesar/cp/defs.h
parentc06dac0f6a2dc1c3576308a190f504f4da0121b1 (diff)
cesar/cp/av: add vs_get_attenuation_list MME, refs #3485
Diffstat (limited to 'cesar/cp/defs.h')
-rw-r--r--cesar/cp/defs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cesar/cp/defs.h b/cesar/cp/defs.h
index 977f05dd63..e94c13f6a2 100644
--- a/cesar/cp/defs.h
+++ b/cesar/cp/defs.h
@@ -151,4 +151,10 @@
#define CP_TIMER_OFFSET_CCO MAC_MS_TO_TCK(20)
#define CP_TIMER_OFFSET_STA MAC_MS_TO_TCK(5)
+/** Attenuation offset for SPC300 */
+#define CP_AGC_SPC300_ATTENUATION_OFFSET 14
+
+/** Attenuation offset for AV boards. */
+#define CP_AV_AGC_GAIN_OFFSET 6
+
#endif /* cp_defs_h */