<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25204">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">MGCP_Test: do not use module parameter mp_test_ip (statsd)<br><br>The module parameter mp_test_ip was added with the following commit:<br>Change-Id I61e23e264bc85eb36d07431c7839fb445c110947<br><br>There is already mp_local_ipv4, which has the same function, so we<br>should remove mp_test_ip again and use mp_local_ipv4 to set up the<br>receiving of statsd information.<br><br>Change-Id: I70f33aed4102c67118cc6701c2578a70c0dfe604<br>Related: SYS#5535<br>---<br>M mgw/MGCP_Test.ttcn<br>1 file changed, 1 insertion(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/04/25204/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/mgw/MGCP_Test.ttcn b/mgw/MGCP_Test.ttcn</span><br><span>index 3aa7926..b0891f5 100644</span><br><span>--- a/mgw/MGCP_Test.ttcn</span><br><span>+++ b/mgw/MGCP_Test.ttcn</span><br><span>@@ -78,7 +78,6 @@</span><br><span>                 PortNumber mp_local_rtp_port_base := 10000;</span><br><span>          PortNumber mp_local_osmux_port := 1985;</span><br><span>              PortNumber mp_mgw_statsd_port := 8125;</span><br><span style="color: hsl(0, 100%, 40%);">-          charstring mp_test_ip := "127.0.0.1";</span><br><span>      }</span><br><span> </span><br><span>        private function f_vty_enable_osmux(boolean osmux_on) runs on dummy_CT {</span><br><span>@@ -150,7 +149,7 @@</span><br><span>                               connect(vc_OsmuxEM:CTRL, self:OsmuxEM);</span><br><span>                      }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-                   f_init_statsd("VirtCallAgent", vc_STATSD, mp_test_ip, mp_mgw_statsd_port);</span><br><span style="color: hsl(120, 100%, 40%);">+                  f_init_statsd("VirtCallAgent", vc_STATSD, mp_local_ipv4, mp_mgw_statsd_port);</span><br><span>                      connect(self:STATSD_PROC, vc_STATSD:STATSD_PROC);</span><br><span> </span><br><span>                        f_statsd_reset();</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25204">change 25204</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25204"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I70f33aed4102c67118cc6701c2578a70c0dfe604 </div>
<div style="display:none"> Gerrit-Change-Number: 25204 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>