Get Received Pdus Timestamp
Gets a list of Timestamp from the received pdus with a specific pdu_id
.
Arguments Description
channel_name (str): tunnel name.
pdu_id (int): pdu identifier.
- reset (bool): Flag to allow reseting the message queue AFTER getting the received pdus if True.
Defaults to True.
Returns
list[timestamp]: List of all received Npdu Timestamp if the tunnel configured
Example
Get Received Pdus Timestamp ${channel_name} ${pdu_id} ${True}
Note
The tunnel should be already configured.