<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/16397">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">common/abis.c: use tall_bts_ctx as talloc-context for libosmo_abis_init()<br><br>This way it's much easier to introspect the library internal<br>talloc allocations from the VTY interface.<br><br>Change-Id: Ic8d9fc7ce3da8abf0ea73d2b20366133cd801c37<br>---<br>M src/common/abis.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/97/16397/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/abis.c b/src/common/abis.c</span><br><span>index 24eb8a1..56c8348 100644</span><br><span>--- a/src/common/abis.c</span><br><span>+++ b/src/common/abis.c</span><br><span>@@ -260,7 +260,7 @@</span><br><span>         g_bts = bts;</span><br><span> </span><br><span>     oml_init(&bts->mo);</span><br><span style="color: hsl(0, 100%, 40%);">-      libosmo_abis_init(NULL);</span><br><span style="color: hsl(120, 100%, 40%);">+      libosmo_abis_init(tall_bts_ctx);</span><br><span> </span><br><span>         osmo_signal_register_handler(SS_L_INPUT, &inp_s_cbfn, bts);</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/16397">change 16397</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-bts/+/16397"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ic8d9fc7ce3da8abf0ea73d2b20366133cd801c37 </div>
<div style="display:none"> Gerrit-Change-Number: 16397 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>