P_UE_CTLOS_TX_STATS

code: 1011

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

Description

CtlOS Tx statistics, including counters of all UE CtlOS message type values.

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: hex6, The sequence number of the most recently transmitted LLR_INIT CtlOS.

  6. llr_init_data: hex4, The data of the most recently transmitted LLR_INIT CtlOS.

  7. llr_init_echo_seq: hex6, The sequence number of the most recently transmitted LLR_INIT_ECHO CtlOS.

  8. llr_init_echo_data: hex4, The data 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 0x08A72C 0x4DE1 0x08A72C 0x4DE1