From 490422842a4f30c7de618c004b21dfed934e1ea2 Mon Sep 17 00:00:00 2001 From: Vismal S Kumar Date: Wed, 29 Oct 2025 01:05:57 +0530 Subject: [PATCH 1/3] ES1-2915-[ES1]: xPKI cert creation is failed due to unable to retrieve tr181 parameters (#303) * ES1-2915-[ES1]: xPKI cert creation is failed due to unable to retrieve tr181 parameters ES1-2915-[ES1]: xPKI cert creation is failed due to unable to retrieve tr181 parameters Reason for change:Removing duplicate entries so that rbuscli works for different dm Test Procedure: Check the parameter valuess and ensure rbus commands are working Risks: Medium Priority: P1 Signed-off-by: Vismal S Kumar * ES1-2915-[ES1]: xPKI cert creation is failed due to unable to retrieve tr181 parameters ES1-2915-[ES1]: xPKI cert creation is failed due to unable to retrieve tr181 parameters Reason for change:Removing duplicate entries so that rbuscli works for different dm Test Procedure: Check the parameter valuess and ensure rbus commands are working Risks: Medium Priority: P1 Signed-off-by: Vismal S Kumar * Remove ProductClass parameter from data model Removed the 'ProductClass' parameter from the data model. * Remove ProductClass parameter from data-model-tv.xml Removed the ProductClass parameter from the data model. * Add CovaticSDK object with Enable parameter --------- Signed-off-by: Vismal S Kumar --- .../waldb/data-model-generic.xml | 128 +----------------- .../waldb/data-model/data-model-generic.xml | 13 -- .../waldb/data-model/data-model-stb.xml | 5 - .../waldb/data-model/data-model-tv.xml | 5 - 4 files changed, 5 insertions(+), 146 deletions(-) diff --git a/src/hostif/parodusClient/waldb/data-model-generic.xml b/src/hostif/parodusClient/waldb/data-model-generic.xml index d64990d42..8813aefe1 100644 --- a/src/hostif/parodusClient/waldb/data-model-generic.xml +++ b/src/hostif/parodusClient/waldb/data-model-generic.xml @@ -61,17 +61,6 @@ - - - - - - - - - - - @@ -86,90 +75,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -254,13 +159,6 @@ - - - - - - - @@ -296,23 +194,6 @@ - - - - - - - - - - - - - - - - - @@ -593,11 +474,12 @@ - + - - - + + + + diff --git a/src/hostif/parodusClient/waldb/data-model/data-model-generic.xml b/src/hostif/parodusClient/waldb/data-model/data-model-generic.xml index 7c836db9d..99ebf7cb5 100755 --- a/src/hostif/parodusClient/waldb/data-model/data-model-generic.xml +++ b/src/hostif/parodusClient/waldb/data-model/data-model-generic.xml @@ -3585,19 +3585,6 @@ - - - - - - - - - - - - - diff --git a/src/hostif/parodusClient/waldb/data-model/data-model-stb.xml b/src/hostif/parodusClient/waldb/data-model/data-model-stb.xml index 2dc3e3745..6bd0f590e 100755 --- a/src/hostif/parodusClient/waldb/data-model/data-model-stb.xml +++ b/src/hostif/parodusClient/waldb/data-model/data-model-stb.xml @@ -40,11 +40,6 @@ - - - - - diff --git a/src/hostif/parodusClient/waldb/data-model/data-model-tv.xml b/src/hostif/parodusClient/waldb/data-model/data-model-tv.xml index eeb9a4f1e..9c0316f2c 100644 --- a/src/hostif/parodusClient/waldb/data-model/data-model-tv.xml +++ b/src/hostif/parodusClient/waldb/data-model/data-model-tv.xml @@ -40,11 +40,6 @@ - - - - - From 6509c4b25d3ee0ab1d3de32342b04b0558587c6a Mon Sep 17 00:00:00 2001 From: Manoj Bhatta Date: Thu, 30 Oct 2025 10:23:50 -0400 Subject: [PATCH 2/3] RDKEMW-9754: DAC bundle config parameter as RFC (#304) --- .../waldb/data-model/data-model-generic.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/hostif/parodusClient/waldb/data-model/data-model-generic.xml b/src/hostif/parodusClient/waldb/data-model/data-model-generic.xml index 99ebf7cb5..ab8b6d14b 100755 --- a/src/hostif/parodusClient/waldb/data-model/data-model-generic.xml +++ b/src/hostif/parodusClient/waldb/data-model/data-model-generic.xml @@ -4465,5 +4465,22 @@ + + + + + + + + + + + + + + + + + From 0717da2a067cd28a9a13a6112599f30e5f40557f Mon Sep 17 00:00:00 2001 From: nhanas001c Date: Thu, 30 Oct 2025 15:50:23 +0000 Subject: [PATCH 3/3] 1.2.8 release changelog updates --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3f1ef4b6..7ae3bb44f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.2.8](https://github.com/rdkcentral/tr69hostif/compare/1.2.7...1.2.8) + +- RDKEMW-9754: DAC bundle config parameter as RFC [`#304`](https://github.com/rdkcentral/tr69hostif/pull/304) +- ES1-2915-[ES1]: xPKI cert creation is failed due to unable to retrieve tr181 parameters [`#303`](https://github.com/rdkcentral/tr69hostif/pull/303) +- RDK-59202-[RDK-V/E] Data Model Federation For tr69hostif [`#295`](https://github.com/rdkcentral/tr69hostif/pull/295) +- Merge tag '1.2.7' into develop [`37a3e76`](https://github.com/rdkcentral/tr69hostif/commit/37a3e7649a2d01b2edcf805006ff562a2aa5aeea) + #### [1.2.7](https://github.com/rdkcentral/tr69hostif/compare/1.2.6...1.2.7) +> 13 October 2025 + - RDK-59587 : RFC feature to support Downloadable IUI Fallback [`#291`](https://github.com/rdkcentral/tr69hostif/pull/291) - RDKE-900 RDKEMW-4899: Default to MTLS connection on all endpoints [`#270`](https://github.com/rdkcentral/tr69hostif/pull/270) - Rebase with develop [`#290`](https://github.com/rdkcentral/tr69hostif/pull/290) @@ -13,6 +22,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - RDKEMW-8971: fix retry logic [`#288`](https://github.com/rdkcentral/tr69hostif/pull/288) - Rebase with develop [`#274`](https://github.com/rdkcentral/tr69hostif/pull/274) - Rebase with develop [`#272`](https://github.com/rdkcentral/tr69hostif/pull/272) +- 1.2.7 release changelog updates [`107fae2`](https://github.com/rdkcentral/tr69hostif/commit/107fae207def673e965d97899c82fe71b70f510f) - Merge tag '1.2.6' into develop [`2e546d5`](https://github.com/rdkcentral/tr69hostif/commit/2e546d5de878a5c8ee7a3558099cdcddc28f10a4) #### [1.2.6](https://github.com/rdkcentral/tr69hostif/compare/1.2.5...1.2.6)