summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/l1ctl.h
diff options
context:
space:
mode:
authorHarald Welte2010-06-24 18:56:36 +0200
committerHarald Welte2010-06-24 18:57:28 +0200
commitbc860c43c291304866cc6fc5ca9acc9499853d06 (patch)
treed4542e86fef347bd3ee13e606f8cb7c8326c9e1b /src/host/layer23/include/osmocom/l1ctl.h
parentfw/layer1: Add some RFCH utilities to get channel parameters (diff)
downloadosmocom-bc860c43c291304866cc6fc5ca9acc9499853d06.tar.gz
osmocom-bc860c43c291304866cc6fc5ca9acc9499853d06.tar.xz
osmocom-bc860c43c291304866cc6fc5ca9acc9499853d06.zip
[layer23] use the TSC that is passed from L1 when going in dedicated mode
Diffstat (limited to 'src/host/layer23/include/osmocom/l1ctl.h')
-rw-r--r--src/host/layer23/include/osmocom/l1ctl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/host/layer23/include/osmocom/l1ctl.h b/src/host/layer23/include/osmocom/l1ctl.h
index 2bcbdb3..427f27e 100644
--- a/src/host/layer23/include/osmocom/l1ctl.h
+++ b/src/host/layer23/include/osmocom/l1ctl.h
@@ -17,7 +17,8 @@ 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);
+int tx_ph_dm_est_req(struct osmocom_ms *ms, uint16_t band_arfcn, uint8_t chan_nr,
+ uint8_t tsc);
/* Transmit FBSB_REQ */
int l1ctl_tx_fbsb_req(struct osmocom_ms *ms, uint16_t arfcn,
uint8_t flags, uint16_t timeout, uint8_t sync_info_idx,