Product
Search Results

cwmpVendorSpecificParams

Value Type

word

Default Value

none

Description

This parameter is used for TP-181 tests 5.1.11 and 5.1.12 which validates the CPE’s ability to get the name of, value of and set the value of vendor specific parameters.

The referenced parameters should be writable, and exist in the CPE’s DataModel without the need to add or delete instances.

An additional suggestion is to only use benign parameters, parameters that effect the behavior of the DUT in such a way that could impact the test could lead to false negatives.

This parameter should be set to one or more vendor specific params using the following format

{
    { ParameterPath ParameterType { PossibleValue1 PossibleValue2 } }
    { ParameterPath ParameterType { PossibleValue1 PossibleValue2 } }
}

Ex.

{
    {Device.Vendor.NightlyReboot boolean { true false}}
}

This testvar was added in CDRouter 12.10