[VOL-3832] Reporting correct EntityIDs dirung the MIB Upload process

Change-Id: I8e3e8998abc0d495495c1699aa17fa582241ec32
diff --git a/internal/common/omci/get.go b/internal/common/omci/get.go
index 67ce88f..25ba8ed 100644
--- a/internal/common/omci/get.go
+++ b/internal/common/omci/get.go
@@ -108,7 +108,7 @@
 		EntityID: entityID,
 		Attributes: me.AttributeValueMap{
 			"ManagedEntityId": entityID,
-			"EquipmentId":     toOctets("BBSM", 20),
+			"EquipmentId":     toOctets("12345123451234512345", 20),
 			"OpticalNetworkUnitManagementAndControlChannelOmccVersion": 180,
 			"VendorProductCode":                           0,
 			"SecurityCapability":                          1,
@@ -198,7 +198,7 @@
 		},
 		Attributes: me.AttributeValueMap{
 			"ManagedEntityId": 0,
-			"Version":         toOctets("v0.0.1", 14),
+			"Version":         toOctets("00000000000001", 14),
 			"IsCommitted":     1,
 			"IsActive":        1,
 			"IsValid":         1,