inet-framework / simulte

SimuLTE - LTE System Level Simulation Model and Simulator for INET & OMNeT++ - deprecated, use Simu5G instead
https://simulte.omnetpp.org
Other
137 stars 110 forks source link

MBMS simulation #23

Open omario61 opened 6 years ago

omario61 commented 6 years ago

I started working on research project which tackle the area of LTE multicasting. I need to ensure the feasibility of the following procedure in SimuLTE:

Each second, I want to control the multicast services to have "M" services where for each service I want to control the subset of users joining this service and the number of resource block to be sent to this service. Also, I want to control the "MCS" of each user in each second. Note that all the decisions are taken each second. After that, I want to measure statistics about the LTE network and see how these decision affect the network.

Could this be accomplished using SimuLTE? if so, can you provide us with documentation which tackles LTE multicasting area?, if not, how much effort needed to modify SimuLTE current implementation to support the procedure?

kruviser commented 6 years ago

Dear Omar Arafa,

multicast services at the eNB are not implemented in SimuLTE. Multicast communications are implemented for direct mode (D2D). You can find some examples in the simulations/d2d_multicast/ folder.

If you decide to extend SimuLTE in this direction, you might consider the above examples as a starting point, at least for what concerns multicast transmissions and MCS selection (which is controlled using the **.d2dCqi parameter in this case).

Hope this helps.

2017-10-17 22:54 GMT+02:00 Omar Arafa notifications@github.com:

I started working on research project which tackle the area of LTE multicasting. I need to ensure the feasibility of the following procedure in SimuLTE:

Each second, I want to control the multicast services to have "M" services where for each service I want to control the subset of users joining this service and the number of resource block to be sent to this service. Also, I want to control the "MCS" of each user in each second. Note that all the decisions are taken each second. After that, I want to measure statistics about the LTE network and see how these decision affect the network.

Could this be accomplished using SimuLTE? if so, can you provide us with documentation which tackles LTE multicasting area?, if not, how much effort needed to modify SimuLTE current implementation to support the procedure?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/inet-framework/simulte/issues/23, or mute the thread https://github.com/notifications/unsubscribe-auth/ABj4Jm3g7sj_F327xv3Xjqtt2bQbrzogks5stRQXgaJpZM4P8zpe .

-- Antonio Virdis

FlorianNolte commented 3 years ago

Has there been done any work in that direction by now?