
During startup, CDRouter will automatically parse the CPE's initial Inform and learn which profiles are supported based on the DeviceSummary string. CDRouter will skip any test modules associated with profiles that are not being advertised by the CPE.
You can force CDRouter to run specific profile verification modules and tests even if the CPE does not support them by including the tr69FakeDeviceSummary testvar in your configuration file. For example, to enable just the TR-098 Baseline profile and the TR-143 Download and DownloadTCP profiles, regardless of the value of the CPE's DeviceSummary parameter, the tr69FakeDeviceSummary testvar should be configured follows:
testvar tr69FakeDeviceSummary {InternetGatewayDevice:1.1[](Download:1,DownloadTCP:1)}
You can also use the keyword "all" to enable all profiles:
testvar tr69FakeDeviceSummary all
For more information, please see Section 7 in the CDRouter TR-069 User's Guide.
Related articles that may also be helpful: