aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/trx_if.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-04-07 12:49:52 +0200
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:41:28 +0200
commit2e4a26a0e942e227a96819271ea0ea2b03566928 (patch)
tree12a730c8949e23ada7ff916258c911bd16bb1602 /src/osmo-bts-trx/trx_if.h
parent6508f2113042d1fbd1cb6d7154c7701422f6b7c9 (diff)
TRX: Add VTY options to enable and disable SETTSC and SETBSIC
Diffstat (limited to 'src/osmo-bts-trx/trx_if.h')
-rw-r--r--src/osmo-bts-trx/trx_if.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/trx_if.h b/src/osmo-bts-trx/trx_if.h
index 8ec071fe..21812248 100644
--- a/src/osmo-bts-trx/trx_if.h
+++ b/src/osmo-bts-trx/trx_if.h
@@ -3,6 +3,9 @@
extern int tranceiver_available;
extern const char *tranceiver_ip;
+extern int settsc_enabled;
+extern int setbsic_enabled;
+
struct trx_ctrl_msg {
struct llist_head list;