mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
ponmngr: resolve nvg boot issue for pon
This commit is contained in:
parent
8ada6569f2
commit
2405cdd43b
1 changed files with 2 additions and 1 deletions
|
|
@ -16,8 +16,10 @@ init_xpon() {
|
|||
procd_open_instance pon_msgd
|
||||
procd_set_param command bcm_msgd -c gpon
|
||||
procd_close_instance
|
||||
|
||||
procd_open_instance pon_daemon
|
||||
procd_set_param command omcid start -n
|
||||
procd_set_param respawn
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
|
|
@ -26,4 +28,3 @@ deinit_xpon() {
|
|||
# if ANI is disabled or stopped (go to O1)
|
||||
gponctl stop
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue