Change in osmo-bts[master]: oml: use proper talloc context in oml_rx_set_radio_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
Sun Dec 12 14:49:18 UTC 2021


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


Change subject: oml: use proper talloc context in oml_rx_set_radio_attr()
......................................................................

oml: use proper talloc context in oml_rx_set_radio_attr()

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



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

diff --git a/src/common/oml.c b/src/common/oml.c
index a434ad3..e352244 100644
--- a/src/common/oml.c
+++ b/src/common/oml.c
@@ -736,7 +736,7 @@
 	}
 
 	/* merge existing BTS attributes with new attributes */
-	tp_merged = osmo_tlvp_copy(trx->mo.nm_attr, trx->bts);
+	tp_merged = osmo_tlvp_copy(trx->mo.nm_attr, trx);
 	osmo_tlvp_merge(tp_merged, &tp);
 
 	/* Ask BTS driver to validate new merged attributes */

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I69b6c72d85f68e4225d7786646f24259a5964998
Gerrit-Change-Number: 26525
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211212/f45ff409/attachment.htm>


More information about the gerrit-log mailing list