pldm: Change Container IDs of Sensors and Effecters

This commit adds change to the container IDs of few PDRs
which had 0 as container ID in the current PDR repository.

Signed-off-by: Sagar Srinivas <sagar.srinivas@ibm.com>
Change-Id: Ia390054580b14bde736a3360fe029fd767da227f
diff --git a/oem/ibm/libpldmresponder/oem_ibm_handler.cpp b/oem/ibm/libpldmresponder/oem_ibm_handler.cpp
index a9cf1a4..9619bc8 100644
--- a/oem/ibm/libpldmresponder/oem_ibm_handler.cpp
+++ b/oem/ibm/libpldmresponder/oem_ibm_handler.cpp
@@ -176,7 +176,7 @@
     pdr->effecter_id = platformHandler->getNextEffecterId();
     pdr->entity_type = entityType;
     pdr->entity_instance = entityInstance;
-    pdr->container_id = 0;
+    pdr->container_id = 1;
     pdr->effecter_semantic_id = 0;
     pdr->effecter_init = PLDM_NO_INIT;
     pdr->has_description_pdr = false;
@@ -227,7 +227,7 @@
     pdr->sensor_id = platformHandler->getNextSensorId();
     pdr->entity_type = entityType;
     pdr->entity_instance = entityInstance;
-    pdr->container_id = 0;
+    pdr->container_id = 1;
     pdr->sensor_init = PLDM_NO_INIT;
     pdr->sensor_auxiliary_names_pdr = false;
     pdr->composite_sensor_count = 1;