You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Matlab with ns3, and I created new modules such as the LTE module but I'm having trouble with two methods: InstallEnbDevice and InstallUeDevices. When I applied the first method I got the following error: assert failed. cond= uid = m_information.size () && uid = 0.
and with the second one : Band is not wide enough to allocate 18625 CCs.
I posted the same question on ns-3 google group but did not get a reply, I thought it would be better to post it here.
Hello,
I'm using Matlab with ns3, and I created new modules such as the LTE module but I'm having trouble with two methods: InstallEnbDevice and InstallUeDevices. When I applied the first method I got the following error: assert failed. cond= uid = m_information.size () && uid = 0.
and with the second one : Band is not wide enough to allocate 18625 CCs.
I posted the same question on ns-3 google group but did not get a reply, I thought it would be better to post it here.
Can anyone help me?
I attached the file [mexLTEHelper.cpp]
Thank you!
The text was updated successfully, but these errors were encountered: