Skip to content

Fix debug for ongoing transactions

Luis Pereira requested to merge Fix_array_for_debug_ongoing_transactions into develop

Fix debug for ongoing transactions, it is limited to 3 but the maximum number of ongoing transactions can be 4 (NR_RRC_TRANSACTION_IDENTIFIER_NUMBER): TS 36.331: RRC-TransactionIdentifier ::= INTEGER (0..3)

In some specific scenarios we may have these logs where we miss the last ongoing transaction on the list:

[NR_RRC]   UE 1: Receive RRC Reconfiguration Complete message (xid 2)
[RRC]   UE 1: transaction 0 still ongoing for action 5
[RRC]   UE 1: transaction 1 still ongoing for action 5
[NR_RRC]   UE 1: Receive RRC Reconfiguration Complete message (xid 3)
[RRC]   UE 1: transaction 0 still ongoing for action 5
[RRC]   UE 1: transaction 1 still ongoing for action 5
[NR_RRC]   UE 1: Receive RRC Reconfiguration Complete message (xid 0)
[RRC]   UE 1: transaction 1 still ongoing for action 5
[NR_RRC]   UE 1: Receive RRC Reconfiguration Complete message (xid 1)
Edited by Luis Pereira

Merge request reports