-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support setting charging rule in PCC by webconsole (#12)
* support setting charging rule in PCC by webconsole * change charging reference * update charging data collection * update pdu charging data filter * refactor: createSMPolicyProcedure * fix ci error * createSMPolicyProcedure: handle charging only when no error * fix ci error * add nil check on chargingInterface * fix: Case-insensitive in pcf_util.go * update GetSMPolicyDnnData() * fix: qfi -> qosRef * change var name: dest -> tokens * fix: rating group is not match * fix linter error * fix: port handling in IP Filter * fix: flow description's destination IP can only accept string "assigned" * if port range is 1-65535, omit port range * fix: use case-insensitive mongoapi * Use Strength = 2 (cas-insensitive) when query to MongoDB * update util's hash * add tracelog * move RatingGroupIdGenerator to pcf_context * Fix: rebase and fix linter * Fix: remove unused code --------- Co-authored-by: Roy-Hu <[email protected]> Co-authored-by: roy19991013 <[email protected]> Co-authored-by: Ian Chen <[email protected]> Co-authored-by: ianchen0119 <[email protected]> Co-authored-by: brianchennn <[email protected]> Co-authored-by: CTFang@WireLab <[email protected]>
- Loading branch information
1 parent
fcaa539
commit 55b720d
Showing
8 changed files
with
166 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters