Skip to content

Commit

Permalink
Fix: resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
saileshvvr committed Jun 8, 2024
1 parent 7621131 commit 5418c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sbi/producer/pdu_session.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func HandlePDUSessionSMContextCreate(isDone <-chan struct{},

upi := smf_context.GetUserPlaneInformation()
upi.Mu.RLock()
defer upi.Mu.RUnlock()>>>>>>> main
defer upi.Mu.RUnlock()

// DNN Information from config
smContext.DNNInfo = smf_context.RetrieveDnnInformation(smContext.SNssai, smContext.Dnn)
Expand Down

0 comments on commit 5418c70

Please sign in to comment.