Skip to content

RDKB-65709: Add support for XER2 platform#32

Open
RAMANJULASREEHARI wants to merge 1 commit into
rdkcentral:developfrom
RAMANJULASREEHARI:feature/RDKB-65697-XER2
Open

RDKB-65709: Add support for XER2 platform#32
RAMANJULASREEHARI wants to merge 1 commit into
rdkcentral:developfrom
RAMANJULASREEHARI:feature/RDKB-65697-XER2

Conversation

@RAMANJULASREEHARI

Copy link
Copy Markdown
Contributor

Reason for change: Add new XER2 AYER21BEL platform support

Test Procedure: Build should work
Priority:P1
Risks:Low

Reason for change: Add new XER2 AYER21BEL platform support

Test Procedure: Build should work
Priority:P1
Risks:Low

Signed-off-by: Sreehari Ramanjula <220073682+RAMANJULASREEHARI@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 6, 2026 09:30
@RAMANJULASREEHARI
RAMANJULASREEHARI requested review from a team as code owners July 6, 2026 09:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds recognition for the new XER2 (AYER21BEL) platform in the OVS agent’s model parsing and Broadcom-WiFi model classification, so the platform is handled consistently with existing supported devices.

Changes:

  • Add OVS_AYER21BEL_MODEL to the OVS_DEVICE_MODEL enum.
  • Map "AYER21BEL" from device properties to the new enum value in SetModelNum().
  • Treat OVS_AYER21BEL_MODEL as a Broadcom WiFi model in is_brcm_wifi_model() (affecting bridge flow setup path selection).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
source/OvsAction/ovs_action.c Adds model string→enum mapping and includes the new model in the Broadcom WiFi model switch.
source/include/OvsDataTypes.h Introduces the new OVS_AYER21BEL_MODEL enum value for Arcadyan XER2.

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

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.

2 participants