Because dab_adapter::device::rdk::system::settings::set::process() now accepts SetSystemSettingsRequest structure, it will not only set the requested setting(s), but will also attempt to set ALL other settings to their default values.
Modify SetSystemSettingsRequest definition so that:
its members are not initialized to their default values
all members are optional
members with None value are skipped during serialization
Because dab_adapter::device::rdk::system::settings::set::process() now accepts SetSystemSettingsRequest structure, it will not only set the requested setting(s), but will also attempt to set ALL other settings to their default values.
Modify SetSystemSettingsRequest definition so that: