Commit a6caf55f authored by garciay's avatar garciay
Browse files

Resolve FIXME and update comments

Rename templates according to base standard naming
parent db592faf
Loading
Loading
Loading
Loading
+12 −11
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ module LibItsFntp_Functions {
            // Disconnect
            f_disconnect4SelfOrClientSync();
            
        } // End of f_cf01Down
        } // end f_cf01Down
        
        function f_cf02Down() runs on ItsNt {
            
@@ -353,7 +353,7 @@ module LibItsFntp_Functions {
                    p_insap_dest_address, 
                    bit2oct( 
                        encvalue( 
                            m_basicNPDU( 
                            m_fntpBasicNPDU( 
                                p_sourcePort, 
                                p_destinationPort, 
                                p_hops 
@@ -385,7 +385,7 @@ module LibItsFntp_Functions {
                    p_insap_dest_address, 
                    bit2oct( 
                        encvalue( 
                            md_extendedNPDU_InvalidCtrlField( 
                            md_fntpExtendedNPDU_InvalidCtrlField( 
                                p_sourcePort, 
                                p_destinationPort, 
                                p_hops 
@@ -415,7 +415,7 @@ module LibItsFntp_Functions {
                    p_insap_dest_address, 
                    bit2oct( 
                        encvalue( 
                            md_extendedNPDU_InvalidBitSet( 
                            md_fntpExtendedNPDU_InvalidBitSet( 
                                p_sourcePort, 
                                p_destinationPort, 
                                omit
@@ -453,7 +453,7 @@ module LibItsFntp_Functions {
                    p_insap_dest_address, 
                    bit2oct( 
                        encvalue( 
                            md_extendedNPDU_CIP( 
                            md_fntpExtendedNPDU_CIP( 
                                p_sourcePort, 
                                p_destinationPort, 
                                p_hops, 
@@ -494,14 +494,14 @@ module LibItsFntp_Functions {
                    p_insap_dest_address, 
                    bit2oct( 
                        encvalue( 
                            md_forwardingNPDU( 
                            md_fntpForwardingNPDU( 
                                p_sourcePort, 
                                p_destinationPort, 
                                p_hops,
                                p_fromPort,
                                p_toPort,
                                p_counter 
                            ) // End of field 'md_forwardingNPDU'
                            ) // End of field 'md_fntpForwardingNPDU'
                        ) // End of function encvalue
                    ) // End of function bit2oct
                ) // End of field 'm_generateFntpNPDU'
@@ -535,14 +535,14 @@ module LibItsFntp_Functions {
                    p_insap_dest_address, 
                    bit2oct( 
                        encvalue( 
                            md_forwardingNPDU_UnknownITS_SCU_ID( 
                            md_fntpForwardingNPDU_UnknownITS_SCU_ID( 
                                p_sourcePort, 
                                p_destinationPort, 
                                p_hops,
                                p_fromPort,
                                p_toPort,
                                p_counter 
                            ) // End of field 'md_forwardingNPDU_UnknownITS_SCU_ID'
                            ) // End of field 'md_fntpForwardingNPDU_UnknownITS_SCU_ID'
                        ) // End of function encvalue
                    ) // End of function bit2oct
                ) // End of field 'm_generateFntpNPDU'
@@ -581,7 +581,7 @@ module LibItsFntp_Functions {
                    p_insap_dest_address, 
                    bit2oct( 
                        encvalue( 
                            md_forwardingNPDU_CIP( 
                            md_fntpForwardingNPDU_CIP( 
                                p_sourcePort, 
                                p_destinationPort, 
                                p_hops, 
@@ -590,7 +590,7 @@ module LibItsFntp_Functions {
                                p_counter, 
                                p_rxCIP, // TODO Perhaps this parameter is not required, p_accessParams would be enough
                                p_txCIP // TODO Perhaps this parameter is not required, p_accessParams would be enough
                            ) // End of field 'md_forwardingNPDU_CIP'
                            ) // End of field 'md_fntpForwardingNPDU_CIP'
                        ) // End of function 'encvalue'
                    ), // End of function 'bit2oct'
                    p_accessParams 
@@ -598,6 +598,7 @@ module LibItsFntp_Functions {
            ); 
        } // End of function f_acGenerateFntpForwardingNPDU_CIP
        

    } // End of group adapterControl
    
    group internalFunctions { // TODO Use parametrized function (ETSI ES 202 784) insetad of the three oct2xxx functions
+0 −1
Original line number Diff line number Diff line
@@ -314,5 +314,4 @@ module LibItsFntp_Pixits {
     * Wait until the IUT is in a stable situation (beaconing...)
     */
    modulepar float PX_WAIT_FOR_IUT_READY := 1.0;
    
} // End of module LibItsFntp_Pixits
 No newline at end of file
+101 −106

File changed.

Preview size limit exceeded, changes collapsed.