Commit 580550e9 authored by fischerjo's avatar fischerjo
Browse files

Some remarks on possible mistakes

parent ee4399ec
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -59,7 +59,9 @@ module LibItsFntp_Templates {
    import from LibItsIicp_Templates { 
        template 
            m_iicRequestRx_mnCommandRequest, mdw_iicResponseRx_mnCommandConfirm, 
            mdw_iicRequestTx_mnRequestRequest, m_iicRequestRx_mnCommandRequest 
            mdw_iicRequestTx_mnRequestRequest
	/*, m_iicRequestRx_mnCommandRequest 
	 * duplicate, to be deleted*/
    }; 
    import from LibItsMgt_Templates { 
        template 
@@ -386,11 +388,11 @@ module LibItsFntp_Templates {
            template FNTPNPDU md_fntpExtendedNpdu_invalidCtrlField( 
                in template (value) PortNumber p_sourcePort, 
                in template (value) PortNumber p_destinationPort, 
                in template (omit) FNTPhopCount p_hops 
                in template (omit) FNTPhopCount p_hops /* this seems to be wrong */
            ) modifies m_fntpBasicNpdu := { 
                header := { 
                    options := { 
                        lpp := 'FFFFFFFF'O 
                        lpp := 'FFFFFFFF'O /* this is not an invalid control field */
                    } 
                } // End of 'header' field
            } // End of template md_fntpExtendedNpdu_invalidCtrlField