PEL: Add a new error when occ-control can't find PDRs

The occ-control app needs the PDRs for the OCCs in order to know when
the OCCs are available. If those PDRs are not able to be found for a
period of time, this PEL will be created for further investigation.

'''
    "0x500813BD": {
        "SRC":                  "BD8D2685",
        "Message":              "BMC firmware was not able to find the OCC sensor ID records",
        "PLID":                 "0x500813BD",
        "CreatorID":            "BMC",
        "Subsystem":            "BMC Firmware",
        "Commit Time":          "04/22/2024 17:05:58",
        "Sev":                  "Predictive Error",
        "CompID":               "bmc occ control"
    },
'''

Change-Id: Ic8167f6d06a346c6bdaa59058fcbbf4b5a63ec38
Signed-off-by: Chris Cain <cjcain@us.ibm.com>
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index a77a99a..7db4368 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -967,6 +967,37 @@
         },
 
         {
+            "Name": "org.open_power.OCC.Firmware.Error.MissingOCCSensors",
+            "Subsystem": "bmc_firmware",
+            "ComponentID": "0x2600",
+
+            "SRC": {
+                "ReasonCode": "0x2685",
+                "Words6To9": {}
+            },
+
+            "Callouts": [
+                {
+                    "CalloutList": [
+                        { "Priority": "medium", "Procedure": "BMC0001" }
+                    ]
+                }
+            ],
+
+            "Documentation": {
+                "Description": "OCC PDR records not found",
+                "Message": "BMC firmware was not able to find the OCC sensor ID records",
+                "Notes": [
+                    "The OCC sensor ID records for the OCCs were not found which will prevent the BMC from ",
+                    "communicating with the OCCs. Firmware will continue to try searching for the records."
+                ]
+            },
+            "JournalCapture": {
+                "NumLines": 40
+            }
+        },
+
+        {
             "Name": "org.open_power.HardwareIsolation.Error",
             "Subsystem": "cec_hardware",
             "ComponentID": "0x3100",