P_UE_CTLOS_CLEAR

code: 1020

# set
<module-index>/<port-index> P_UE_CTLOS_CLEAR <direction>

Description

Clear UE CtlOS counters in the specified direction(s).

Actions

set

Parameters

  1. direction: byte, bitmask, direction of the counters to clear.

    • NONE = 0: no counter will be cleared.

    • RX = 1: clear all Rx UE CtlOS counters.

    • TX = 2: clear all Tx UE CtlOS counters.

    • ALL = 3: clear all Rx and Tx UE CtlOS counters.

Example

# set
input:  0/1 P_UE_CTLOS_CLEAR TX
output: <OK>