Skip to content

CUJO 26.2.1 release for WDA - #99

Open
cj-elijus-vilkas wants to merge 1 commit into
rdkcentral:developfrom
cj-elijus-vilkas:feature/WDA_26.2_MLO
Open

CUJO 26.2.1 release for WDA#99
cj-elijus-vilkas wants to merge 1 commit into
rdkcentral:developfrom
cj-elijus-vilkas:feature/WDA_26.2_MLO

Conversation

@cj-elijus-vilkas

Copy link
Copy Markdown
Contributor

Contains MLO support

Contains MLO support
Copilot AI review requested due to automatic review settings July 31, 2026 12:23
@cj-elijus-vilkas
cj-elijus-vilkas requested review from a team as code owners July 31, 2026 12:23
@github-actions

Copy link
Copy Markdown


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@github-actions

Copy link
Copy Markdown

📋 PR Format Reminder

  • Title: CUJO 26.2.1 release for WDA — expected TICKET-123 : description
    (Multiple tickets OK: RDKCOM-5492 RDKBDEV-3336 : ... | Include US ticket + subtask for user-stories)
  • Description missing:
    • Reason for change
    • Test Procedure
    • Risks (Low / Medium / High)
    • Priority (P0 / P1 / P2)

Expected:

TICKET-123 : brief description

Reason for change: why
Test Procedure: how to verify
Risks: Low / Medium / High
Priority: P0 / P1 / P2

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

Updates the CUJO WiFi Data Collection (WDA) consumer to align with a new agent/protocol revision and add MLO-aware behavior when emitting WiFi/L1 events.

Changes:

  • Bumps protocol major version and updates WiFi data notifications from batch-based to a single WiFi data event.
  • Switches CSI collection arming to a single composite RBUS parameter (clientMacData) and derives publish interval from the requested sample rate.
  • Adds MLO handling to avoid emitting station/radio events and VAP lookups for MLD secondary links; improves epoll wait robustness by retrying on EINTR.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
source/AdvSecurityDml/cujoagent_dcl_api.h Updates protocol version/notification enums and adds constants for CSI composite RBUS payload and frame parsing.
source/AdvSecurityDml/cujoagent_dcl_api.c Migrates WiFi data TLV emission to the new event, adds MLO-aware filtering, introduces an EINTR-resilient epoll wait wrapper, and updates CSI collection configuration flow.

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

Comment on lines +49 to +50
/* Worst case: "AA:BB:CC:DD:EE:FF;4294967295;4294967295" + NUL = 40 bytes. */
#define WIFI_LEVL_CSI_MAC_DATA_MAX_LEN 48
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