summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/l1ctl.h
diff options
context:
space:
mode:
authorHarald Welte2010-04-05 15:28:59 +0200
committerHarald Welte2010-04-05 15:30:00 +0200
commit1fa7930eea37f2ba949a1dad8354c133eb1903a0 (patch)
treeba83f2dd21ad9a50b1a521d8d797071de3584a1b /src/host/layer23/include/osmocom/l1ctl.h
parentlayer23: split into liblayer23 and 'apps' (diff)
downloadosmocom-1fa7930eea37f2ba949a1dad8354c133eb1903a0.tar.gz
osmocom-1fa7930eea37f2ba949a1dad8354c133eb1903a0.tar.xz
osmocom-1fa7930eea37f2ba949a1dad8354c133eb1903a0.zip
layer23: Introduce signals to indicate PM RES and L1 RESET to app
Diffstat (limited to 'src/host/layer23/include/osmocom/l1ctl.h')
-rw-r--r--src/host/layer23/include/osmocom/l1ctl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/l1ctl.h b/src/host/layer23/include/osmocom/l1ctl.h
index d0ff886..b56a931 100644
--- a/src/host/layer23/include/osmocom/l1ctl.h
+++ b/src/host/layer23/include/osmocom/l1ctl.h
@@ -18,6 +18,8 @@ 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);
+/* Transmit NEW_CCCH_REQ */
+int l1ctl_tx_ccch_req(struct osmocom_ms *ms);
int l1ctl_tx_echo_req(struct osmocom_ms *ms, unsigned int len);