ponmngr: resolve nvg boot issue for pon

This commit is contained in:
Rahul 2022-08-18 15:21:38 +05:30
parent 8ada6569f2
commit 2405cdd43b

View file

@ -16,8 +16,10 @@ init_xpon() {
procd_open_instance pon_msgd procd_open_instance pon_msgd
procd_set_param command bcm_msgd -c gpon procd_set_param command bcm_msgd -c gpon
procd_close_instance procd_close_instance
procd_open_instance pon_daemon procd_open_instance pon_daemon
procd_set_param command omcid start -n procd_set_param command omcid start -n
procd_set_param respawn
procd_close_instance procd_close_instance
} }
@ -26,4 +28,3 @@ deinit_xpon() {
# if ANI is disabled or stopped (go to O1) # if ANI is disabled or stopped (go to O1)
gponctl stop gponctl stop
} }