[VOL-3623] Reporting the correct SerialNumber as part of the ONUG request

Change-Id: I2041de1a046092c7b3d70cd8b9f5f57c31ace9a6
diff --git a/omci_common.go b/omci_common.go
index a140141..3fa4408 100644
--- a/omci_common.go
+++ b/omci_common.go
@@ -30,6 +30,7 @@
 }
 
 type OnuKey struct {
+	OltId int
 	IntfId, OnuId uint32
 }
 
@@ -56,7 +57,7 @@
 
 	case ONUG:
 		pos := uint(11)
-		pkt, _ = GetOnuGAttributes(&pos, pkt, content)
+		pkt, _ = GetOnuGAttributes(&pos, pkt, content, key)
 		return pkt
 
 	case ONU2G: