Skip to content
Snippets Groups Projects
Commit 8f7ee32c authored by berge's avatar berge
Browse files

Modified default so that NodeB-NodeA component answers LS request for NodeA

parent bb70a3fb
No related branches found
No related tags found
No related merge requests found
......@@ -731,6 +731,13 @@ module LibItsGeoNetworking_Functions {
f_getPosition(vc_componentName)
) {
repeat;
}
[vc_componentName == c_compNodeB] a_receiveLsRequestAndReply(
?, f_getPosition(c_compNodeA).gnAddr.mid,
f_getPosition(c_compNodeA),
f_getPosition(vc_componentName)
) {
repeat;
}
[] a_default() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment