Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openairinterface5G openairinterface5G
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 66
    • Issues 66
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 48
    • Merge requests 48
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • oaioai
  • openairinterface5Gopenairinterface5G
  • Merge requests
  • !1736

OAI UE Security Mode Complete bug

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mikel Irazabal requested to merge ue_security_mode_complete_nea_bug into develop Oct 04, 2022
  • Overview 15
  • Commits 1
  • Pipelines 0
  • Changes 4
+  // 3GPP TS 38.331 (RRC) version 15.3 
+  // Section 5.3.4.3 Reception of the SecurityModeCommand by the UE 
+  // The UE needs to send the Security Mode Complete message. However, the message 
+  // needs to be sent without being ciphered. 
+  // However:
+  // 1- The Security Mode Command arrives to the UE with the cipher algo (e.g., nea2).
+  // 2- The UE is configured with the cipher algo.
+  // 3- The Security Mode Complete message is sent to the itti task queue.
+  // 4- The ITTI task, forwards the message ciphering (e.g., nea2) it. 
+  // 5- The gNB cannot understand the ciphered Security Mode Complete message.
Edited Oct 13, 2022 by Robert Schmidt
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ue_security_mode_complete_nea_bug