Hello,
I am working with the NR module in ns-3.46 and using the example:
I am trying to evaluate throughput scaling when increasing the number of contiguous Component Carriers (CCs).
Experiment Setup:1 gNB
1 UE
TDD mode
Round Robin scheduler (NrMacSchedulerTdmaRR)
Default traffic configuration
lambdaUll = 10000
udpPacketSizeBe = 1252
simTime = 1s
When I run with:
and compare with:
The mean flow throughput remains approximately 102 Mbps in both cases.
From FlowMonitor output:
Since:
It appears the system is application-limited, not radio-limited.
Therefore increasing CCs does not increase throughput because:
Is this the expected behavior of the NR module?
To observe scaling with CCs:
Should the offered load exceed single-CC capacity?