VOL-4927: omci-lib-go: ONT-G ME alarms are not supported
Missed bump of VERSION field
Change-Id: I220941f121a53275c2c83f90b67d7e7d867ab1a0
diff --git a/VERSION b/VERSION
index c043eea..b1b25a5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.1
+2.2.2
diff --git a/generated/onu-g.go b/generated/onu-g.go
index cf259ae..55633f6 100644
--- a/generated/onu-g.go
+++ b/generated/onu-g.go
@@ -194,15 +194,33 @@
5: ByteField(OnuG_Deprecated, UnsignedIntegerAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, true, true, 5),
6: ByteField(OnuG_BatteryBackup, EnumerationAttributeType, 0x0400, 0, mapset.NewSetWith(Read, Write), false, false, false, 6),
7: ByteField(OnuG_AdministrativeState, EnumerationAttributeType, 0x0200, 0, mapset.NewSetWith(Read, Write), false, false, false, 7),
- 8: ByteField(OnuG_OperationalState, EnumerationAttributeType, 0x0100, 0, mapset.NewSetWith(Read), false, true, false, 8),
+ 8: ByteField(OnuG_OperationalState, EnumerationAttributeType, 0x0100, 0, mapset.NewSetWith(Read), true, true, false, 8),
9: ByteField(OnuG_OnuSurvivalTime, UnsignedIntegerAttributeType, 0x0080, 0, mapset.NewSetWith(Read), false, true, false, 9),
- 10: MultiByteField(OnuG_LogicalOnuId, OctetsAttributeType, 0x0040, 24, toOctets("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"), mapset.NewSetWith(Read), false, true, false, 10),
- 11: MultiByteField(OnuG_LogicalPassword, OctetsAttributeType, 0x0020, 12, toOctets("AAAAAAAAAAAAAAAA"), mapset.NewSetWith(Read), false, true, false, 11),
+ 10: MultiByteField(OnuG_LogicalOnuId, OctetsAttributeType, 0x0040, 24, toOctets("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"), mapset.NewSetWith(Read), true, true, false, 10),
+ 11: MultiByteField(OnuG_LogicalPassword, OctetsAttributeType, 0x0020, 12, toOctets("AAAAAAAAAAAAAAAA"), mapset.NewSetWith(Read), true, true, false, 11),
12: ByteField(OnuG_CredentialsStatus, EnumerationAttributeType, 0x0010, 0, mapset.NewSetWith(Read, Write), false, true, false, 12),
13: Uint16Field(OnuG_ExtendedTcLayerOptions, BitFieldAttributeType, 0x0008, 0, mapset.NewSetWith(Read), false, true, false, 13),
},
Access: CreatedByOnu,
Support: UnknownSupport,
+ Alarms: AlarmMap{
+ 0: "Equipment alarm",
+ 1: "Powering alarm",
+ 2: "Battery missing",
+ 3: "Battery failure",
+ 4: "Battery low",
+ 5: "Physical intrusion",
+ 6: "ONU self-test failure",
+ 7: "Dying gasp",
+ 8: "Temperature yellow",
+ 9: "Temperature red",
+ 10: "Voltage yellow",
+ 11: "Voltage red",
+ 12: "ONU manual power off",
+ 13: "Inv-Image",
+ 14: "PSE overload yellow",
+ 15: "PSE overload red",
+ },
}
}
diff --git a/generated/version.go b/generated/version.go
index 185e191..df6ae99 100644
--- a/generated/version.go
+++ b/generated/version.go
@@ -46,8 +46,8 @@
Versions = append(Versions,
VersionInfo{
Name: "parser",
- Version: "0.16.0",
- CreateTime: 1643293483.072271,
+ Version: "0.16.1",
+ CreateTime: 1674166144.2428687,
ItuDocName: "T-REC-G.988-202003-I!Amd3!MSW-E.docx",
SHA256: "084f5265bc090ca882fe45f6844d1ce368c218e52c77795060b7643240885469",
})
@@ -55,8 +55,8 @@
Versions = append(Versions,
VersionInfo{
Name: "pre-parser",
- Version: "0.15.12",
- CreateTime: 1628800053.665055,
+ Version: "0.16.1",
+ CreateTime: 1674166096.8488169,
ItuDocName: "T-REC-G.988-202003-I!Amd3!MSW-E.docx",
SHA256: "084f5265bc090ca882fe45f6844d1ce368c218e52c77795060b7643240885469",
})
@@ -64,8 +64,8 @@
Versions = append(Versions,
VersionInfo{
Name: "code-generator",
- Version: "0.16.0",
- CreateTime: 1643293492.5641377,
+ Version: "0.16.1",
+ CreateTime: 1674166174.5876794,
ItuDocName: "T-REC-G.988-202003-I!Amd3!MSW-E.docx",
SHA256: "084f5265bc090ca882fe45f6844d1ce368c218e52c77795060b7643240885469",
})