summaryrefslogtreecommitdiffstats
path: root/src/occ_405/occ_service_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/occ_service_codes.h')
-rw-r--r--src/occ_405/occ_service_codes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/occ_405/occ_service_codes.h b/src/occ_405/occ_service_codes.h
index 83b1ed0..1ab791b 100644
--- a/src/occ_405/occ_service_codes.h
+++ b/src/occ_405/occ_service_codes.h
@@ -122,9 +122,8 @@ enum occReasonCode
WOF_VFRT_REQ_FAILURE = 0xD8,
INVALID_MAGIC_NUMBER = 0xDA,
-
DIVIDE_BY_ZERO_ERROR = 0xDB,
-
+ INVALID_FREQUENCY = 0xDC,
/// Success!
OCC_SUCCESS_REASON_CODE = 0xFF,
@@ -243,6 +242,7 @@ enum occExtReasonCode
ERC_PGPE_PPMR_OPPB_SIZE_MISMATCH = 0x00B8,
ERC_PGPE_ACTIVE_TO_OBSERVATION_TIMEOUT = 0x00B9,
ERC_PGPE_TASK_TIMEOUT = 0x00BA,
+ ERC_PGPE_INVALID_ADDRESS = 0x00BB,
ERC_WOF_QUAD_COUNT_FAILURE = 0x00C0,
OpenPOWER on IntegriCloud