From 9b27a854470c3080fbbb4eefe4785f0f819f083c Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 7 Sep 2017 18:55:58 +0200 Subject: cosmetic: rename 'osmo-mgcpgw', it is inaccurate The current binary is called osmo-bsc_mgcp, while the projected binary to be used in the future will be called osmo-mgw. osmo-mgcpgw is a phantasy name that never existed and never will. Rename the suite.py "public API" to 'mgw', and use 'mgw' as name for osmo-msc.cfg. However, since currently the binary used is still osmo-bsc_mgcp, keep the parts that are specific to this "MGW implementation" called osmo_bsc_mgcp / OsmoBscMgcp. It is for itself 'osmo_bsc_mgcp', and for the MSC called 'mgw'. Hence we can in the future add an osmo-mgw alongside the osmo-bsc_mgcp. Change-Id: I9e2c485f0784c3b76e352fbb528ce17d1900f3d8 --- .../templates/osmo-bsc_mgcp.cfg.tmpl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/osmo_gsm_tester/templates/osmo-bsc_mgcp.cfg.tmpl (limited to 'src/osmo_gsm_tester/templates/osmo-bsc_mgcp.cfg.tmpl') diff --git a/src/osmo_gsm_tester/templates/osmo-bsc_mgcp.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-bsc_mgcp.cfg.tmpl new file mode 100644 index 0000000..7ef192b --- /dev/null +++ b/src/osmo_gsm_tester/templates/osmo-bsc_mgcp.cfg.tmpl @@ -0,0 +1,21 @@ +! Configuration rendered by osmo-gsm-tester +log stderr + logging filter all 1 + logging color 1 + logging print category 1 + logging print extended-timestamp 1 + logging level all debug +line vty + no login + bind ${osmo_bsc_mgcp.ip_address.addr} +mgcp + local ip ${osmo_bsc_mgcp.ip_address.addr} + bts ip ${osmo_bsc_mgcp.bts_ip} + bind ip ${osmo_bsc_mgcp.ip_address.addr} + bind port 2427 + rtp base 4000 + rtp force-ptime 20 + sdp audio payload number 98 + sdp audio payload name AMR/8000 + number endpoints 31 + no rtcp-omit -- cgit v1.2.3