Changes

701 bytes added ,  11:33, 30 October 2017
Line 49: Line 49:  
* R - Read only
 
* R - Read only
 
* RW - Read/Write
 
* RW - Read/Write
 +
* string(64) - 64 bit string
 +
* string(256) - 256 bit string
 +
* unsignedInt - integer storing only positive values
 +
 +
'''FW Upgrade:'''
 +
 +
  1. '''FileType''' - 1- Firmware Upgrade Image, string(64)
 +
  2. '''URL''' - URL, specifying the source file location, string(256)
 +
  3. '''Username''' - Username to be used by the CPE to authenticate with the file server. This string is set to the empty string if no authentication is required, string(256)
 +
  4. '''Password''' - Password to be used by the CPE to authenticate with the file server. This string is set to the empty string if no authentication is required, string(256)
 +
  5. '''FileSize''' - The size of the file to be downloaded in bytes, unsignedInt
    
'''Device Information:'''
 
'''Device Information:'''