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.orgpespin has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/90/23490/1
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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210324/58ddb6a6/attachment.htm>