Commit 0ace73bb authored by luis_pereira87's avatar luis_pereira87

Add SRB1 and SRB2 received bytes to statistics

parent 67a3184b
...@@ -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