Skip to content

Commit

Permalink
fix: Missing ambrQER QFI setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ming-hsien committed Aug 20, 2024
1 parent 4967125 commit 358a132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/context/datapath.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ func (dataPath *DataPath) ActivateTunnelAndPDR(smContext *SMContext, precedence
logger.PduSessLog.Errorln("Cannot get the unit of DLMBR, please check the settings in web console")
return
}
newQER.QFI.QFI = sessionRule.DefQosQFI
newQER.GateStatus = &pfcpType.GateStatus{
ULGate: pfcpType.GateOpen,
DLGate: pfcpType.GateOpen,
Expand Down

0 comments on commit 358a132

Please sign in to comment.