From 1c84127b199a4b7769815397cba1cabbf84a9f41 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 21 Nov 2018 10:54:48 +0700 Subject: (WIP) host/layer23: introduce an application to dump L1CTL PHY info Change-Id: Ib89f45b5c8612ed6c9a8dedb7d3b7aa712c17feb --- src/host/layer23/include/osmocom/bb/common/l1ctl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/host/layer23/include/osmocom/bb/common/l1ctl.h') 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); -- cgit v1.2.3