Commit c04a8c5b authored by fischer's avatar fischer
Browse files

TC_GEONW_FDV_BEA_BV_01 added

parent 98cdff78
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -353,6 +353,21 @@ module LibItsGeoNetworking_Functions {
            return v_return;  
        }
        
    /**
     * @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    
    
    group geoAltsteps {