https://gitlab.com/nsnam/ns-3-dev/-/blob/master/src/lte/model/lte-spectrum-value-helper.cc#L105. Could you extend this "if" to take in the consideration the DL EARFCN of the new band?Kind regards,ZorazeLteSpectrumValueHelper just to make sure that there everything is in place? E.g. I am interested in log of function void
LteUePhy::DoStartCellSearch (uint32_t dlEarfcn).
Hi Leonard,
can you please confirm that you are configuring the following attribute of UE device according to earfcn that you use in your configuration?
.AddAttribute ("DlEarfcn",
"Downlink E-UTRA Absolute Radio Frequency
Channel Number (EARFCN) "
"as per 3GPP 36.101 Section 5.7.3. ",
UintegerValue (100),
MakeUintegerAccessor
(&LteUeNetDevice::SetDlEarfcn,
&LteUeNetDevice::GetDlEarfcn),
I understand that the problem is when you are NOT using earfcn
100, right?
BR,
Biljana