Change in osmo-bts[master]: common/abis.c: use tall_bts_ctx as talloc-context for libosmo_abis_in...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Sun Dec 1 20:47:04 UTC 2019


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/16397 )


Change subject: common/abis.c: use tall_bts_ctx as talloc-context for libosmo_abis_init()
......................................................................

common/abis.c: use tall_bts_ctx as talloc-context for libosmo_abis_init()

This way it's much easier to introspect the library internal
talloc allocations from the VTY interface.

Change-Id: Ic8d9fc7ce3da8abf0ea73d2b20366133cd801c37
---
M src/common/abis.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/97/16397/1

diff --git a/src/common/abis.c b/src/common/abis.c
index 24eb8a1..56c8348 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -260,7 +260,7 @@
 	g_bts = bts;
 
 	oml_init(&bts->mo);
-	libosmo_abis_init(NULL);
+	libosmo_abis_init(tall_bts_ctx);
 
 	osmo_signal_register_handler(SS_L_INPUT, &inp_s_cbfn, bts);
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/16397
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ic8d9fc7ce3da8abf0ea73d2b20366133cd801c37
Gerrit-Change-Number: 16397
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191201/3764c1a7/attachment.htm>


More information about the gerrit-log mailing list