P_UE_LLR_INIT_ECHO

code: 1018

# set
<module-index>/<port-index> P_UE_LLR_INIT_ECHO <init_seq_mode> <init_seq> <init_data_mode> <init_data>


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

Description

Configures the parameters of the LLR_INIT_ECHO CtlOS.

Actions

set, get

Parameters

  1. init_seq_mode: byte, A configuration indicating the mode for the initial sequence number for LLR_INIT_ECHO CtlOS.

    • Allowed values:

      • NONE = 0: (Only used by XM3 to handle unknown scenarios)

      • FROM_LLR_INIT = 1: Use the value of init_seq as the initial sequence number for LLR_INIT_ECHO CtlOS.

      • USE_MANUAL = 2: Use a manually configured initial sequence number for LLR_INIT_ECHO CtlOS, which is specified by the init_seq parameter.

    • Default value: FROM_LLR_INIT.

  2. init_seq: hex3, A configuration indicating the initial sequence number for LLR_INIT_ECHO CtlOS. Length is 20 bits. If init_seq_mode is set to FROM_LLR_INIT, then this field is ignored and the initial sequence number for LLR_INIT_ECHO CtlOS will be the same as the initial sequence number for LLR_INIT CtlOS.

    • Default value: 0x000000.

  3. init_data_mode: byte, A configuration indicating the mode for the initial data for LLR_INIT_ECHO CtlOS.

    • Allowed values:

      • NONE = 0: (Only used by XM3 to handle unknown scenarios)

      • FROM_LLR_INIT = 1: Use the value of init_data as the initial data for LLR_INIT_ECHO CtlOS.

      • USE_MANUAL = 2: Use a manually configured initial data for LLR_INIT_ECHO CtlOS, which is specified by the init_data parameter.

    • Default value: FROM_LLR_INIT.

  4. init_data: hex2, A configuration indicating the initial data for LLR_INIT_ECHO CtlOS. Length is 16 bits. If init_data_mode is set to FROM_LLR_INIT, then this field is ignored and the initial data for LLR_INIT_ECHO CtlOS will be the same as the initial data for LLR_INIT CtlOS.

    • Default value: 0x0000.

Example

# set
input:  0/1 P_UE_LLR_INIT_ECHO USE_LLR_INIT_SEQ 0x8A72C USE_LLR_INIT_SEQ 0x1234
output: <OK>

# get
input:  0/1 P_UE_LLR_INIT_ECHO ?
output: 0/1 P_UE_LLR_INIT_ECHO USE_LLR_INIT_SEQ 0x8A72C USE_LLR_INIT_SEQ 0x1234