aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-12-16 22:36:59 +0100
committerlaforge <laforge@osmocom.org>2020-12-22 11:11:07 +0000
commit0ce12e7a37bfbc14ff6a865bfb15e5ae37f2329a (patch)
tree7c6b707979489ca5a300070fa74b0b27c8477c78 /include/osmocom
parentc551583fee3a143be65b0923063a4b432020d2db (diff)
power_control: add VTY commands for per-BTS configuration
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/bsc/vty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/bsc/vty.h b/include/osmocom/bsc/vty.h
index cfdcbfc12..92f7932bb 100644
--- a/include/osmocom/bsc/vty.h
+++ b/include/osmocom/bsc/vty.h
@@ -28,6 +28,7 @@ enum bsc_vty_node {
CBC_SERVER_NODE,
CBC_CLIENT_NODE,
SMLC_NODE,
+ POWER_CTRL_NODE,
};
struct log_info;