Hello,
I want to simulate "Band:21", "name: Japan 1500" whose EARFCN value of downlink varies from 6450 to 6599 and the EARFCN value of uplink varies from 24450 to 24599 in NS-3. It is also correspondent to the values of class " src/lte/model/lte-spectrum-value-helper.cc".
But when I write the EARFCN values in an input file like " default ns3::LteEnbNetDevice::DlEarfcn "6525" " and " default ns3::LteEnbNetDevice::UlEarfcn "24525" ", the simulator doesn't work. It presents the error information like " msg="Could not set default value for ns3::LteEnbNetDevice::DlEarfcn", file=../src/core/model/config.cc, line=672
terminate called without an active exception ". I don't know why?
What's more, sometimes when I try to use the other EARFCN values, the simulator works well but at the end, all the SINR values in the file "rem.out" are 0.
Please explain the reason to me or what can I do to simulate this case.
Thank you a lot.