From d8e9820d62a156a0312d735a4e05029e30b5b812 Mon Sep 17 00:00:00 2001 From: Monocots Date: Thu, 22 Apr 2021 18:50:29 +0000 Subject: [PATCH] MGW: add config for RBS --- modules/rhizo_base/templates/osmo-mgw.cfg.erb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/rhizo_base/templates/osmo-mgw.cfg.erb b/modules/rhizo_base/templates/osmo-mgw.cfg.erb index 8c38bba..ad627e6 100644 --- a/modules/rhizo_base/templates/osmo-mgw.cfg.erb +++ b/modules/rhizo_base/templates/osmo-mgw.cfg.erb @@ -34,6 +34,11 @@ stats interval 5 line vty no login ! +<% if @bts[0]["model"] == "rbs2000" -%> +e1_input + e1_line 0 driver e1d + e1_line 0 port 0 +<% end -%> mgcp domain mgw bind ip 127.0.0.1 @@ -53,3 +58,9 @@ mgcp number endpoints 31 allow-transcoding osmux off +<% if @bts[0]["model"] == "rbs2000" -%> + trunk 0 + line 0 + no rtp keep-alive + rtp-accept-all 1 +<% end -%>