Commit edad4efe authored by garciay's avatar garciay
Browse files

Resolve FIXME and update comments

parent 8e2c40a8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ module LibItsFntp_TypesAndValues {
        /**
         * @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
@@ -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 { 
            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 { 
            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 { 
            NFsapPrimitivesUp nfSapPrimitives