Skip to content

RDKB-61973 , RDKB-64819 : Fixing T2 events with empty value - #11

Merged
S-Parthiban-Selvaraj merged 7 commits into
mainfrom
bugfix/telemtry-empty-str
Jul 17, 2026
Merged

RDKB-61973 , RDKB-64819 : Fixing T2 events with empty value#11
S-Parthiban-Selvaraj merged 7 commits into
mainfrom
bugfix/telemtry-empty-str

Conversation

@S-Parthiban-Selvaraj

@S-Parthiban-Selvaraj S-Parthiban-Selvaraj commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Pull request overview
Fixes Telemetry2 (T2) events that were being dropped when the event “value” is an empty string by switching marker-only events to a different T2 API.

Changes:

Detects empty-string telemetry values and sends the marker via t2_event_d(marker, 1) instead of t2_event_s(marker, "").
Unifies T2 send error handling by checking a single t2ret return code.

Copilot AI review requested due to automatic review settings July 9, 2026 11:19

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

Fixes Telemetry2 (T2) events that were being dropped when the event “value” is an empty string by switching marker-only events to a different T2 API.

Changes:

  • Detects empty-string telemetry values and sends the marker via t2_event_d(marker, 1) instead of t2_event_s(marker, "").
  • Unifies T2 send error handling by checking a single t2ret return code.

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

Comment thread src/telemetry/eponMgr_telemetry.c
Comment thread src/telemetry/eponMgr_telemetry.c
Comment thread src/telemetry/eponMgr_telemetry.c
Copilot AI review requested due to automatic review settings July 9, 2026 14:14

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

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

@S-Parthiban-Selvaraj
S-Parthiban-Selvaraj merged commit 0766946 into main Jul 17, 2026
7 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 17, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants