Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +20 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +20 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading