Commit 59d1c14d authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/Stats_add_srb1_srb2_rx_bytes' into integration_2023_w36

parents 2a94583e 0ace73bb
...@@ -342,6 +342,7 @@ static int nr_process_mac_pdu(instance_t module_idP, ...@@ -342,6 +342,7 @@ static int nr_process_mac_pdu(instance_t module_idP,
} else { } else {
AssertFatal(1==0,"[UE %04x] Frame/Slot %d.%d : Received LCID %d which is not configured, dropping packet\n",UE->rnti,frameP,slot,rx_lcid); AssertFatal(1==0,"[UE %04x] Frame/Slot %d.%d : Received LCID %d which is not configured, dropping packet\n",UE->rnti,frameP,slot,rx_lcid);
} }
UE->mac_stats.ul.lc_bytes[rx_lcid] += mac_len;
break; break;
case UL_SCH_LCID_CCCH: case UL_SCH_LCID_CCCH:
......
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