P_UE_CTLOS_TX_STATS
code: 1011
# get
<module-index>/<port-index> P_UE_CTLOS_TX_STATS ?
Description
CtlOS Tx statistics, including LLR_INIT, LLR_INIT_ECHO, LLR_ACK, and LLR_NACK.
Actions
get
Parameters
llr_init_cnt: long, The number of Tx LLR_INIT CtlOS transmitted.llr_init_echo_cnt: long, The number of Tx LLR_INIT_ECHO CtlOS transmitted.llr_ack_cnt: long, The number of Tx LLR_ACK CtlOS transmitted.llr_nack_cnt: long, The number of Tx LLR_NACK CtlOS transmitted.llr_init_seq: hex3, The init_seq (20 bits) of the most recently transmitted LLR_INIT CtlOS.llr_init_data: hex2, The init_data (16 bits) of the most recently transmitted LLR_INIT CtlOS.llr_init_echo_seq: hex3, The init_seq (20 bits) of the most recently transmitted LLR_INIT_ECHO CtlOS.llr_init_echo_data: hex2, The init_data (16 bits) of the most recently transmitted LLR_INIT_ECHO CtlOS.
Example
# get
input: 0/1 P_UE_CTLOS_TX_STATS ?
output: 0/1 P_UE_CTLOS_TX_STATS 10 10 10 10 0x8A72C 0x4DE1 0x8A72C 0x4DE1