aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/vty.h
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2021-07-26 13:11:27 +0200
committerdexter <pmaier@sysmocom.de>2021-09-03 15:03:38 +0000
commit8d22e6870637ed6d392a8a77aeaebc51b23a8a50 (patch)
treee7dca48bc1cfd7a319d3915e93147ba017a0e5d7 /include/osmocom/bsc/vty.h
parent034cc1216a2938ac52c82ff1dafaa78d527e3b48 (diff)
osmo_bsc_main: integrate MGW pooling into osmo-bsc
Since the libosmo-mgcp-client now supports MGW pooling, lets use this feature in osmo-bsc. Large RAN installations may benefit from distributing the RTP voice stream load on multiple media gateways. Depends: osmo-mgw Icaaba0e470e916eefddfee750b83f5f65291a6b0 Change-Id: I8f33ab2cea04b545c403a6fe479aa963a0fc0d0d Related: SYS#5091
Diffstat (limited to 'include/osmocom/bsc/vty.h')
-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 9ea983541..70b973db3 100644
--- a/include/osmocom/bsc/vty.h
+++ b/include/osmocom/bsc/vty.h
@@ -23,6 +23,7 @@ struct buffer *vty_argv_to_buffer(int argc, const char *argv[], int base);
enum bsc_vty_node {
GSMNET_NODE = _LAST_OSMOVTY_NODE + 1,
+ MGW_NODE,
BTS_NODE,
TRX_NODE,
TS_NODE,