Sonohi / monster

MONSTeR is a framework built around the LTE system toolbox available in Matlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User queues never updated.

MonsterMarkus opened this issue · comments

When updating queues data is added and old data is never removed from a users queue. This leads to an ever increasing queue for all users, thus running longer simulations, will always resolve in a full buffer scenario. Se picture below.

image

To reproduce, any simulation can be run and the queues examined during the simulation. The queues only increase, no matter the amount of traffic transmitted.

When data is transmitted to a user, the queue should be updated, such that the data no longer is there.

See #122 for possible fix

Closing as it has been addressed by PR #122