transfer UniPort OperState only for first Uni Port

Change-Id: I1c6298dd80befefa51f755c66532e08ae76c29a8
Signed-off-by: Holger Hildebrandt <holger.hildebrandt@adtran.com>
diff --git a/internal/pkg/onuadaptercore/platform.go b/internal/pkg/onuadaptercore/platform.go
index 8edf4d1..2aef6e1 100644
--- a/internal/pkg/onuadaptercore/platform.go
+++ b/internal/pkg/onuadaptercore/platform.go
@@ -120,6 +120,11 @@
 	maxNniPortNum = ((1 << (bitsforNNIID + 1)) - 1)
 )
 
+//Mask to indicate which possibly active ONU UNI state  is really reported to the core
+// compare python code - at the moment restrict active state to the first ONU UNI port
+// check is limited to max 16 uni ports - cmp above UNI limit!!!
+var ActiveUniPortStateUpdateMask = 0x0001
+
 //MinUpstreamPortID value
 var MinUpstreamPortID = 0xfffd