summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/l1ctl.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-07-08 20:53:10 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2017-11-19 17:35:07 +0700
commit3afd469a9aa8a333b6bf1dcc13a298e1b091b357 (patch)
tree6b5f085090d753bc4f2828fd7526e6b54c33169f /src/host/trxcon/l1ctl.h
parentcc4282f5bedd1390934552c682302691b72e23e2 (diff)
host/trxcon/l1ctl.c: implement L1CTL_CCCH_MODE_{REQ/CONF}
Diffstat (limited to 'src/host/trxcon/l1ctl.h')
-rw-r--r--src/host/trxcon/l1ctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/trxcon/l1ctl.h b/src/host/trxcon/l1ctl.h
index 124074b5..dae75e92 100644
--- a/src/host/trxcon/l1ctl.h
+++ b/src/host/trxcon/l1ctl.h
@@ -7,6 +7,7 @@
#include "l1ctl_proto.h"
int l1ctl_tx_fbsb_conf(struct l1ctl_link *l1l, uint8_t result, uint8_t bsic);
+int l1ctl_tx_ccch_mode_conf(struct l1ctl_link *l1l, uint8_t mode);
int l1ctl_tx_pm_conf(struct l1ctl_link *l1l, uint16_t band_arfcn,
int dbm, int last);
int l1ctl_tx_reset_conf(struct l1ctl_link *l1l, uint8_t type);