Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Dec 3, 2024
1 parent 9b6d340 commit 8a10083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/app/pdu_session.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ func (p *PduSessions) N2EstablishmentResponse(c *gin.Context) {

err := p.pfcp.CreateSession(ps.UeInfo.Addr, psStruct.UplinkTeid, psStruct.DownlinkTeid, psStruct.Upf, psStruct.Gnb, ps.UeInfo.Header.Dnn)
if err != nil {
logrus.WithError(err).Error("Could not configure PDR/FAR in UPF")
c.JSON(http.StatusInternalServerError, jsonapi.MessageWithError{Message: "could not configure PDR/FAR in UPF", Error: err})
return
}
Expand Down

0 comments on commit 8a10083

Please sign in to comment.