Commit 1127a985 authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/Fix_array_for_debug_ongoing_transactions'...

Merge remote-tracking branch 'origin/Fix_array_for_debug_ongoing_transactions' into integration_2024_w21c
parents e30552c2 db6710f8
......@@ -1448,7 +1448,7 @@ static void handle_rrcReconfigurationComplete(const protocol_ctxt_t *const ctxt_
break;
}
UE->xids[xid] = RRC_ACTION_NONE;
for (int i = 0; i < 3; ++i) {
for (int i = 0; i < NR_RRC_TRANSACTION_IDENTIFIER_NUMBER; ++i) {
if (UE->xids[i] != RRC_ACTION_NONE) {
LOG_I(RRC, "UE %d: transaction %d still ongoing for action %d\n", UE->rrc_ue_id, i, UE->xids[i]);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment