Skip to content

ucentral-schema: fix radio 2.4G/5G shows empty when HaLow radio exists#95

Open
ian77chen wants to merge 1 commit into
mainfrom
WIFI-15504-fix-radio-shows-empty-when-halow-exists
Open

ucentral-schema: fix radio 2.4G/5G shows empty when HaLow radio exists#95
ian77chen wants to merge 1 commit into
mainfrom
WIFI-15504-fix-radio-shows-empty-when-halow-exists

Conversation

@ian77chen
Copy link
Copy Markdown
Contributor

Fixes: WIFI-15504

Root Cause:
State reporting skips NOHT interfaces at ucentral-schema level: Once radios are in NOHT/DISABLED state with wiphy_freq=0, the iface.uc module skips them entirely. Then state.uc cannot find the interface data and skips the entire radio from the state report. Cloud only sees the HaLow radio which is functioning normally.

Solution: Remove the wiphy_freq=0 filter in iface.uc so interfaces with unknown channel are still reported. Modify state.uc to gracefully handle empty frequency arrays instead of skipping the radio.

Fixes: WIFI-15504

Signed-off-by: Ian Chen <ian77_chen@accton.com>
@ian77chen ian77chen requested a review from blogic June 4, 2026 11:15
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.

1 participant