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

  1. llr_init_cnt: long, The number of Tx LLR_INIT CtlOS transmitted.

  2. llr_init_echo_cnt: long, The number of Tx LLR_INIT_ECHO CtlOS transmitted.

  3. llr_ack_cnt: long, The number of Tx LLR_ACK CtlOS transmitted.

  4. llr_nack_cnt: long, The number of Tx LLR_NACK CtlOS transmitted.

  5. llr_init_seq: hex3, The init_seq (20 bits) of the most recently transmitted LLR_INIT CtlOS.

  6. llr_init_data: hex2, The init_data (16 bits) of the most recently transmitted LLR_INIT CtlOS.

  7. llr_init_echo_seq: hex3, The init_seq (20 bits) of the most recently transmitted LLR_INIT_ECHO CtlOS.

  8. 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