Skip to content

Remove parameters of Device.Services.VoiceService.{i}.SIP.Client.{i}.Contact.{i}.

Muhannad Alrifaai requested to merge bt/bbf:feature/HFC-1248 into devel

In the following commit: https://dev.iopsys.eu/bt/bbf/-/commit/8d1fa958e72b036305d40ad7b67c07fab95b88d0, Device.Services.VoiceService.{i}.SIP.Client.{i}.Contact.{i}. object has been commented out, but its paramters are still there which cause failure for running this script https://dev.iopsys.eu/bt/bbf/-/blob/devel/tools/generate_dm_xml.py.

Therefore, in this MR, I removed paramters of Device.Services.VoiceService.{i}.SIP.Client.{i}.Contact.{i} since the object is removed. Also I removed local functions used by the parameters since they are not being called and cause build failure in iopsys bbf build as warning considered failure.

Merge request reports