Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +0 −15 Original line number Original line Diff line number Diff line Loading @@ -427,21 +427,6 @@ module LibItsGeoNetworking_Functions { return v_anycastArea; return v_anycastArea; } } /** * @desc Invokes the MNGT upper layer sending GN-MGMT.response primitive to the IUT<br> * and returning the LongPositionVector value used in the primitive * @remark none * @param none * @return LongPosVector */ function f_getLpvWithGnMngtPrimtive() return LongPosVector { var LongPosVector v_return; // TODO return v_return; } } // end geoPositionFunctions } // end geoPositionFunctions group geoAltsteps { group geoAltsteps { Loading ttcn/GeoNetworking/LibItsGeoNetworking_Templates.ttcn +26 −2 Original line number Original line Diff line number Diff line Loading @@ -184,6 +184,18 @@ module LibItsGeoNetworking_Templates { mid := ? mid := ? } } template GN_Address mw_gnAddress( in template (present) StationType p_stationType, in template (present) StationSubType p_stationSubType, in template (present) UInt10 p_stationCountryCode ) := { typeOfAddress := ?, stationType := p_stationType, stationSubType := p_stationSubType, stationCountryCode := p_stationCountryCode, mid := ? } template LongPosVector mw_longPosVectorAny( template LongPosVector mw_longPosVectorAny( in template (present) GN_Address p_gnAddress in template (present) GN_Address p_gnAddress Loading Loading @@ -266,6 +278,18 @@ module LibItsGeoNetworking_Templates { } } } } template Header mw_geoUnicastHeaderWithSourcePv( in template (present) LongPosVector p_senderLongPosVec, in template (present) ShortPosVector p_destinationShortPosVec, in template (present) StationTypeIdentifier p_stationType, in template (present) UInt16 p_seqNumber, in template (present) LongPosVector p_srcLongPosVec ) modifies mw_geoUnicastHeader := { geoUnicastHeader := { srcPosVector := p_srcLongPosVec } } template Header mw_geoUnicastHeaderWithHopLimit( template Header mw_geoUnicastHeaderWithHopLimit( in template (present) LongPosVector p_senderLongPosVec, in template (present) LongPosVector p_senderLongPosVec, in template (present) ShortPosVector p_destinationShortPosVec, in template (present) ShortPosVector p_destinationShortPosVec, Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +0 −15 Original line number Original line Diff line number Diff line Loading @@ -427,21 +427,6 @@ module LibItsGeoNetworking_Functions { return v_anycastArea; return v_anycastArea; } } /** * @desc Invokes the MNGT upper layer sending GN-MGMT.response primitive to the IUT<br> * and returning the LongPositionVector value used in the primitive * @remark none * @param none * @return LongPosVector */ function f_getLpvWithGnMngtPrimtive() return LongPosVector { var LongPosVector v_return; // TODO return v_return; } } // end geoPositionFunctions } // end geoPositionFunctions group geoAltsteps { group geoAltsteps { Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Templates.ttcn +26 −2 Original line number Original line Diff line number Diff line Loading @@ -184,6 +184,18 @@ module LibItsGeoNetworking_Templates { mid := ? mid := ? } } template GN_Address mw_gnAddress( in template (present) StationType p_stationType, in template (present) StationSubType p_stationSubType, in template (present) UInt10 p_stationCountryCode ) := { typeOfAddress := ?, stationType := p_stationType, stationSubType := p_stationSubType, stationCountryCode := p_stationCountryCode, mid := ? } template LongPosVector mw_longPosVectorAny( template LongPosVector mw_longPosVectorAny( in template (present) GN_Address p_gnAddress in template (present) GN_Address p_gnAddress Loading Loading @@ -266,6 +278,18 @@ module LibItsGeoNetworking_Templates { } } } } template Header mw_geoUnicastHeaderWithSourcePv( in template (present) LongPosVector p_senderLongPosVec, in template (present) ShortPosVector p_destinationShortPosVec, in template (present) StationTypeIdentifier p_stationType, in template (present) UInt16 p_seqNumber, in template (present) LongPosVector p_srcLongPosVec ) modifies mw_geoUnicastHeader := { geoUnicastHeader := { srcPosVector := p_srcLongPosVec } } template Header mw_geoUnicastHeaderWithHopLimit( template Header mw_geoUnicastHeaderWithHopLimit( in template (present) LongPosVector p_senderLongPosVec, in template (present) LongPosVector p_senderLongPosVec, in template (present) ShortPosVector p_destinationShortPosVec, in template (present) ShortPosVector p_destinationShortPosVec, Loading