From 6974aef88b03e5871608dcd134ba2aca3cd49e19 Mon Sep 17 00:00:00 2001 From: sindhu-krishnan <102755514+sindhu-krishnan@users.noreply.github.com> Date: Fri, 8 May 2026 11:53:57 +0530 Subject: [PATCH 1/2] Update getPartnerProperty.sh (#541) --- lib/rdk/getPartnerProperty.sh | 33 ++++++++++++--------------------- 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/lib/rdk/getPartnerProperty.sh b/lib/rdk/getPartnerProperty.sh index 4bf2daa5..c8237679 100755 --- a/lib/rdk/getPartnerProperty.sh +++ b/lib/rdk/getPartnerProperty.sh @@ -50,32 +50,23 @@ elif [ "$1" = "ntpHost4" ]; then elif [ "$1" = "ntpHost5" ]; then result=`tr181 Device.Time.NTPServer5 2>&1 > /dev/null` echo $result -elif [ "$1" = "ChronyEnable" ]; then - result=`tr181 Device.Time.ChronyEnable 2>&1 > /dev/null` +elif [ "$1" = "ntpHost1Settings" ]; then + result=`tr181 Device.Time.Chrony.NTPServer.1.Settings 2>&1 > /dev/null` echo $result -elif [ "$1" = "NTPMinpoll" ]; then - result=`tr181 Device.Time.NTPMinpoll 2>&1 > /dev/null` +elif [ "$1" = "ntpHost2Settings" ]; then + result=`tr181 Device.Time.Chrony.NTPServer.2.Settings 2>&1 > /dev/null` echo $result -elif [ "$1" = "NTPMaxpoll" ]; then - result=`tr181 Device.Time.NTPMaxpoll 2>&1 > /dev/null` +elif [ "$1" = "ntpHost3Settings" ]; then + result=`tr181 Device.Time.Chrony.NTPServer.3.Settings 2>&1 > /dev/null` echo $result -elif [ "$1" = "NTPServer1Directive" ]; then - result=`tr181 Device.Time.NTPServer1Directive 2>&1 > /dev/null` +elif [ "$1" = "ntpHost4Settings" ]; then + result=`tr181 Device.Time.Chrony.NTPServer.4.Settings 2>&1 > /dev/null` echo $result -elif [ "$1" = "NTPServer2Directive" ]; then - result=`tr181 Device.Time.NTPServer2Directive 2>&1 > /dev/null` +elif [ "$1" = "ntpHost5Settings" ]; then + result=`tr181 Device.Time.Chrony.NTPServer.5.Settings 2>&1 > /dev/null` echo $result -elif [ "$1" = "NTPServer3Directive" ]; then - result=`tr181 Device.Time.NTPServer3Directive 2>&1 > /dev/null` - echo $result -elif [ "$1" = "NTPServer4Directive" ]; then - result=`tr181 Device.Time.NTPServer4Directive 2>&1 > /dev/null` - echo $result -elif [ "$1" = "NTPServer5Directive" ]; then - result=`tr181 Device.Time.NTPServer5Directive 2>&1 > /dev/null` - echo $result -elif [ "$1" = "NTPMaxstep" ]; then - result=`tr181 Device.Time.NTPMaxstep 2>&1 > /dev/null` +elif [ "$1" = "ntpMakestep" ]; then + result=`tr181 Device.Time.Chrony.Makestep 2>&1 > /dev/null` echo $result elif [ "$1" = "partnerName" ]; then result=`tr181 Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Bootstrap.PartnerName 2>&1 > /dev/null` From 3ce474d349b2cf3548985d4fc2f993b26d52c014 Mon Sep 17 00:00:00 2001 From: dthiya418 Date: Thu, 14 May 2026 16:55:53 +0000 Subject: [PATCH 2/2] 5.1.0 release changelog updates --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f46bda..a06d0b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [5.1.0](https://github.com/rdkcentral/sysint/compare/5.0.2...5.1.0) + +- Update getPartnerProperty.sh [`#541`](https://github.com/rdkcentral/sysint/pull/541) +- Merge tag '5.0.2' into develop [`1888519`](https://github.com/rdkcentral/sysint/commit/18885196ab36dc76fd5f28e87a484594a53076e1) + #### [5.0.2](https://github.com/rdkcentral/sysint/compare/5.0.1...5.0.2) +> 7 May 2026 + - RDKEMW-17800:gst-cleanup conditions when cdl_flashed_file_name is not present [`#538`](https://github.com/rdkcentral/sysint/pull/538) - RDKEMW-17726, RDKEMW-17727: Fix the Migration of RDKV-to-RDKE [`#531`](https://github.com/rdkcentral/sysint/pull/531) - RDKEMW-18159 : [develop] Corefile not getting uploaded for mutliqueue crashes [`#539`](https://github.com/rdkcentral/sysint/pull/539) @@ -14,6 +21,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Revert "RDKEMW-10725:gstreamer-cleanup conditions when cdl_flashed_file_name …" [`#526`](https://github.com/rdkcentral/sysint/pull/526) - RDKEMW-17619 : [develop] OCDM_WVMediaKey and OCDM_SaThread changes in sysint [`#522`](https://github.com/rdkcentral/sysint/pull/522) - RDKEMW-10725:gstreamer-cleanup conditions when cdl_flashed_file_name is missing [`#511`](https://github.com/rdkcentral/sysint/pull/511) +- Sysint 5.0.2 release changelog updates [`0e05ed7`](https://github.com/rdkcentral/sysint/commit/0e05ed7d7dd01718d723584f4da02e20ace397de) - Merge tag '5.0.1' into develop [`5d44360`](https://github.com/rdkcentral/sysint/commit/5d443603d5a7b803f4f45af68f0178e057a21968) #### [5.0.1](https://github.com/rdkcentral/sysint/compare/5.0.0...5.0.1)