Hello everyone,
I have started working with SimuLTE and am now looking at ways of implementing simple idle handovers based on RSSI.
To do so, I want to send broadcasts from eNBs to measure RSSI at the UEs.
I've seen that in a commented section in SimuLTE's base physical layer implementation (src/stack/phy/layer/LTEPhyBase.cc), there is a commented skeleton of sendBroadcast, using ChannelControl to obtain a list of gates to send messages to. This way, it doesn't work with the current INET version anymore, unfortunately.
I'd like to use the approach of sending duplicate messages to all the gates in the network as described in the Omnet documentation. Now, I'd like to know which is the best way to obtain the gate list so as to make sure the broadcast messages reach all (nearby) UEs.
Best regards,
Thierry