P_UE_LLR_INIT

code: 1017

# set
<module-index>/<port-index> P_UE_LLR_INIT <init_seq> <init_data> <min_spacing_multiplier>


# get
<module-index>/<port-index> P_UE_LLR_INIT ?

Description

Configures the LLR_INIT CtlOS parameters.

Actions

set, get

Parameters

  1. init_seq: hex3, A configuration indicating the initial sequence number for LLR_INIT CtlOS. The variable is 3-byte long, large enought to hold the 20-bit sequence number.

    • Default value: 0x000000.

  2. init_data: hex2, A configuration indicating the initial data for LLR_INIT CtlOS. Length is 16 bits (2 bytes).

    • Default value: 0x0000.

  3. min_spacing_multiplier: integer, A configuration indicating the minimum multiplier of the number of bytes between transmission of successive LLR_INIT CtlOS.

    • Default value: 4. ‘

    • Allowed range: 1 to 256.

    • Minimum compliant value: 4.

    Attention

    min_spacing_multiplier is not yet available for setting.

Example

# set
input:  0/1 P_UE_LLR_INIT 0x8A72C 0x1234 4
output: <OK>

# get
input:  0/1 P_UE_LLR_INIT ?
output: 0/1 P_UE_LLR_INIT 0x8A72C 0x1234 4