summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/layer1/tpu_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/include/layer1/tpu_window.h')
-rw-r--r--src/target/firmware/include/layer1/tpu_window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target/firmware/include/layer1/tpu_window.h b/src/target/firmware/include/layer1/tpu_window.h
index 7b146f12..287d8962 100644
--- a/src/target/firmware/include/layer1/tpu_window.h
+++ b/src/target/firmware/include/layer1/tpu_window.h
@@ -6,6 +6,8 @@ enum l1_rxwin_type {
L1_RXWIN_FB, /* FCCH burst detection */
L1_RXWIN_SB, /* SCH burst detection */
L1_RXWIN_NB, /* Normal burst decoding */
+ L1_RXWIN_FB26, /* SCH burst detection of neighbour cell */
+ L1_RXWIN_SB26, /* SCH burst detection of neighbour cell */
_NUM_L1_RXWIN
};