neels has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/19557 )


Change subject: hodec2: fix logging of requirements flags
......................................................................

hodec2: fix logging of requirements flags

Fix typo to log the "C" requirements accurately.

Change-Id: I15ce607f354918167ba81192230db63a5948c742
---
M src/osmo-bsc/handover_decision_2.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/57/19557/1

diff --git a/src/osmo-bsc/handover_decision_2.c 
b/src/osmo-bsc/handover_decision_2.c
index 8caa2e3..4c32c38 100644
--- a/src/osmo-bsc/handover_decision_2.c
+++ b/src/osmo-bsc/handover_decision_2.c
@@ -809,7 +809,7 @@
             candidate->requirements & REQUIREMENT_A_TCH##TCHX ? "A" : \
                (candidate->requirements & REQUIREMENT_TCH##TCHX##_MASK) == 0? 
"-" : "", \
             candidate->requirements & REQUIREMENT_B_TCH##TCHX ? "B" : "", \
-            candidate->requirements & REQUIREMENT_B_TCH##TCHX ? "C" : "", \
+            candidate->requirements & REQUIREMENT_C_TCH##TCHX ? "C" : "", \
             (candidate->requirements & REQUIREMENT_TCH##TCHX##_MASK) == 0 ? " 
not a candidate" : \
               ((candidate->requirements & REQUIREMENT_TCH##TCHX##_MASK) == 
REQUIREMENT_A_TCH##TCHX ? \
                " more congestion" : \

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I15ce607f354918167ba81192230db63a5948c742
Gerrit-Change-Number: 19557
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofm...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to