Skip to content

Commit

Permalink
Update pfcpiface/session_pdr.go
Browse files Browse the repository at this point in the history
Co-authored-by: gab-arrobo <[email protected]>
  • Loading branch information
gruyaume and gab-arrobo authored Nov 15, 2024
1 parent d3fdef2 commit 28cdb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pfcpiface/session_pdr.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func addPdrInfo(msg *message.SessionEstablishmentResponse, pdrs []pdr) {
for _, pdr := range pdrs {
logger.PfcpLog.Infoln("pdrID:", pdr.pdrID)
if pdr.UPAllocateFteid {
logger.PfcpLog.Infoln("Adding PDR with tunnel TEID:", pdr.tunnelTEID)
logger.PfcpLog.Infoln("adding PDR with tunnel TEID:", pdr.tunnelTEID)
msg.CreatedPDR = append(msg.CreatedPDR,
ie.NewCreatedPDR(
ie.NewPDRID(uint16(pdr.pdrID)),
Expand Down

0 comments on commit 28cdb13

Please sign in to comment.