PS_UE_LLR_DESIRE
code: 1027
# set
<module-index>/<port-index> PS_UE_LLR_DESIRE [<stream_index>] <type>
# get
<module-index>/<port-index> PS_UE_LLR_DESIRE ?
Description
Indicates the desire for the frame to be sent as LLR-eligible.
Actions
set, get
Indices
stream_index: integer, indicating the stream for which the LLR desire is being set.
Parameters
type: byte, Indicates the type of frame. Default value isLLR_INELIGIBLE.UNKNOWN = 0: UnknownLLR_INELIGIBLE = 1: Desire for the frame to be sent as LLR-ineligible.LLR_ELIGIBLE = 2: Desire for the frame to be sent as LLR-eligible.
Example
# set
input: 0/1 PS_UE_LLR_DESIRE [0] LLR_ELIGIBLE
output: <OK>
# get
input: 0/1 PS_UE_LLR_DESIRE ?
output: 0/1 PS_UE_LLR_DESIRE [0] LLR_ELIGIBLE