Skip to content

Commit

Permalink
No NodeID required in PFCP Session Modification
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Dec 13, 2024
1 parent 2767b63 commit 4d6f571
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pfcp/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ func (s *PFCPSession) AddUpdatePDRsFARs(createpdrs api.PDRMapInterface, createfa
return fmt.Errorf("Local PFCP entity is not a CP or a UP function")
}
ies := make([]*ie.IE, 0)
ies = append(ies, s.association.LocalEntity().NodeID())
ies = append(ies, s.localFseid)
ies = append(ies, createpdrs.IntoCreatePDR()...)
ies = append(ies, updatepdrs.IntoUpdatePDR()...)
Expand Down

0 comments on commit 4d6f571

Please sign in to comment.