Skip to content

Commit

Permalink
Merge pull request #118 from ming-hsien/fix/ambrqer_qfi_err
Browse files Browse the repository at this point in the history
fix: Missing ambrQER QFI setting
  • Loading branch information
ianchen0119 authored Aug 21, 2024
2 parents 4967125 + 358a132 commit ed09202
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 ed09202

Please sign in to comment.