Describe the bug
PacketRusher does not always handle received messages in order.
Eg: UEContextRelease will be handled before the DownlinkNASTransport, so context / communication with UE will be freed and we'll unable to pass down the NAS message to UE.
Expected order:

Handled order:

Describe the bug
PacketRusher does not always handle received messages in order.
Eg: UEContextRelease will be handled before the DownlinkNASTransport, so context / communication with UE will be freed and we'll unable to pass down the NAS message to UE.
Expected order:


Handled order: