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 67
    • Issues 67
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 57
    • Merge requests 57
  • 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
  • !1848

Remove old RNTI at MAC layer when Msg3 RRCSetupRequest carries ng-5G-S-TMSI-Part1

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Luis Pereira requested to merge NR_MAC_Remove_UE_when_Msg3_TMSI into develop Dec 05, 2022
  • Overview 16
  • Commits 2
  • Pipelines 0
  • Changes 1

Currently, OAI CN5G raises an error when it receives a TMSI (instead of a random value) on the Initial Access, and does not reply to the gNB:

[2022-12-05T15:51:48.237594] [AMF] [amf_n1 ] [error] No Security Context found

So, we need to remove old RNTI at MAC layer when Msg3 RRCSetupRequest carries ng-5G-S-TMSI-Part1, otherwise the gNB will become full of UEs (COTS UE triggers new RA periodically)

For now, we are removing the UEs from RRC at MAC the same way as it is done in other places in the same source file. A proper F1 implementation to remove the UEs from RRC at MAC will come later.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: NR_MAC_Remove_UE_when_Msg3_TMSI