Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

dmcli is used to explore the data model provider components on the RDK bus.
UspPa does not currently export USP Specific configuration parameters to the RDK bus, they only exist in the USP Agent.

Why isn't Device.LocalAgent in usp_dm_objs.conf and usp_dm_params.conf ?

The usp_dm_objs.conf and usp_dm_params.conf files are used to define which RDK data model provider components are imported into the USP Agent.

Device.LocalAgent (and a number of other data model objects) exist only in the USP Agent and so do not need to be imported. If you want to remove any of these USP-Agent-only objects, this must be done at compile time using the defines in vendor_defs.h (Example: REMOVE_DEVICE_TIME).