Skip to content

Commit

Permalink
Merge pull request #148 from lyz508/fix/default-pcc
Browse files Browse the repository at this point in the history
fix: failed to add default PCC rules to smContext
  • Loading branch information
ianchen0119 authored Feb 25, 2025
2 parents 0b60567 + 9259b81 commit 15e2ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/context/sm_context_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,11 @@ func (c *SMContext) ApplyPccRules(
return err
}

finalPccRules[id] = tgtPcc
if tgtTcID != "" {
finalTcDatas[tgtTcID] = tgtTcData
}
if tgtQosID != "" {
finalPccRules[id] = tgtPcc
finalQosDatas[tgtQosID] = tgtQosData
}
if tgtChgID != "" {
Expand Down

0 comments on commit 15e2ae1

Please sign in to comment.