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
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 ofinit_seqas 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 theinit_seqparameter.
Default value:
FROM_LLR_INIT.
init_seq: hex3, A configuration indicating the initial sequence number for LLR_INIT_ECHO CtlOS. Length is 20 bits. Ifinit_seq_modeis set toFROM_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.
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 ofinit_dataas 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 theinit_dataparameter.
Default value:
FROM_LLR_INIT.
init_data: hex2, A configuration indicating the initial data for LLR_INIT_ECHO CtlOS. Length is 16 bits. Ifinit_data_modeis set toFROM_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