Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase with main from rdkcentral Repo #26

Conversation

yuvaramachandran-gurusamy
Copy link
Owner

No description provided.

sborushevsky and others added 30 commits May 15, 2024 17:46
Added check for return value from std::getline() to readFromFile().
Fixes for RDKTV-30490, RDKTV-30636, RDKTV-30623 and RDKTV-30582
Reason for change:  Remove the junk string AP
Test Procedure: verify build success and basic test
Risks: Low
Priority: P1
Signed-off-by: [email protected]
Reason for change:  Remove the junk string AP
Test Procedure: verify build success and basic test
Risks: Low
Priority: P1
Signed-off-by: [email protected]
DELIA-62842 org.rdk.System.getSystemVersions API has wrong stbTimestamp
…olled Upload URL

    Reason for change: Deprecating uploadLogs API
    Test Procedure: Confirm API is deprecated and that it uses uploadLogsAsync instead when called
    Risks: Low
    Priority: P1

Signed-off-by: melhar098 <[email protected]>
DELIA-61725: [SECVULN] Thunder Services - SystemServices - User Controlled Upload URL
RDKTV-30383 : Supply security token with curl json-rpc
Merge pull request #5202 from rdkcentral/RDKTV-30383
RDKServices Jenkins Documentation Job
Updated RDKShell to claim Graphics Subsystem
Updated RDKShell to claim Graphics Subsystem
RDKTV-30706 : Added check if that is the file to fileExists()
RDKTV-30706 : Added L1 test for case when settings.conf is a directory.
Reason for change:
Update detached threads, such that we wait for them to finish before
de-initiailizing the system.
Test Procedure: None
Risks: Low
Priority: P1

Signed-off-by:Hayden Gfeller [email protected]
Reason for change: Platform specific autostart configurations to be set in platform layers

Test Procedure: Build and verify.

Risks: Low

Signed-off-by: Jitha James <[email protected]>
(cherry picked from commit 75760ea)
…methods for retrieving Serial number, Chip Id and Firmware version.

Test Procedure:

root@brcm972126ott-refboard-PR0013720:~# curl -X POST http://127.0.0.1:9998/jsonrpc -d '{"jsonrpc":"2.0","id":"42","method":"DeviceIdentification.1.deviceidentification"}';
echo; {"jsonrpc":"2.0","id":42,"result":{"firmwareversion":"5.01.23.24","chipset":"BCM972126OTT_V20","deviceid":"OEUFIwMDEzNzIwAA"}}

Risk : Low

Signed-off-by: [email protected]
…methods for retrieving Serial number, Chip Id and Firmware version.

Test Procedure:
root@brcm972126ott-refboard-PR0013720:~# curl -X POST http://127.0.0.1:9998/jsonrpc -d '{"jsonrpc":"2.0","id":"42","method":"DeviceIdentification.1.deviceidentification"}';
echo; {"jsonrpc":"2.0","id":42,"result":{"firmwareversion":"5.01.23.24","chipset":"BCM972126OTT_V20","deviceid":"OEUFIwMDEzNzIwAA"}}

Risk : Low
Signed-off-by: [email protected]
apatel859 and others added 29 commits June 25, 2024 08:24
RDKTV-30790 added retry logic for IARM connect failure
…support

Fix workflows Thunder master branch support
…support_main

Merge pull request #5444 from npoltorapavlo/fix_Thunder_masterbranch_…
…ss the corresponding changes in the SystemServicesPlugin. (#5464)

* DELIA-64977 : Removed the JSONObject.Reset removal patch

Reason for change:  Removed the JSONObject.Reset removal patch
Test Procedure: verify using Jenkins build
Risks: Medium
Signed-off-by: Karunakaran A <[email protected]>
…liance with Thunder 4.4.1

Reason for change: Updating Thunder R4.4.1 on L2 Test framework
Test Procedure: Run L2-tests-R4-4-1.yml using act command.
Risks: Low
RDK-49561: Main Branch - RDKV - System Services Plugin unit Test compliance with Thunder 4.4.1
Added L2 test for below UserSetting interfaces.

SetAudioDescription
GetAudioDescription
SetPreferredAudioLanguages
GetPreferredAudioLanguages
SetPresentationLanguage
GetPresentationLanguage
SetCaptions
GetCaptions
SetPreferredCaptionsLanguages
GetPreferredCaptionsLanguages
SetPreferredClosedCaptionService
GetPreferredClosedCaptionService
Test Procedure : Run L2 tests and verify.
Risks: Medium
Priority: P0
[RDK-50881] Add L2 Test cases with calling the methods using jsonrpc
RDKServices Jenkins Documentation Job
RDKVREFPLT-1811 : [RPI][DAB] RDK Service displayinfo plugin - width and height support.
https://jira.rdkcentral.com/jira/browse/RDKDEV-1066

Issue Ticket ID:
https://jira.rdkcentral.com/jira/browse/RDKVREFPLT-1811

Reason for change:

Introduced the SOC_Abstraction.cpp, Kmc.c and Kmc.h files inside the newly added RPI directoy, SOC_Abstraction.cpp file contains the RPI platform specific implementations as same like the Amlogic. We have change the DEFAULT_DEVICE macro value as /dev/dri/card1 instead of /dev/dri/card0 for RPI. Because we have use the /dev/dri/card1 in RPI for Graphics rendering. This only change is differed from Amlogic platform implementations.
Test Procedure:
Validate with the JSON-RPC curl commands
curl -X POST http://127.0.0.1:9998/jsonrpc -d '{ jsonrpc: 2.0,id: 42, method: DisplayInfo.width}' Result: {jsonrpc:2.0,id:42,result:1280}

curl -X POST http://127.0.0.1:9998/jsonrpc -d '{ jsonrpc: 2.0,id: 42, method: DisplayInfo.height}'
Result: {jsonrpc:2.0,id:42,result:720}

Risks: None.
Signed-off-by: [email protected]
RDKVREFPLT-1811 : [RPI][DAB] RDK Service displayinfo plugin - width and height support.
…_data_manager_set_tls_errors_policy() in 2.38
Reason for change: Allow service worker support to be enabled only for
apps that need it
Test Procedure: Confirm support is enabled/disabled using test page
Risks: Low
Priority: P1

Signed-off-by: Filipe Norte <[email protected]>
And make sure to use correct logging category.
WebKitBrowsrPlugin: cherry-pick approved changes from 24Q2 sprint
@yuvaramachandran-gurusamy yuvaramachandran-gurusamy merged commit 5a3f2c9 into yuvaramachandran-gurusamy:main/Miracast Jul 3, 2024
6 checks passed
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.