Change the capability values to match bmc capabilities.

Update the capability values for following
Serial TMODE Available - No
Out-Of-Band Secondary (second) LAN Channel Available - No
Mandatory Primary LAN OOB Support (RMCP+ Support Only)
Channel Number - 1

resolves openbmc/openbmc#2884

Change-Id: I24a58a6323a534acdd41b0dd59d746b3927301a2
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
diff --git a/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_cap.json b/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_cap.json
index 0f3dc33..2d88320 100644
--- a/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_cap.json
+++ b/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_cap.json
@@ -1,7 +1,7 @@
 {
     "PowerManagement": 1,
-    "OOBSecondaryLan": 1,
-    "SerialTMODE": 1,
+    "OOBSecondaryLan": 0,
+    "SerialTMODE": 0,
     "InBandSystemInterfaceChannel": 1,
     "SELAutoRollOver": 1,
     "FlushEntireSELUponRollOver": 0,
@@ -11,7 +11,7 @@
     "PowerMgmtDeviceSlaveAddress": 0,
     "BMCChannelNumber": 0,
     "DeviceRivision": 0,
-    "MandatoryPrimaryLanOOBSupport": 255,
+    "MandatoryPrimaryLanOOBSupport": 1,
     "OptionalSecondaryLanOOBSupport": 255,
     "OptionalSerialOOBMTMODECapability": 255
 }