[layer23] Header file for last commit
authorAndreas.Eversberg <jolly@eversberg.eu>
Sat, 21 Aug 2010 15:09:48 +0000 (15:09 +0000)
committerAndreas.Eversberg <jolly@eversberg.eu>
Sat, 21 Aug 2010 15:09:48 +0000 (15:09 +0000)
src/host/layer23/include/osmocom/bb/common/l1ctl.h

index ad11323..bfcacd3 100644 (file)
@@ -26,6 +26,12 @@ int l1ctl_tx_dm_est_req_h0(struct osmocom_ms *ms, uint16_t band_arfcn,
 int l1ctl_tx_dm_est_req_h1(struct osmocom_ms *ms, uint8_t maio, uint8_t hsn,
        uint16_t *ma, uint8_t ma_len, uint8_t chan_nr, uint8_t tsc);
 
+/* Transmit L1CTL_DM_FREQ_REQ */
+int l1ctl_tx_dm_freq_req_h0(struct osmocom_ms *ms, uint16_t band_arfcn,
+       uint8_t tsc, uint16_t fn);
+int l1ctl_tx_dm_freq_req_h1(struct osmocom_ms *ms, uint8_t maio, uint8_t hsn,
+       uint16_t *ma, uint8_t ma_len, uint8_t tsc, uint16_t fn);
+
 /* Transmit L1CTL_DM_REL_REQ */
 int l1ctl_tx_dm_rel_req(struct osmocom_ms *ms);