Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a UE in an scheduled function during simulation period #250

Open
mhmd97z opened this issue Aug 1, 2022 · 2 comments
Open

Adding a UE in an scheduled function during simulation period #250

mhmd97z opened this issue Aug 1, 2022 · 2 comments

Comments

@mhmd97z
Copy link

mhmd97z commented Aug 1, 2022

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.

@pagmatt
Copy link
Contributor

pagmatt commented Aug 2, 2022

Hi,

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

@mhmd97z
Copy link
Author

mhmd97z commented Aug 4, 2022

Hi,

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?

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants