oml: use proper talloc context in oml_rx_set_radio_attr()

Change-Id: I69b6c72d85f68e4225d7786646f24259a5964998
This commit is contained in:
Vadim Yanitskiy 2021-12-12 16:07:41 +03:00
parent a271ca7fc7
commit 4275bf7232
1 changed files with 1 additions and 1 deletions

View File

@ -736,7 +736,7 @@ static int oml_rx_set_radio_attr(struct gsm_bts_trx *trx, struct msgb *msg)
}
/* 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 */