commit | 9f1cea1d207f38d04587695bb67df5933d8b3181 | [log] [tgz] |
---|---|---|
author | Rajeswara Rao <ralthi@radisys.com> | Tue Oct 10 18:25:29 2017 +0530 |
committer | Kim Kempf <kim.kempf@radisys.com> | Wed Oct 11 18:19:25 2017 -0700 |
tree | 76bae2d590741f40cd50eaf23b3c1d2b0608e270 | |
parent | e109db7814ac60a171b4962e8d1d33272e364ec5 [diff] [blame] |
VOL-503:asfvolt16:implement ASFVOLT16 OLT reboot operation This review depends on review request: https://gerrit.opencord.org/#/c/6304/ Change-Id: Ica1ae099f62d7279307dca77a3270ec8c659f7c8
diff --git a/src/bal_indications_hdlr.c b/src/bal_indications_hdlr.c index 8f13e88..df75a58 100755 --- a/src/bal_indications_hdlr.c +++ b/src/bal_indications_hdlr.c
@@ -132,6 +132,7 @@ BalErr *output; result = bal_ind__bal_acc_term_ind(client, NULL, &balIndCfg, &output, NULL, 0); + is_reboot = BAL_REBOOT_STATUS__BAL_OLT_UP_AFTER_ACTIVATION; } return result;