Loading ttcn/FNTP/LibItsFntp_TypesAndValues.ttcn3 +4 −4 Original line number Original line Diff line number Diff line Loading @@ -37,7 +37,7 @@ module LibItsFntp_TypesAndValues { /** /** * @desc dynamic port * @desc dynamic port */ */ const UInt16 c_portDyn := 128; // FIXME Not sure for this value !? const UInt16 c_portDyn := 128; /** /** * @desc Low limit of reserved range * @desc Low limit of reserved range Loading Loading @@ -85,21 +85,21 @@ module LibItsFntp_TypesAndValues { } } /** /** * @desc Send a XXX.req command to the IUT through a SAP. * @desc Send a XXX.request primitive to the IUT through a SAP. */ */ type union UtFntpCommandRequest { type union UtFntpCommandRequest { NFsapPrimitivesDown nfSapPrimitives NFsapPrimitivesDown nfSapPrimitives } } /** /** * @desc Receive a XXX.conf command from the IUT through a SAP. * @desc Receive a XXX.confirm primitive from the IUT through a SAP. */ */ type union UtFntpCommandConfirm { type union UtFntpCommandConfirm { NFsapPrimitivesUp nfSapPrimitives NFsapPrimitivesUp nfSapPrimitives } } /** /** * @desc Receive a XXX.ind command from the IUT through a SAP. * @desc Receive a XXX.indication command from the IUT through a SAP. */ */ type union UtFntpCommandIndication { type union UtFntpCommandIndication { NFsapPrimitivesUp nfSapPrimitives NFsapPrimitivesUp nfSapPrimitives Loading Loading
ttcn/FNTP/LibItsFntp_TypesAndValues.ttcn3 +4 −4 Original line number Original line Diff line number Diff line Loading @@ -37,7 +37,7 @@ module LibItsFntp_TypesAndValues { /** /** * @desc dynamic port * @desc dynamic port */ */ const UInt16 c_portDyn := 128; // FIXME Not sure for this value !? const UInt16 c_portDyn := 128; /** /** * @desc Low limit of reserved range * @desc Low limit of reserved range Loading Loading @@ -85,21 +85,21 @@ module LibItsFntp_TypesAndValues { } } /** /** * @desc Send a XXX.req command to the IUT through a SAP. * @desc Send a XXX.request primitive to the IUT through a SAP. */ */ type union UtFntpCommandRequest { type union UtFntpCommandRequest { NFsapPrimitivesDown nfSapPrimitives NFsapPrimitivesDown nfSapPrimitives } } /** /** * @desc Receive a XXX.conf command from the IUT through a SAP. * @desc Receive a XXX.confirm primitive from the IUT through a SAP. */ */ type union UtFntpCommandConfirm { type union UtFntpCommandConfirm { NFsapPrimitivesUp nfSapPrimitives NFsapPrimitivesUp nfSapPrimitives } } /** /** * @desc Receive a XXX.ind command from the IUT through a SAP. * @desc Receive a XXX.indication command from the IUT through a SAP. */ */ type union UtFntpCommandIndication { type union UtFntpCommandIndication { NFsapPrimitivesUp nfSapPrimitives NFsapPrimitivesUp nfSapPrimitives Loading