Commit 8c097ad4 authored by garciay's avatar garciay
Browse files

ATS document review

parent a8f71ac5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -147,7 +147,7 @@ module Ats6RD_Pixits {
        } // End of modulepar PX_MSSC_HOST_V6_LIST_CPE
        } // End of modulepar PX_MSSC_HOST_V6_LIST_CPE
        
        
        /**
        /**
         * @desc Defines a list of host services ti be used for IPv6 in IPv4
         * @desc Defines a list of host services to be used for IPv6 in IPv4
         */
         */
        modulepar HostV6Descriptions PX_MULTIPLE_HOSTS_V6_IN_V4 := {
        modulepar HostV6Descriptions PX_MULTIPLE_HOSTS_V6_IN_V4 := {
            {
            {
+3 −2
Original line number Original line Diff line number Diff line
@@ -6,6 +6,7 @@
module AtsDSLite_Pixits {
module AtsDSLite_Pixits {
    
    
    // LibCommon
    // LibCommon
    import from LibCommon_BasicTypesAndValues all;
    import from LibCommon_DataStrings all;
    import from LibCommon_DataStrings all;
    
    
    // LibIPv6
    // LibIPv6
@@ -124,12 +125,12 @@ module AtsDSLite_Pixits {
    /**
    /**
     * @desc The MSS value.
     * @desc The MSS value.
     */
     */
    modulepar integer PX_DS_MSS_SIZE := 1500;
    modulepar UInt PX_DS_MSS_SIZE := 1500;
    
    
    /**
    /**
     * @desc The DS-Tunnel-MTU value.
     * @desc The DS-Tunnel-MTU value.
     */
     */
    modulepar integer PX_DS_MTU := 1500;
    modulepar UInt PX_DS_MTU := 1500;
    
    
    /**
    /**
     * @desc The IPv4 address of an FTP server.
     * @desc The IPv4 address of an FTP server.