-
Notifications
You must be signed in to change notification settings - Fork 387
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
[DONOT MERGE] RDK-52203: Convert XCast plugin as OutOfProcess #5723
Open
yuvaramachandran-gurusamy
wants to merge
37
commits into
rdkcentral:main
Choose a base branch
from
yuvaramachandran-gurusamy:main_RDK-52203
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[DONOT MERGE] RDK-52203: Convert XCast plugin as OutOfProcess #5723
yuvaramachandran-gurusamy
wants to merge
37
commits into
rdkcentral:main
from
yuvaramachandran-gurusamy:main_RDK-52203
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reason for change: Convert XCast plugin as OutOfProcess, Later it will be linked with GDial as library Test Procedure: XCast should be converted as OutOfProcess thunder plugin Risks: HIGH Priority: P0 Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
* DELIA-65803 - Async retry logic to check netsrvmgr is active Reason for change: Added asynchronous retry logic with thread to check the availability of netsrvmgr in network manager plugin Test Procedure: Check the status of network manager plugin is activated in wpeframework Risks: Low Priority: P1 Signed-off-by: Gururaaja ESR <[email protected]> * RDKTV-32272 - Wi-Fi Connection in Network page is showing 2.4Ghz when connected to 5Ghz network Reason for change: The value 2 showed in the frequency is enum value of 5GHz. Changed the code to return the proper frequency value in MHz. Test Procedure: Check with curl commands Risks: Low Priority: P1 Signed-off-by: Gururaaja ESR <[email protected]> --------- Co-authored-by: Karunakaran A <[email protected]>
* For L2S case delay by 15sec * For others, by 5 sec This will give some extra time for suspended app to seattle down
Signed-off-by: Karunakaran A <[email protected]>
… successful (rdkcentral#5651) * DELIA-65984 - onError event is posted for WiFi scan even when scan is successful Reason for change: WIFI_STATE_CONNECTION_FAILED was returned in the error code mapping, when none of the error code matches because of which this event is being posted to EPG and they are getting WIFI_STATE_CONNECTION_FAILED event. Removed this event from existing code and added new evnt for default case Test Procedure: Check whether any irrelevant state is posted during scanning in wpeframework log Risks: Low Priority: P1 Signed-off-by: Gururaaja ESR <[email protected]> * DELIA-65984 - onError event is posted for WiFi scan even when scan is successful Reason for change: WIFI_STATE_CONNECTION_FAILED was returned in the error code mapping, when none of the error code matches because of which this event is being posted to EPG and they are getting WIFI_STATE_CONNECTION_FAILED event. Removed this event from existing code and added new evnt for default case Test Procedure: Check whether any irrelevant state is posted during scanning in wpeframework log Risks: Low Priority: P1 Signed-off-by: Gururaaja ESR <[email protected]>
RDKTV-32671 wait for graphics subsystem before RA is activated
Reason for change: Clear the SAD upon receiving the hotplug-out event. Test Procedure: refer the ticket Risks: None Signed-off-by: Neethu A S [email protected]
Reason for change: Enabling usbaccess for latest thunder version for stable branch Test Procedure : NA Risks: Medium Priority: P0
Signed-off-by: apatel859 <[email protected]>
…r API Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
Reason for change: Add new IARM event for RFC initialisation complete Test Procedure: Build and Verify Risks: low Priority: P1 Signed-off-by: nhanasi<[email protected]>
Reason for change: Handling unhandled exceptions Test Procedure: None Risks: Low Priority: P1 Signed-off-by:Hayden Gfeller [email protected] Merge pull request rdkcentral#5594 from hgfell683/24Q3_sprint XIONE-14703, ES1-1645 - WPEFramework crash
Reason for change: Get latest hdmi cec logical addr after device power mode changed to ON or after wakeup. Test Procedure: build and verify Risks: Medium Priority: P1 Signed-off-by: Srigayathry Pugazhenthi<[email protected]>
Signed-off-by: Karunakaran A <[email protected]>
RDKDEV-1076,RTD131X-1256 - DAC Apps are not launching in Thunder 4.4
…r 4.4 version Image Test Procedure: Refer ticket Risks: Medium
Reason for change: Add dolby game mode Test Procedure: refer ticket Risks: None Priority: P1 Signed-off-by: bp-tarumu252 <[email protected]>
Signed-off-by: apatel859 <[email protected]>
Reason for change: Convert XCast plugin as OutOfProcess. Test Procedure: XCast should be converted as OutOfProcess thunder plugin Risks: HIGH Priority: P0 Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
… main_RDK-52203
Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
yuvaramachandran-gurusamy
force-pushed
the
main_RDK-52203
branch
4 times, most recently
from
September 25, 2024 12:03
b6b8662
to
8fe3011
Compare
Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
yuvaramachandran-gurusamy
force-pushed
the
main_RDK-52203
branch
from
September 25, 2024 15:23
8fe3011
to
43262b8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
RDK-52203: Convert XCast plugin as OutOfProcess
Reason for change: Convert XCast plugin as OutOfProcess.
Test Procedure: XCast should be converted as OutOfProcess thunder plugin
Risks: HIGH
Priority: P0
Signed-off-by: yuvaramachandran_gurusamy [email protected]