Change in osmo-pcu[master]: pdch: Add mising pdch_ulc_release_node in Rx Cell Change Notif

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/.

pespin gerrit-no-reply at lists.osmocom.org
Thu Mar 25 15:40:27 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/23490 )

Change subject: pdch: Add mising pdch_ulc_release_node in Rx Cell Change Notif
......................................................................

pdch: Add mising pdch_ulc_release_node in Rx Cell Change Notif

All other RX CTRL block paths have it, this one was missing.

Change-Id: Ief315d7b6d4fea946d43e5bd87cf8a0394adc855
---
M src/pdch.cpp
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/src/pdch.cpp b/src/pdch.cpp
index 727ffc6..5272f4b 100644
--- a/src/pdch.cpp
+++ b/src/pdch.cpp
@@ -754,6 +754,8 @@
 		ms = dl_tbf->ms();
 	} else { OSMO_ASSERT(0); }
 
+	pdch_ulc_release_fn(ulc, fn);
+
 	ms_update_l1_meas(ms, meas);
 	ms_nacc_start(ms, notif);
 }

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ief315d7b6d4fea946d43e5bd87cf8a0394adc855
Gerrit-Change-Number: 23490
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
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/20210325/07f99def/attachment.htm>


More information about the gerrit-log mailing list