summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common/l1ctl.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-11-21 10:54:48 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-11-21 10:55:08 +0700
commit1c84127b199a4b7769815397cba1cabbf84a9f41 (patch)
tree32edb5f778b70e9dd7505633bf0b35948486e034 /src/host/layer23/include/osmocom/bb/common/l1ctl.h
parent5e9786bde947089ec274e5e0235dddc87e72ed3d (diff)
(WIP) host/layer23: introduce an application to dump L1CTL PHY infofixeria/l1ctl_nego
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common/l1ctl.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/l1ctl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/l1ctl.h b/src/host/layer23/include/osmocom/bb/common/l1ctl.h
index e4dbdedc..bde58ede 100644
--- a/src/host/layer23/include/osmocom/bb/common/l1ctl.h
+++ b/src/host/layer23/include/osmocom/bb/common/l1ctl.h
@@ -54,6 +54,9 @@ int l1ctl_tx_tch_mode_req(struct osmocom_ms *ms, uint8_t tch_mode,
/* Transmit ECHO_REQ */
int l1ctl_tx_echo_req(struct osmocom_ms *ms, unsigned int len);
+/* Transmit info / features negotiation request */
+int l1ctl_tx_nego_req(struct osmocom_ms *ms);
+
/* Transmit L1CTL_RESET_REQ */
int l1ctl_tx_reset_req(struct osmocom_ms *ms, uint8_t type);