[VOL-5471]:Flow add/delete channel fix

Change-Id: I44f8f1a49db9138c64df4cef76bf5deba6b668bf
Signed-off-by: balaji.nagarajan <balaji.nagarajan@radisys.com>
diff --git a/internal/pkg/avcfg/omci_ani_config.go b/internal/pkg/avcfg/omci_ani_config.go
index 758c220..ac489da 100755
--- a/internal/pkg/avcfg/omci_ani_config.go
+++ b/internal/pkg/avcfg/omci_ani_config.go
@@ -151,7 +151,7 @@
 	macBPCD0ID               uint16
 	tcont0ID                 uint16
 	alloc0ID                 uint16
-	uniTpKey                 uniTP
+	uniTpKey                 UniTP
 	techProfileID            uint8
 	isCanceled               bool
 	isAwaitingResponse       bool
@@ -180,7 +180,7 @@
 		chanSet:         false,
 		tcontSetBefore:  false,
 	}
-	instFsm.uniTpKey = uniTP{uniID: apUniPort.UniID, tpID: aTechProfileID}
+	instFsm.uniTpKey = UniTP{UniID: apUniPort.UniID, TpID: aTechProfileID}
 	instFsm.waitFlowDeleteChannel = make(chan bool)
 
 	instFsm.PAdaptFsm = cmn.NewAdapterFsm(aName, instFsm.deviceID, aCommChannel)