Commit d2486f17 authored by garciay's avatar garciay
Browse files

STF545: Start ATS development

parent 6d9238c8
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -1489,7 +1489,10 @@ module LibItsGeoNetworking_Templates {
             * @param p_hopLimit    Router Hop limit of GeoNetworking message
             * @param p_hopLimit    Router Hop limit of GeoNetworking message
             */
             */
            template (value) BasicHeader m_securedBasicHeader(
            template (value) BasicHeader m_securedBasicHeader(
                in template (value) Lifetime p_lifeTime := m_defaultLifetime,
                in template (value) Lifetime p_lifeTime := {
                    multiplier := c_defaultLifetime,
                    ltBase := e_100s
                  }/*FIXME Bug TITAN ? m_defaultLifetime*/,
                in template (value) UInt8 p_hopLimit := c_defaultHopLimit
                in template (value) UInt8 p_hopLimit := c_defaultHopLimit
            ) := {
            ) := {
                version := c_geoNwProtocolVersion,
                version := c_geoNwProtocolVersion,