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

  1. stream_index: integer, indicating the stream for which the LLR desire is being set.

Parameters

  1. type: byte, Indicates the type of frame. Default value is LLR_INELIGIBLE.

    • UNKNOWN = 0: Unknown

    • LLR_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