VOL-4337: Code upgrade for 3/2020 G.988 support and remaining Extended Message Set support
Change-Id: I6c5e1a167216ad9b51e9da89460e9909465ae1bc
diff --git a/generated/tcpudpperformancemonitoringhistorydata.go b/generated/tcpudpperformancemonitoringhistorydata.go
index 5914ebd..fd7073b 100644
--- a/generated/tcpudpperformancemonitoringhistorydata.go
+++ b/generated/tcpudpperformancemonitoringhistorydata.go
@@ -27,11 +27,11 @@
// TcpUdpPerformanceMonitoringHistoryDataClassID is the 16-bit ID for the OMCI
// Managed entity TCP/UDP performance monitoring history data
-const TcpUdpPerformanceMonitoringHistoryDataClassID ClassID = ClassID(342)
+const TcpUdpPerformanceMonitoringHistoryDataClassID = ClassID(342) // 0x0156
var tcpudpperformancemonitoringhistorydataBME *ManagedEntityDefinition
-// TcpUdpPerformanceMonitoringHistoryData (class ID #342)
+// TcpUdpPerformanceMonitoringHistoryData (Class ID: #342 / 0x0156)
// This ME collects PM data related to a TCP or UDP port. Instances of this ME are created and
// deleted by the OLT.
//
@@ -42,13 +42,12 @@
//
// Attributes
// Managed Entity Id
-// Managed entity ID: This attribute uniquely identifies each instance of this ME. Through an
-// identical ID, this ME is implicitly linked to an instance of the TCP/UDP config data ME. (R,
-// setbycreate) (mandatory) (2-bytes)
+// This attribute uniquely identifies each instance of this ME. Through an identical ID, this ME is
+// implicitly linked to an instance of the TCP/UDP config data ME. (R, setbycreate) (mandatory)
+// (2-bytes)
//
// Interval End Time
-// Interval end time: This attribute identifies the most recently finished 15-min interval. (R)
-// (mandatory) (1-byte)
+// This attribute identifies the most recently finished 15-min interval. (R) (mandatory) (1-byte)
//
// Threshold Data 1_2 Id
// Threshold data 1/2 ID: This attribute points to an instance of the threshold data 1 ME that
@@ -56,24 +55,24 @@
// data 2 ME is optional. (R,-W, setbycreate) (mandatory) (2-bytes)
//
// Socket Failed
-// Socket failed: This attribute is incremented when an attempt to create a socket associated with
-// a port fails. (R) (mandatory) (2-bytes)
-//
-// Listen Failed
-// Listen failed: This attribute is incremented when an attempt by a service to listen for a
-// request on a port fails. (R) (mandatory) (2-bytes)
-//
-// Bind Failed
-// Bind failed: This attribute is incremented when an attempt by a service to bind to a port fails.
+// This attribute is incremented when an attempt to create a socket associated with a port fails.
// (R) (mandatory) (2-bytes)
//
-// Accept Failed
-// Accept failed: This attribute is incremented when an attempt to accept a connection on a port
+// Listen Failed
+// This attribute is incremented when an attempt by a service to listen for a request on a port
// fails. (R) (mandatory) (2-bytes)
//
+// Bind Failed
+// This attribute is incremented when an attempt by a service to bind to a port fails. (R)
+// (mandatory) (2-bytes)
+//
+// Accept Failed
+// This attribute is incremented when an attempt to accept a connection on a port fails. (R)
+// (mandatory) (2-bytes)
+//
// Select Failed
-// Select failed: This attribute is incremented when an attempt to perform a select on a group of
-// ports fails. (R) (mandatory) (2-bytes)
+// This attribute is incremented when an attempt to perform a select on a group of ports fails. (R)
+// (mandatory) (2-bytes)
//
type TcpUdpPerformanceMonitoringHistoryData struct {
ManagedEntityDefinition