summaryrefslogtreecommitdiffstats
path: root/src/host/virt_phy/include/virtphy/l1ctl_sap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/virt_phy/include/virtphy/l1ctl_sap.h')
-rw-r--r--src/host/virt_phy/include/virtphy/l1ctl_sap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/host/virt_phy/include/virtphy/l1ctl_sap.h b/src/host/virt_phy/include/virtphy/l1ctl_sap.h
index a1261287..b84c3e9e 100644
--- a/src/host/virt_phy/include/virtphy/l1ctl_sap.h
+++ b/src/host/virt_phy/include/virtphy/l1ctl_sap.h
@@ -18,6 +18,14 @@
#define LID_SACCH 0x40
#define LID_DEDIC 0x00
+/* signature strengths for the ms */
+#define MIN_SIG_LEV_DBM -110
+#define MAX_SIG_LEV_DBM -63
+
+/* Ignore all flags of the arfcn */
+#define ARFCN_NO_FLAGS_MASK 0x0fff
+
+
void l1ctl_sap_init(struct l1_model_ms *model);
void prim_rach_init(struct l1_model_ms *model);
void prim_data_init(struct l1_model_ms *model);