Skip to content

RDKEMW-16966: T2 Events for IRDB Programming#239

Open
klu339 wants to merge 9 commits into
developfrom
feature/RDKEMW-16966
Open

RDKEMW-16966: T2 Events for IRDB Programming#239
klu339 wants to merge 9 commits into
developfrom
feature/RDKEMW-16966

Conversation

@klu339
Copy link
Copy Markdown
Contributor

@klu339 klu339 commented Jun 3, 2026

No description provided.

@klu339 klu339 requested a review from a team as a code owner June 3, 2026 21:23
Copilot AI review requested due to automatic review settings June 3, 2026 21:23
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds new Telemetry 2.0 (T2) markers and event emissions around IRDB (IR database) workflows—manual lookup APIs, autolookup, IR programming outcomes, and vendor selection—so IRDB programming behavior can be measured via aggregated telemetry.

Changes:

  • Introduces new IRDB telemetry marker constants and emits new T2 events from IRDB IPC and BLE network/controller flows.
  • Adds IR programming failure reason propagation through BLE status indications to improve telemetry fidelity.
  • Adjusts EDID logging verbosity in the DisplaySettings Thunder plugin.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 7 comments.

Show a summary per file
File Description
src/thunder/plugins/ctrlm_thunder_plugin_display_settings.cpp Changes EDID dump logging level (now INFO).
src/telemetry/ctrlm_telemetry_markers.h Adds IRDB telemetry marker definitions and format comments.
src/irdb/ipc/ctrlm_irdb_ipc_iarm_thunder.cpp Emits IRDB “manual result” telemetry events for IARM calls.
src/irdb/ctrlm_irdb_interface.cpp Captures autolookup outcomes and emits an autolookup telemetry event.
src/ble/ctrlm_ble_rcu_interface.cpp Populates IEEE address and failure reason in IR programming status indications.
src/ble/ctrlm_ble_network.cpp Emits IR programming result telemetry based on IR state changes / unsupported IRDB path.
src/ble/ctrlm_ble_controller.cpp Emits vendor-set telemetry after attempting to set preferred IRDB vendor.
include/ctrlm_hal_ble.h Extends BLE status struct with ir_fail_reason field.

Comment thread src/thunder/plugins/ctrlm_thunder_plugin_display_settings.cpp
Comment thread src/irdb/ipc/ctrlm_irdb_ipc_iarm_thunder.cpp
Comment thread src/irdb/ipc/ctrlm_irdb_ipc_iarm_thunder.cpp
Comment thread src/irdb/ipc/ctrlm_irdb_ipc_iarm_thunder.cpp
Comment thread src/irdb/ctrlm_irdb_interface.cpp
Comment thread src/irdb/ctrlm_irdb_interface.cpp Outdated
Comment thread src/telemetry/ctrlm_telemetry_markers.h
Copy link
Copy Markdown
Contributor

@egalla204 egalla204 left a comment

Choose a reason for hiding this comment

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

approved for test

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