VOL-4337: Code upgrade for 3/2020 G.988 support and remaining Extended Message Set support
Change-Id: I6c5e1a167216ad9b51e9da89460e9909465ae1bc
diff --git a/generated/iphostperformancemonitoringhistorydata.go b/generated/iphostperformancemonitoringhistorydata.go
index 75d6f68..0622bf5 100644
--- a/generated/iphostperformancemonitoringhistorydata.go
+++ b/generated/iphostperformancemonitoringhistorydata.go
@@ -27,11 +27,11 @@
// IpHostPerformanceMonitoringHistoryDataClassID is the 16-bit ID for the OMCI
// Managed entity IP host performance monitoring history data
-const IpHostPerformanceMonitoringHistoryDataClassID ClassID = ClassID(135)
+const IpHostPerformanceMonitoringHistoryDataClassID = ClassID(135) // 0x0087
var iphostperformancemonitoringhistorydataBME *ManagedEntityDefinition
-// IpHostPerformanceMonitoringHistoryData (class ID #135)
+// IpHostPerformanceMonitoringHistoryData (Class ID: #135 / 0x0087)
// This ME collects PM data related to an IP host. Instances of this ME are created and deleted by
// the OLT.
//
@@ -43,13 +43,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 IP host configuration data or
-// IPv6 host configuration data ME. (R, set-by-create) (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 IP host configuration data or IPv6 host configuration
+// data ME. (R, set-by-create) (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
@@ -57,26 +56,26 @@
// data 2 ME is optional. (R,-W, set-by-create) (mandatory) (2-bytes)
//
// Icmp Errors
-// ICMP errors: This attribute counts ICMP errors received. (R) (mandatory) (4-bytes)
+// This attribute counts ICMP errors received. (R) (mandatory) (4-bytes)
//
// Dns Errors
-// DNS errors: This attribute counts DNS errors received. (R) (mandatory) (4-bytes)
+// This attribute counts DNS errors received. (R) (mandatory) (4-bytes)
//
// Dhcp Timeouts
-// DHCP timeouts: This attribute counts DHCP timeouts. (R) (optional) (2 bytes)
+// This attribute counts DHCP timeouts. (R) (optional) (2 bytes)
//
// Ip Address Conflict
-// IP address conflict: This attribute is incremented whenever the ONU detects a conflicting IP
-// address on the network. A conflicting IP address is one that has the same value as the one
-// currently assigned to the ONU. (R) (optional) (2 bytes)
+// This attribute is incremented whenever the ONU detects a conflicting IP address on the network.
+// A conflicting IP address is one that has the same value as the one currently assigned to the
+// ONU. (R) (optional) (2 bytes)
//
// Out Of Memory
-// Out of memory: This attribute is incremented whenever the ONU encounters an out of memory
-// condition in the IP stack. (R) (optional) (2 bytes)
+// This attribute is incremented whenever the ONU encounters an out of memory condition in the IP
+// stack. (R) (optional) (2 bytes)
//
// Internal Error
-// Internal error: This attribute is incremented whenever the ONU encounters an internal error
-// condition such as a driver interface failure in the IP stack. (R) (optional) (2-bytes)
+// This attribute is incremented whenever the ONU encounters an internal error condition such as a
+// driver interface failure in the IP stack. (R) (optional) (2-bytes)
//
type IpHostPerformanceMonitoringHistoryData struct {
ManagedEntityDefinition