summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/l1ctl.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-07-08 20:28:09 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2017-11-19 17:35:07 +0700
commitcc4282f5bedd1390934552c682302691b72e23e2 (patch)
treee6c7de8f61b4e7b3b009264e99adbb21a6d4420f /src/host/trxcon/l1ctl.h
parent99f8aea905de115a15460b23d69d352ccb563dc5 (diff)
host/trxcon/l1ctl.c: implement L1CTL_FBSB_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 05a2c543..124074b5 100644
--- a/src/host/trxcon/l1ctl.h
+++ b/src/host/trxcon/l1ctl.h
@@ -6,6 +6,7 @@
#include "l1ctl_link.h"
#include "l1ctl_proto.h"
+int l1ctl_tx_fbsb_conf(struct l1ctl_link *l1l, uint8_t result, uint8_t bsic);
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);