Skip to content

Commit

Permalink
Merge pull request #45 from ian-cs12-NYCU/fix/session-est-rsp
Browse files Browse the repository at this point in the history
debug: add Created PDR in PFCP Session Establishment Response
  • Loading branch information
ianchen0119 committed Apr 10, 2024
2 parents 4a89dd2 + 18204e3 commit edee1ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pfcp/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func (s *PfcpServer) handleSessionEstablishmentRequest(
newIeNodeID(s.nodeID),
ie.NewCause(ie.CauseRequestAccepted),
ie.NewFSEID(sess.LocalID, v4, v6),
ie.NewCreatePDR(req.CreatePDR...),
)

err = s.sendRspTo(rsp, addr)
Expand Down

0 comments on commit edee1ce

Please sign in to comment.