Loading ttcn/CALM/FNTP/LibItsFntp_Templates.ttcn3 +15 −0 Original line number Diff line number Diff line Loading @@ -443,6 +443,21 @@ module LibItsFntp_Templates { } // End of field 'header' } // End of template mdw_fntpExtendedNPDU /** * @desc Send template for FNTP extended NPDU for BC transmission-single/N-hops * @param p_sourcePort Broadcast source port * @param p_destinationPort Broadcast destination port */ template (present) FNTPNPDU mdw_fntpExtendedNpdu_portNumber( in template (present) PortNumber p_sourcePort, in template (present) PortNumber p_destinationPort, in template (omit) FNTPhopCount p_hops ) modifies mdw_fntpBasicNpdu := { header := { options := mdw_nHopNfFntpOptions(p_hops) } // End of field 'header' } // End of template mdw_fntpExtendedNpdu_portNumber /** * @desc Send template for FNTP extended NPDU for BC transmission-single/N-hops with CIP * @param p_rxCIP Receive (RX) parameter settings Loading Loading
ttcn/CALM/FNTP/LibItsFntp_Templates.ttcn3 +15 −0 Original line number Diff line number Diff line Loading @@ -443,6 +443,21 @@ module LibItsFntp_Templates { } // End of field 'header' } // End of template mdw_fntpExtendedNPDU /** * @desc Send template for FNTP extended NPDU for BC transmission-single/N-hops * @param p_sourcePort Broadcast source port * @param p_destinationPort Broadcast destination port */ template (present) FNTPNPDU mdw_fntpExtendedNpdu_portNumber( in template (present) PortNumber p_sourcePort, in template (present) PortNumber p_destinationPort, in template (omit) FNTPhopCount p_hops ) modifies mdw_fntpBasicNpdu := { header := { options := mdw_nHopNfFntpOptions(p_hops) } // End of field 'header' } // End of template mdw_fntpExtendedNpdu_portNumber /** * @desc Send template for FNTP extended NPDU for BC transmission-single/N-hops with CIP * @param p_rxCIP Receive (RX) parameter settings Loading