1description: > 2 SOL properties use for Get/Set SOL config parameter command in host-ipmid 3 sending config to SOL process in net-ipmid. Since some platforms need to 4 access Get/Set SOL config parameter command through KCS, and current SOL 5 manager is implemented in net-ipmid and cannot be accessed by host-ipmid, 6 add a D-Bus interface for host-ipmid command to transfer properties to 7 net-ipmid. This interface will be implemented in phosphor-settings. 8properties: 9 - name: Progress 10 type: byte 11 description: > 12 Set In Progress property, indicate when any parameters are being 13 updated. 14 - name: Enable 15 type: boolean 16 description: > 17 SOL Enable property, this controls whether the SOL payload type can be 18 activated. 19 - name: ForceEncryption 20 type: boolean 21 description: > 22 If SOL enable Force Payload Encryption. 23 - name: ForceAuthentication 24 type: boolean 25 description: > 26 If SOL enable Force Payload Authentication 27 - name: Privilege 28 type: byte 29 description: > 30 Sets the minimum operating privilege level that is required to be able 31 to activate SOL by Activate Payload command. 32 - name: AccumulateIntervalMS 33 type: byte 34 description: > 35 Character Accumulate Interval in 5ms increments. BMC will wait this 36 time before transmitting a packet. 37 - name: Threshold 38 type: byte 39 description: > 40 BMC will automatically send an SOL character data packet containing 41 this number of characters as soon as this number of characters (or 42 greater) has been accepted from the baseboard serial controller. 43 - name: RetryCount 44 type: byte 45 description: > 46 Packet will be dropped if no ACK/NACK received by time retries expire. 47 - name: RetryIntervalMS 48 type: byte 49 description: > 50 Retry Interval in 10ms increments. 51