summaryrefslogtreecommitdiff
path: root/redfish-core/include/registries/openbmc_message_registry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/include/registries/openbmc_message_registry.hpp')
-rw-r--r--redfish-core/include/registries/openbmc_message_registry.hpp88
1 files changed, 43 insertions, 45 deletions
diff --git a/redfish-core/include/registries/openbmc_message_registry.hpp b/redfish-core/include/registries/openbmc_message_registry.hpp
index 3b57794946..7aae53fda1 100644
--- a/redfish-core/include/registries/openbmc_message_registry.hpp
+++ b/redfish-core/include/registries/openbmc_message_registry.hpp
@@ -82,6 +82,26 @@ const std::array<MessageEntry, 114> registry = {
{},
"None.",
}},
+ MessageEntry{"ChassisIntrusionDetected",
+ {
+ "Indicates that a physical security event "
+ "of the chassis intrusion has occurred.",
+ "Chassis Intrusion Detected.",
+ "Warning",
+ 0,
+ {},
+ "None.",
+ }},
+ MessageEntry{"ChassisIntrusionReset",
+ {
+ "Indicates that chassis intrusion status has recovered.",
+ "Chassis Intrusion Reset.",
+ "OK",
+ 0,
+ {},
+ "None.",
+ }},
+
MessageEntry{"CPUError",
{
"Indicates that a CPU Error occurred of "
@@ -284,7 +304,29 @@ const std::array<MessageEntry, 114> registry = {
},
"None.",
}},
-
+ MessageEntry{"LanLost",
+ {
+ "Indicates that a physical security event "
+ "of the LAN leash has lost.",
+ "%1 LAN leash lost.",
+ "Warning",
+ 1,
+ {
+ "string",
+ },
+ "None.",
+ }},
+ MessageEntry{"LanRegained",
+ {
+ "Indicates that LAN link status has reconnected.",
+ "%1 LAN leash regained.",
+ "OK",
+ 1,
+ {
+ "string",
+ },
+ "None.",
+ }},
MessageEntry{"LegacyPCIPERR",
{
"Indicates a Legacy PCI PERR.",
@@ -954,50 +996,6 @@ const std::array<MessageEntry, 114> registry = {
},
"None.",
}},
- MessageEntry{"ChassisIntrusionDetected",
- {
- "Indicates that a physical security event "
- "of the chassis intrusion has occurred.",
- "Chassis Intrusion Detected.",
- "Warning",
- 0,
- {},
- "None.",
- }},
- MessageEntry{"ChassisIntrusionReset",
- {
- "Indicates that chassis intrusion status has recovered.",
- "Chassis Intrusion Reset.",
- "OK",
- 0,
- {},
- "None.",
- }},
- MessageEntry{"LanLost",
- {
- "Indicates that a physical security event "
- "of the LAN leash has lost.",
- "%1 LAN leash lost.",
- "Warning",
- 1,
-
- {
- "string",
- },
- "None.",
- }},
- MessageEntry{"LanRegained",
- {
- "Indicates that LAN link status has reconnected.",
- "%1 LAN leash regained.",
- "OK",
- 1,
-
- {
- "string",
- },
- "None.",
- }},
MessageEntry{"PowerButtonPressed",
{
"Indicates that the power button was pressed.",