<p>Neels Hofmeyr has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9955">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">call osmo_xua_msg_tall_ctx_init()<br><br>xua_msg allocations should not go unnoticed by our root ctx. libosmo-sigtran<br>recently added this API to fix that.<br><br>Depends: I618878680a096a7f7fc2d83098590f2e4cb08870 (libosmo-sccp)<br>Change-Id: I8d5edda17be82e0cb4a1af3e2a62cbcb3a2ddda3<br>---<br>M src/osmo-bsc/osmo_bsc_main.c<br>1 file changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/55/9955/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c</span><br><span>index 622070b..65e82f5 100644</span><br><span>--- a/src/osmo-bsc/osmo_bsc_main.c</span><br><span>+++ b/src/osmo-bsc/osmo_bsc_main.c</span><br><span>@@ -56,6 +56,8 @@</span><br><span> </span><br><span> #include <osmocom/mgcp_client/mgcp_client.h></span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+#include <osmocom/sigtran/xua_msg.h></span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> #define _GNU_SOURCE</span><br><span> #include <getopt.h></span><br><span> </span><br><span>@@ -774,6 +776,7 @@</span><br><span> </span><br><span>    tall_bsc_ctx = talloc_named_const(NULL, 1, "osmo-bsc");</span><br><span>    msgb_talloc_ctx_init(tall_bsc_ctx, 0);</span><br><span style="color: hsl(120, 100%, 40%);">+        osmo_xua_msg_tall_ctx_init(tall_bsc_ctx);</span><br><span>    vty_info.tall_ctx = tall_bsc_ctx;</span><br><span> </span><br><span>        tall_paging_ctx = talloc_named_const(tall_bsc_ctx, 0, "paging_request");</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9955">change 9955</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/9955"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I8d5edda17be82e0cb4a1af3e2a62cbcb3a2ddda3 </div>
<div style="display:none"> Gerrit-Change-Number: 9955 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>