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 intend to add a new UE in a scheduled function. I implemented it, but I'm receiving this error:
msg="DCI intended for different subframe (dci= 401 , actual= 301", file=../src/mmwave/model/mmwave-ue-phy.cc, line=441
terminate called without an active exception
I was wondering whether it was foreseen to add more UEs during the simulation or if UEs need to be defined before starting the simulation.
The text was updated successfully, but these errors were encountered:
I have never tried to have a UE connect during the simulation, usually we connect all the UEs at the beginning. If you want to model UE transmission only after a certain period of time you could have the respective application turn on after a while..?
Hope that answers your question,
I have never tried to have a UE connect during the simulation, usually we connect all the UEs at the beginning. If you want to model UE transmission only after a certain period of time you could have the respective application turn on after a while..? Hope that answers your question,
Matteo
Hi Matteo,
Thanks for the reply.
Actually, I'm looking for the capability of admitting/rejecting users/applications here.
It's true that there is the option of scheduling applications to start at a specific time, but is there any way to prevent a scheduled application from running during the simulation and for example reschedule it for another time?
I intend to add a new UE in a scheduled function. I implemented it, but I'm receiving this error:
I was wondering whether it was foreseen to add more UEs during the simulation or if UEs need to be defined before starting the simulation.
The text was updated successfully, but these errors were encountered: