Commit 77c47ec4 authored by berge's avatar berge
Browse files

Fixed TC_GEONW_PON_LOS_BV_04

parent 230796b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -846,7 +846,7 @@ module LibItsGeoNetworking_Functions {
            //TODO   
            //TODO   
        }
        }


        function f_utGenerateGeoUnicastMessageWithPayload(in GN_Address p_destinationGnAddr) runs on ItsNt {
        function f_utGenerateGeoUnicastMessageWithPayload(in GN_Address p_destinationGnAddr, in octetstring p_payload) runs on ItsNt {
            //TODO
            //TODO
        }
        }


+8 −0
Original line number Original line Diff line number Diff line
@@ -976,6 +976,14 @@ module LibItsGeoNetworking_Templates {
        
        
    } // end geoNwHeadersTemplates
    } // end geoNwHeadersTemplates
    
    
    group geoPayloadTemplates {
        
        template Payload mw_otherPayload(in template (present) octetstring p_payload) := {
            otherPayload := p_payload
        }
        
    } // end geoPayloadTemplates
    
    group geoMiscTemplates {
    group geoMiscTemplates {
        
        
        group geoDummyTemplates {
        group geoDummyTemplates {