Hi,
I need to simulate LTE for 5GHz unlicensed band. I can get the required earfcn number from equation or earfcn calculator like this one
http://niviuk.free.fr/lte_band.phpBut when I enter the earfcn value in the code for example
lteHelper->SetEnbDeviceAttribute ("DlEarfcn", UintegerValue (46590));
The ns3 gives me an error that this DlEarfcn value is invalid.
How can I enter proper Earfcn value so that the carrier frequency is in 5GHz band. Plus, from where can I get the list of Earfcn values that ns 3 support.
Best Regards,