Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

How to add multicast route in UE? #212

Closed
ysrhee6199 opened this issue Apr 6, 2024 · 0 comments
Closed

How to add multicast route in UE? #212

ysrhee6199 opened this issue Apr 6, 2024 · 0 comments

Comments

@ysrhee6199
Copy link

I'm considering implementing D2D multicast routing emulation between UEs (NRCars) based on the example found at http://simu5g.org/emulation_openness.html.

However, when HostA sends a packet, it's supposed to be routed as a D2D multicast to another UE within the simulation. But it seems the multicast routing table is empty, resulting in the packet being dropped.

Unfortunately, It appears that dynamic modules like NRCar cannot modify the multicast routing table using Ipv4NetworkConfigurator.
dynamic modules can only work with HostAutoConfigurator. While normal routing tables can be modified using Routing Files (.mrt), this method doesn't apply to multicast routing tables.

Is there a way to modify the multicast routing table?

@Unipisa Unipisa locked and limited conversation to collaborators Apr 20, 2024
@rhornig rhornig converted this issue into discussion #215 Apr 20, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant