[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)
diff --git a/internal/common/options.go b/internal/common/options.go
index b529321..527940f 100644
--- a/internal/common/options.go
+++ b/internal/common/options.go
@@ -134,7 +134,7 @@
return -1, fmt.Errorf("%s-is-not-a-valid-pon-technology", s)
}
-//Constants for default allocation ranges
+// Constants for default allocation ranges
const (
defaultOnuIdStart = 1
defaultAllocIdStart = 1024