[VOL-5409]:Reconcilation of the ONTs fail due to MIB upload success status is not communicated during creation of MIB instance at cache from Template.

Change-Id: I4fc9838bbfa73a414dc8505745ab5e25d9e3c958
Signed-off-by: pnalmas <praneeth.nalmas@radisys.com>
diff --git a/internal/pkg/mib/mib_sync.go b/internal/pkg/mib/mib_sync.go
index 39a9584..b15f9ec 100755
--- a/internal/pkg/mib/mib_sync.go
+++ b/internal/pkg/mib/mib_sync.go
@@ -348,6 +348,7 @@
 		if err == nil && Value != nil {
 			logger.Infow(ctx, "No Common MIB DB instance  exist , creating from Template", log.Fields{"device-id": oo.deviceID, "mibTemplatePath": oo.mibTemplatePath})
 			oo.processMibTemplate(ctx, Value)
+			fsmMsg = cmn.LoadMibTemplateOk
 		} else {
 			logger.Infow(ctx, "Neither  Common MIB  DB  Instance nor MIB template exist for this type of ONT", log.Fields{"device-id": oo.deviceID, "mibTemplatePath": oo.mibTemplatePath})
 			oo.pOpenOnuAc.LockMutexMibTemplateGenerated()