Commit e193bffa authored by fischer's avatar fischer
Browse files

TC_GEONW_MDE_LT_TIC_BV_04 and _07 added

parent 80df0a5f
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -1135,6 +1135,26 @@ module LibItsGeoNetworking_Functions {
            
        } // end f_setNrNeighbourLT
        
        /**
         * @desc Set the number of neighbour in the Location Table.
         * @return 
         */        
        function f_setNrNeighbourLocTableMedium() {
            var integer v_nrNeighbour := f_random (PX_MIN_NR_NEIGHBOUR, PX_MAX_NR_NEIGHBOUR);
            //TODO set the number of Neighbour in the IUT Location Table to v_nrNeighbour
            
        } // end f_setNrNeighbourLT
        
        /**
         * @desc Set the number of neighbour in the Location Table.
         * @return 
         */        
        function f_setNrNeighbourLocTableMaximum() {
            var integer v_nrNeighbour := f_random (PX_MAX_NR_NEIGHBOUR, (2*PX_MIN_NR_NEIGHBOUR));
            //TODO set the number of Neighbour in the IUT Location Table to v_nrNeighbour
            
        } // end f_setNrNeighbourLT
        
    } // end iutFunctions
    
    group posVectorFunctions {