[VOL-5374] go version upgrade to 1.23.1 and few other package versions upgrade
Signed-off-by: akashreddyk <akash.kankanala@radisys.com>
Change-Id: I50531e8febdc00b335ebbe5a4b1099fc3bf6d5b4
diff --git a/internal/pkg/swupg/onu_image_status.go b/internal/pkg/swupg/onu_image_status.go
index 4423e2c..e432c58 100755
--- a/internal/pkg/swupg/onu_image_status.go
+++ b/internal/pkg/swupg/onu_image_status.go
@@ -33,16 +33,16 @@
// OnuImageStatus implements methods to get status info of onu images
type OnuImageStatus struct {
- deviceID string
pDeviceHandler cmn.IdeviceHandler
pDevEntry cmn.IonuDeviceEntry
pOmciCC *cmn.OmciCC
requestedAttributes me.AttributeValueMap
- mutexWaitingForResp sync.RWMutex
- waitingForResp bool
respChannel chan cmn.Message
- mutexPLastTxMeInstance sync.RWMutex
pLastTxMeInstance *me.ManagedEntity
+ deviceID string
+ mutexWaitingForResp sync.RWMutex
+ mutexPLastTxMeInstance sync.RWMutex
+ waitingForResp bool
isExtendedOmci bool
}