Commit b2082b0f authored by berge's avatar berge
Browse files

Fixed compilation issues (IBM)

parent 86dbacae
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -82,7 +82,7 @@ module LibItsIpv6OverGeoNetworking_Functions {
                            p_position,
                            p_position,
                            e_vehicleStation,
                            e_vehicleStation,
                            vc_localSeqNumber,
                            vc_localSeqNumber,
                            f_getGeoBroadcastArea(p_gvl.area)
                            f_getGeoBroadcastArea(valueof(p_gvl.area))
                        ),
                        ),
                        m_ipv6Payload(
                        m_ipv6Payload(
                            m_ipv6Packet(
                            m_ipv6Packet(
+12 −12
Original line number Original line Diff line number Diff line
@@ -108,12 +108,12 @@ module LibItsIpv6OverGeoNetworking_Templates {
         *  @param  p_prefix Address prefix to be used
         *  @param  p_prefix Address prefix to be used
         */
         */
        template RtAdvOptions m_rtAdvOpt_prefixOpt (
        template RtAdvOptions m_rtAdvOpt_prefixOpt (
            UInt8 p_prefixLength,
            in template (value) UInt8 p_prefixLength,
            UInt1 p_lFlag,
            in template (value) UInt1 p_lFlag,
            UInt1 p_aFlag,
            in template (value) UInt1 p_aFlag,
            UInt32 p_validLifetime,
            in template (value) UInt32 p_validLifetime,
            UInt32 p_preferredLifetime,
            in template (value) UInt32 p_preferredLifetime,
            Ipv6Address p_prefix
            in template (value) Ipv6Address p_prefix
        ):={
        ):={
            srcLinkLayerAddr := omit,
            srcLinkLayerAddr := omit,
//            mtuOption:= omit,
//            mtuOption:= omit,
@@ -141,12 +141,12 @@ module LibItsIpv6OverGeoNetworking_Templates {
         *  @param  p_prefix Address prefix to be used
         *  @param  p_prefix Address prefix to be used
         */
         */
        template PrefixInfo m_prefixInfo (
        template PrefixInfo m_prefixInfo (
            UInt8 p_prefixLength,
            in template (value) UInt8 p_prefixLength,
            UInt1 p_lFlag,
            in template (value) UInt1 p_lFlag,
            UInt1 p_aFlag,
            in template (value) UInt1 p_aFlag,
            UInt32 p_validLifetime,
            in template (value) UInt32 p_validLifetime,
            UInt32 p_preferredLifetime,
            in template (value) UInt32 p_preferredLifetime,
            Ipv6Address p_prefix
            in template (value) Ipv6Address p_prefix
        ):= {
        ):= {
            icmpType:= c_prefixInfo,
            icmpType:= c_prefixInfo,
            optionLength:= c_prefixInfoLen,
            optionLength:= c_prefixInfoLen,