VOL-3787: Added alarm notification decode/AlarmMap support
Change-Id: I05e6188c279f26cd413e23ec068ff0993e7070c1
diff --git a/generated/classsupport.go b/generated/classsupport.go
index 9cc9dc6..df47014 100644
--- a/generated/classsupport.go
+++ b/generated/classsupport.go
@@ -28,10 +28,11 @@
Ignored // OMCI supported, but underlying function is now
// The following two are specific unsupported Managed Entity Definitions
- UnsupportedManagedEntity // Unsupported ITU G.988 Class ID
- UnsupportedVendorSpecificManagedEntity // Unsupported Vendor Specific Class ID
+ UnsupportedManagedEntity // Unsupported ITU G.988 Class ID
+ UnsupportedVendorSpecificManagedEntity // Unsupported Vendor Specific Class ID
)
func (cs ClassSupport) String() string {
- return [...]string{"Unknown", "Supported", "Unsupported", "Partially Supported", "Ignored"}[cs]
+ return [...]string{"Unknown", "Supported", "Unsupported", "Partially Supported", "Ignored",
+ "Unsupported", "Vendor Specific"}[cs]
}