Skip to content

Commit

Permalink
Merge pull request #149 from lyz508/chore/fixme-note
Browse files Browse the repository at this point in the history
chore: add note about redundent URR problem
  • Loading branch information
ianchen0119 authored Feb 25, 2025
2 parents 15e2ae1 + dd0e77e commit 9ab42f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/context/sm_context_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ func (c *SMContext) ApplyPccRules(
}
// For PCC rule that is for Pdu session level charging, add the created session rules to all other flow
// so that all volume in the Pdu session could be recorded and charged for the Pdu session
// FIX ME: This function may add URR which is unrelated to certain UpNode, e.g. TI online charging
c.addPduLevelChargingRuleToFlow(finalPccRules)

c.PCCRules = finalPccRules
Expand Down

0 comments on commit 9ab42f1

Please sign in to comment.