Skip to content

RDKB-65709: Integrate baseline changes for XER2 in GwProvApp#39

Open
vysakhav wants to merge 2 commits into
developfrom
feature/xer2_bringup
Open

RDKB-65709: Integrate baseline changes for XER2 in GwProvApp#39
vysakhav wants to merge 2 commits into
developfrom
feature/xer2_bringup

Conversation

@vysakhav

@vysakhav vysakhav commented Jul 15, 2026

Copy link
Copy Markdown

Reason for change: Incorporate baseline changes for XER2 in GwProvApp component.

Test Procedure:

  1. Build should be suucessful
  2. GwProvApp should be running

Priority:P2
Risks: Low
Signed-off-by: Vysakh A V vysakh.venugopal@sky.uk

BUILD Verification with the custom branch is ok:
Reference: https://gerrit.teamccp.com/#/c/961708/

Reason for change: Incorporate baseline changes for XER2 in
GwProvApp component.

Test Procedure:
1. Build should be suucessful
2. GwProvApp should be running

Priority:P2
Signed-off-by: Vysakh A V <vysakh.venugopal@sky.uk>
Copilot AI review requested due to automatic review settings July 15, 2026 09:12
@vysakhav
vysakhav requested review from a team as code owners July 15, 2026 09:12

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Integrates XER2 baseline behavior into the GwProvApp global-product state machine by removing Sky-specific compile-time guards and enabling vendor-specific sysevent configuration via runtime PartnerID detection.

Changes:

  • Removes _SCER11BEL_PRODUCT_REQ_ / _SCXF11BFL_PRODUCT_REQ_ preprocessor guards around vendor-class generation helpers.
  • Makes the Sky UK PartnerID path always available (under _RDKB_GLOBAL_PRODUCT_REQ_) to set vendor-specific sysevent config and trigger gw_lan_refresh.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 1440 to 1442
{
set_vendor_spec_conf();
v_secure_system("gw_lan_refresh &");
return FALSE;
}

#if defined(_SCER11BEL_PRODUCT_REQ_) || defined(_SCXF11BFL_PRODUCT_REQ_)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

changes made which aren't specific to XER2 platform

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.

3 participants