Update the medium type & protocol for channel 0xf

According to the IPMI,channel 0xf,medium should be
system-interface and protocol should be kcs.

Tested:
get channelInfo command should provide proper medium and protocol.
Req: ipmitool raw 0x6 0x42 0xf
Res: 0f <0c> <05> 00 f2 1b 0 0 0

Signed-off-by: Suryakanth Sekar <suryakanth.sekar@linux.intel.com>
Change-Id: I7e36bfc85c99136d84535fc115e20f0898ce4095
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json b/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json
index cf8b6ee..e9e981b 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json
@@ -169,8 +169,8 @@
     "is_valid" : true,
     "active_sessions" : 0,
     "channel_info" : {
-      "medium_type" : "ipmb",
-      "protocol_type" : "ipmb-1.0",
+      "medium_type" : "system-interface",
+      "protocol_type" : "kcs",
       "session_supported" : "session-less",
       "is_ipmi" : true
     }