Skip to content

Commit

Permalink
fix(smf): empty NetworkInstacne value in first CreatePDR (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: free5gc-org <free5gc.org@gmail.com>
  • Loading branch information
oommcclee and free5gc-org authored Jul 27, 2021
1 parent 35de6be commit 949c94f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions context/datapath.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ func (dataPath *DataPath) ActivateTunnelAndPDR(smContext *SMContext, precedence
Ipv4Address: upIP,
Teid: curULTunnel.TEID,
},
NetworkInstance: util_3gpp.Dnn(smContext.Dnn),
UEIPAddress: &pfcpType.UEIPAddress{
V4: true,
Ipv4Address: smContext.PDUAddress.To4(),
Expand Down

0 comments on commit 949c94f

Please sign in to comment.