Commit bc80752e authored by garciay's avatar garciay
Browse files

Change securedMsge := omit into securedMsg := * in template mw_geoNwPdu to...

Change securedMsge  := omit into securedMsg := * in template mw_geoNwPdu to support both secured and unsecured mode
parent acc76189
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -461,7 +461,7 @@ module LibItsGeoNetworking_Templates {
            basicHeader := mw_basicHeader(p_lifeTime, p_hopLimit),
            gnPacket := {
                packet := p_packet,
                securedMsg := omit
                securedMsg := *
            }
        }