[VOL-5105] - Add Mapping label port for dmi transceiver

[VOL-5108] - bbsim test failure debugging

Change-Id: I12b85029565c45b7fc27a02847629ffd2fb98ca5
diff --git a/internal/common/omci/omci_base.go b/internal/common/omci/omci_base.go
index 482025a..7667269 100644
--- a/internal/common/omci/omci_base.go
+++ b/internal/common/omci/omci_base.go
@@ -91,7 +91,7 @@
 	return p
 }
 
-//HexEncode convert binary to hex
+// HexEncode convert binary to hex
 func HexEncode(omciPkt []byte) ([]byte, error) {
 	dst := make([]byte, hex.EncodedLen(len(omciPkt)))
 	hex.Encode(dst, omciPkt)