Change some properties name in SOL Dbus

Change some properties name in SOL dbus interface to make the meaning
of the properties more clearly.

Change-Id: I11dae890c23dee0462708ae467db95a56bb00061
Signed-off-by: Cheng C Yang <cheng.c.yang@linux.intel.com>
diff --git a/xyz/openbmc_project/Ipmi/SOL.interface.yaml b/xyz/openbmc_project/Ipmi/SOL.interface.yaml
index 94db59f..96c8c87 100644
--- a/xyz/openbmc_project/Ipmi/SOL.interface.yaml
+++ b/xyz/openbmc_project/Ipmi/SOL.interface.yaml
@@ -2,8 +2,8 @@
     SOL properties use for Get/Set SOL config parameter command in host-ipmid
     sending config to SOL process in net-ipmid.
     Since some platforms need to access Get/Set SOL config parameter command
-    through KCS, and current sol manager is implemented in net-ipmid and
-    cannot be accessed by host-ipmid, add a dbus interface for host-ipmid
+    through KCS, and current SOL manager is implemented in net-ipmid and
+    cannot be accessed by host-ipmid, add a D-Bus interface for host-ipmid
     command to transfer properties to net-ipmid.
     This interface will be implemented in phosphor-settings.
 properties:
@@ -17,12 +17,20 @@
       description: >
         SOL Enable property, this controls whether the SOL payload type
         can be activated.
-    - name: Authentication
+    - name: ForceEncryption
+      type: boolean
+      description: >
+        If SOL enable Force Payload Encryption.
+    - name: ForceAuthentication
+      type: boolean
+      description: >
+        If SOL enable Force Payload Authentication
+    - name: Privilege
       type: byte
       description: >
-        If SOL enable Force Payload Encryption and Authenticaton.
-        And the minimun operating privilege level SOL required.
-    - name: Accumulate
+        Sets the minimum operating privilege level that is required to
+        be able to activate SOL by Activate Payload command.
+    - name: AccumulateIntervalMS
       type: byte
       description: >
         Character Accumulate Interval in 5ms increments.
@@ -31,13 +39,14 @@
       type: byte
       description: >
         BMC will automatically send an SOL character data packet containing
-        this number of characters.
+        this number of characters as soon as this number of characters
+        (or greater) has been accepted from the baseboard serial controller.
     - name: RetryCount
       type: byte
       description: >
         Packet will be dropped if no ACK/NACK received by time retries
         expire.
-    - name: RetryInterval
+    - name: RetryIntervalMS
       type: byte
       description: >
         Retry Interval in 10ms increments.