[layer1] Adding neighbour cell measurement code to layer1.
[osmocom-bb.git] / src / target / firmware / include / layer1 / prim.h
index e9823de..30c51ae 100644 (file)
@@ -20,10 +20,15 @@ void l1s_nb_test(uint8_t base_fn);
 
 void l1s_fbsb_req(uint8_t base_fn, struct l1ctl_fbsb_req *req);
 void l1a_freq_req(uint32_t fn_sched);
-void l1a_rach_req(uint8_t fn51, uint8_t mf_off, uint8_t ra);
+void l1a_rach_req(uint16_t offset, uint8_t combined, uint8_t ra);
 
 /* Primitives raw scheduling sets */
 extern const struct tdma_sched_item nb_sched_set[];
 extern const struct tdma_sched_item nb_sched_set_ul[];
 
+extern const struct tdma_sched_item tch_sched_set[];
+extern const struct tdma_sched_item tch_a_sched_set[];
+extern const struct tdma_sched_item tch_d_sched_set[];
+extern const struct tdma_sched_item neigh_pm_sched_set[];
+
 #endif /* _L1_PRIM_H */