Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for UE Enter/Exit CM-IDLE procedures (Service Request) #58

Merged
merged 5 commits into from
Jan 2, 2024

Conversation

linouxis9
Copy link
Member

@linouxis9 linouxis9 commented Jan 1, 2024

Types of changes

  • New feature (non-breaking change which adds functionality)

  • Huge new feature: Support for UE Enter/Exit CM-IDLE procedures (Service Request): Partially implements Implement enter-idle / exit-idle procedures #16.

  • Tested alongside Open5GS, to be tested with Proprietary 5GC

  • Modified test scenario

    • Added timeBeforeIdle in multi-ue scenario
  • PCAP:
    Screenshot from 2024-01-01 15-15-08
    PacketRusher - Succesful Enter-Exit CM-IDLE.zip

  • Can be tested with the following CLI: sudo ./packetrusher multi-ue -n 1 -idl 3000 --tunnel --dedicatedGnb

  • Can be tested alongside both Xn and NGAP handover with: sudo ./packetrusher multi-ue -n 1 -xnh 3000 -idl 13000 -ngh 23000 --tunnel --dedicatedGnb

  • PR depends on Add support for NGAP Handover #55, to be merged before rebasing and merging this PR

  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have read the CONTRIBUTING document.
  • Each of my commits messages include Signed-off-by: Author Name <[email protected]> to accept the DCO.

…both PDUSessionRessourceSetupRequest and creation of PDUSessionResourceSetupResponse with multiple PDU Sessions embedded

Signed-off-by: Valentin <[email protected]>
Signed-off-by: Valentin <[email protected]>
Copy link
Contributor

@Raguideau Raguideau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved!
Just do not close #16 as this don't implement the Network Initiated Service Request.

@Raguideau Raguideau merged commit 10b428c into main Jan 2, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants