summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/l1ctl.h
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-06-28 15:33:14 +0200
committerAndreas.Eversberg2010-06-28 15:33:14 +0200
commitf2b1e55c1e33b4645e2249b2d347955345622ebb (patch)
tree4911377c0070a3bb686841e0ce88370fde3ad8e0 /src/host/layer23/include/osmocom/l1ctl.h
parent[layer23] Minor fix for MCC+MNC print format. (diff)
downloadosmocom-f2b1e55c1e33b4645e2249b2d347955345622ebb.tar.gz
osmocom-f2b1e55c1e33b4645e2249b2d347955345622ebb.tar.xz
osmocom-f2b1e55c1e33b4645e2249b2d347955345622ebb.zip
[layer23] Updated layer23 to current L1 support and forthcomming hopping.
Diffstat (limited to 'src/host/layer23/include/osmocom/l1ctl.h')
-rw-r--r--src/host/layer23/include/osmocom/l1ctl.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/host/layer23/include/osmocom/l1ctl.h b/src/host/layer23/include/osmocom/l1ctl.h
index cac37cf..e5b91e7 100644
--- a/src/host/layer23/include/osmocom/l1ctl.h
+++ b/src/host/layer23/include/osmocom/l1ctl.h
@@ -17,8 +17,11 @@ int tx_ph_data_req(struct osmocom_ms *ms, struct msgb *msg,
int tx_ph_rach_req(struct osmocom_ms *ms);
/* Transmit L1CTL_DM_EST_REQ */
-int tx_ph_dm_est_req(struct osmocom_ms *ms, uint16_t band_arfcn,
- uint8_t chan_nr, uint8_t tsc);
+int tx_ph_dm_est_req_h0(struct osmocom_ms *ms, uint16_t band_arfcn,
+ uint8_t chan_nr, uint8_t tsc, uint8_t tx_power);
+int tx_ph_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,
+ uint8_t tx_power);
/* Transmit L1CTL_DM_REL_REQ */
int tx_ph_dm_rel_req(struct osmocom_ms *ms);