HewlettPackard / PacketRusher

High performance 5G UE/gNB Simulator and CP/UP load tester.
Apache License 2.0
108 stars 25 forks source link

[BUG] PacketRusher does not always handle received messages in order #102

Open linouxis9 opened 6 months ago

linouxis9 commented 6 months ago

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: image Handled order: image