Skip to content

Commit

Permalink
CBR2-2096 : [Field][DA] Internet LED fast blinking in 7.6p3s1. (#69)
Browse files Browse the repository at this point in the history
Reason for change:
Network response script has not been invoked after wan started due to this LED status was not proper and CP status also not proper.

Test Procedure:
1. LED should behave properly
2. CP should work without any issue
3. WAN functionality should work without any issue

Risks: Low

Signed-off-by: Lakshminarayanan Shenbagaraj <[email protected]>
  • Loading branch information
LakshminarayananShenbagaraj authored Oct 11, 2024
1 parent f3db8e7 commit 4543110
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/WanManager/wanmgr_sysevents.c
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,10 @@ ANSC_STATUS wanmgr_services_restart()
#ifdef SNMPV3_ENABLED
wanmgr_snmpv3_restart();
#endif // SNMPV3_ENABLED

#ifdef _CBR2_PRODUCT_REQ_
v_secure_system("sh /etc/network_response.sh &");
#endif // _CBR2_PRODUCT_REQ_
return ANSC_STATUS_SUCCESS;
}

Expand Down

0 comments on commit 4543110

Please sign in to comment.