aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-06-12 12:26:31 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-18 17:50:09 +0200
commit39f3b1109d4b3463b44ac7b3401a03a16166edba (patch)
tree1da4bbe184d4c1369f807c0687f51b0b400234f2 /openbsc/include
parent778e14a51e28294e2e4f4c869c01ec177713c263 (diff)
mgcp: make bts base port configurable
Currently the rtp base port of the BTS is hardcoded (4000) and not configurable. This patch adds VTY configuration options to make it adjustable.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/mgcpgw_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mgcpgw_client.h b/openbsc/include/openbsc/mgcpgw_client.h
index de3fe6afd..24b1fd6e7 100644
--- a/openbsc/include/openbsc/mgcpgw_client.h
+++ b/openbsc/include/openbsc/mgcpgw_client.h
@@ -26,6 +26,7 @@ struct mgcpgw_client_conf {
int remote_port;
uint16_t first_endpoint;
uint16_t last_endpoint;
+ uint16_t bts_base;
};
struct mgcp_response_head {