Skip to content

Conversation

@LakshminarayananShenbagaraj
Copy link
Contributor

@LakshminarayananShenbagaraj LakshminarayananShenbagaraj commented Nov 28, 2025

Pull request overview:

This PR implements Cold Standby Support in WAN Manager for WiFi Hotspot Failover (RDKB-60436). The change relocates WAN initialization logging from the wan_state_phy_down state to the wan_transition_vlan_configure transition function, moving it earlier in the WAN state machine flow to better align with VLAN configuration timing.

Key changes:
Moved WAN_INIT_START boot event logging and Update_Interface_Status() call from wan_state_phy_down to wan_transition_vlan_configure
Variable declarations (uptime, buffer) moved to support the relocated logging code

Signed-off-by: LakshminarayananShenbagaraj [email protected]

…s in activating state. (#166)

Reason for change:
As part of RDKB-59763 US, we have supported SLAAC IPv6 support in WanManager but that new flag has not been handled as part of t2 profile due to the reason we seen crash. so to avoid this crash I have handled this in t2 profile parsing during t2 event send.

Test Procedure:
1. WANManager should not crash and should work without any issue.

Risks: Medium

Signed-off-by: LakshminarayananShenbagaraj <[email protected]>
…lover.

Reason for change:
RDKB-59763 - Develop that US acceptance criteria.

Test Procedure:
Build should passed
WANManager functionality should work without any issue

Risks: Medium

Signed-off-by: LakshminarayananShenbagaraj <[email protected]>
Copilot AI review requested due to automatic review settings November 28, 2025 14:25
@LakshminarayananShenbagaraj LakshminarayananShenbagaraj requested a review from a team as a code owner November 28, 2025 14:25
@LakshminarayananShenbagaraj LakshminarayananShenbagaraj added the enhancement New feature or request label Nov 28, 2025
Copy link
Contributor

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 implements Cold Standby Support in WAN Manager for WiFi Hotspot Failover (RDKB-60436). The change relocates WAN initialization logging from the wan_state_phy_down state to the wan_transition_vlan_configure transition function, moving it earlier in the WAN state machine flow to better align with VLAN configuration timing.

Key changes:

  • Moved WAN_INIT_START boot event logging and Update_Interface_Status() call from wan_state_phy_down to wan_transition_vlan_configure
  • Variable declarations (uptime, buffer) moved to support the relocated logging code

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

@guto86 guto86 merged commit 6832d99 into main Dec 1, 2025
7 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants