From 358a132018dfc2b8ba86595ddcaa253dc9114bf4 Mon Sep 17 00:00:00 2001 From: ming-hsien Date: Tue, 20 Aug 2024 09:05:48 +0000 Subject: [PATCH] fix: Missing ambrQER QFI setting --- internal/context/datapath.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/context/datapath.go b/internal/context/datapath.go index 2e5049e9..3b540813 100644 --- a/internal/context/datapath.go +++ b/internal/context/datapath.go @@ -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,