Inter-Layer intergration work
[osmocom-bb.git] / src / host / layer2 / include / osmocom / osmocom_layer2.h
index 41c9bd0..97bd9e1 100644 (file)
@@ -7,6 +7,10 @@ struct osmocom_ms;
 
 int osmo_recv(struct osmocom_ms *ms, struct msgb *msg);
 
+int tx_ph_rach_req(struct osmocom_ms *ms);
+int tx_ph_dm_est_req(struct osmocom_ms *ms, uint16_t band_arfcn, uint8_t chan_nr);
+
 extern int osmo_send_l1(struct osmocom_ms *ms, struct msgb *msg);
 
+
 #endif