Commit 6c8c034c authored by berge's avatar berge
Browse files

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

parent 2e3edd1a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -732,6 +732,13 @@ module LibItsGeoNetworking_Functions {
               ) { 
                repeat;
            }    
            [vc_componentName == c_compNodeB] a_receiveLsRequestAndReply(
                ?, f_getPosition(c_compNodeA).gnAddr.mid, 
                f_getPosition(c_compNodeA), 
                f_getPosition(vc_componentName)
               ) { 
                repeat;
            }          
            [] a_default() {
            	                
            }