Dear Researchers,
I am working on simulating handovers in IEEE 802.11p VANETs using NS-2. I want to configure manual routing between OBUs and RSUs. I have tried it in the following ways:
$ns_ rtproto Manual
1) [$wnode get-module "RTModule/Manual"] add-route-to-adj-node $rsu_(0)
This gives me a command not found error.
2) $wnode add-route-to-adj-node $rsu_(1)
This gives me a run-time error.
Can anyone please guide me on how to configure manual routing correctly? I have attached my script for reference.