Skip to content

RDKEMW-10029: Remove duplicate RedRecovery parameter - #501

Open
Ananth916 wants to merge 2 commits into
developfrom
feature/RDKEMW-19691
Open

RDKEMW-10029: Remove duplicate RedRecovery parameter#501
Ananth916 wants to merge 2 commits into
developfrom
feature/RDKEMW-19691

Conversation

@Ananth916

Copy link
Copy Markdown
Contributor

No description provided.

Signed-off-by: AnanthaC <anantha_chelladurai@comcast.com>
@Ananth916
Ananth916 requested a review from a team as a code owner June 17, 2026 07:00
Copilot AI review requested due to automatic review settings June 17, 2026 07:00

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the TR-181 data model XML definitions under waldb/ to remove a duplicated RFC parameter/object definition and to consolidate/move TelemetryEndpoint modeling into the primary generic data-model file used by the merge flow.

Changes:

  • Removed the Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.RedRecovery. object (and its Status parameter) from waldb/data-model-generic.xml.
  • Removed TelemetryEndpoint.RedTmURL from waldb/data-model-generic.xml and added TelemetryEndpoint.RedTmURL into waldb/data-model/data-model-generic.xml.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/hostif/parodusClient/waldb/data-model/data-model-generic.xml Adds TelemetryEndpoint.RedTmURL to the primary generic model used by merge scripts/runtime.
src/hostif/parodusClient/waldb/data-model-generic.xml Removes RedRecovery.Status and removes TelemetryEndpoint.RedTmURL from the legacy/alternate generic XML.

Comment on lines 88 to 93
<default type="factory" value="false"/>
</syntax>
</parameter>
</object>
<object base="Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.RedRecovery." access="readOnly" minEntries="1" maxEntries="1" >
<parameter base="Status" access="readWrite" notification="0" maxNotification="2" >
<syntax>
<string/>
<default type="factory" value="DISABLED"/>
</syntax>
</parameter>
</object>
<object base="Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.WarehouseHost." access="readOnly" minEntries="1" maxEntries="1" >
<parameter base="CName1" access="readWrite" notification="0" maxNotification="2" >
Comment on lines +4172 to +4178
<object base="Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.TelemetryEndpoint." access="readOnly" minEntries="1" maxEntries="1" >
<parameter base="RedTmURL" access="readWrite" notification="0" maxNotification="2" >
<syntax>
<string/>
</syntax>
</parameter>
</object>
@github-actions

Copy link
Copy Markdown

Code Coverage Summary

                                        Total:|74.4%  8297|94.5% 544|    -    0

Signed-off-by: AnanthaC <anantha_chelladurai@comcast.com>
@github-actions

Copy link
Copy Markdown

Code Coverage Summary

                                        Total:|74.4%  8297|94.5% 544|    -    0

@github-advanced-security

Copy link
Copy Markdown
Contributor

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants