HewlettPackard / HewlettPackard/PacketRusher
[BUG] PacketRusher does not always handle received messages in order
- Dominant language
- Go
- Stars
- 193
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
**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:

Contributor guide
Research direction
Start by tracing how PacketRusher handles received UEContextRelease and DownlinkNASTransport messages, then reproduce the ordering shown in the issue. Done means received messages are handled in the expected order so the NAS message can still reach the UE.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100