Change in osmo-bts[master]: oml: use ts->trx as talloc-context in oml_rx_set_chan_attr()

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
Mon Dec 13 12:07:15 UTC 2021


fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/26526 )

Change subject: oml: use ts->trx as talloc-context in oml_rx_set_chan_attr()
......................................................................

oml: use ts->trx as talloc-context in oml_rx_set_chan_attr()

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

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/src/common/oml.c b/src/common/oml.c
index e352244..4e09008 100644
--- a/src/common/oml.c
+++ b/src/common/oml.c
@@ -950,7 +950,7 @@
 	}
 
 	/* merge existing BTS attributes with new attributes */
-	tp_merged = osmo_tlvp_copy(ts->mo.nm_attr, bts);
+	tp_merged = osmo_tlvp_copy(ts->mo.nm_attr, ts->trx);
 	osmo_tlvp_merge(tp_merged, &tp);
 
 	/* Call into BTS driver to check attribute values */

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I6dc3706a486726afa9eec5d2e5369bd62c511455
Gerrit-Change-Number: 26526
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211213/e849a8f0/attachment.htm>


More information about the gerrit-log mailing list