This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Description
Hello!
I hope to find some help here. I am using INET 3.6 but most likely the problem also exists in newer versions:
Once UEs remain in the same cell D2D communication works very well, both using multicasts and unicasts. At the moment where one UE switches to another cell, only multicasts are working for this UE. Unicasts are also not working again once all UEs completed their handover and are located in the new cell.
While trying to hunt the problem down, I have come to suspect that the problem is the IPv4NetworkConfigurator as it only supports static routes. I suppose that once a UE switches cell and the network topology changes, the routing to the corresponding eNodeB is not appropriate anymore. Can my assumption be correct?
Is there a way to circumvent the problem? I tried to use the RIP routing, but it probably only works once the routing tables are updated. I also tried to reinitialize the IPv4NetworkConfigurator and tried to recompute the routes (IPv4NetworkConfigurator ::computeConfiguration()). Unfortunately, I did not have success. Maybe I can setup the network in a different way to not run into this problem?
Many thanks for any ideas and comments!