Skip to content

Commit

Permalink
fix: add entry point of PCF charging
Browse files Browse the repository at this point in the history
  • Loading branch information
andy89923 committed May 7, 2024
1 parent b57bd72 commit 04cf25a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guide/Chf/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,5 @@ Charging on PDU Session is achieved by **FBC charging, with specific rating grou
- For ULCL deployment, only the data usage of the PSA-UPF will be charged (it avoids charging the same data packet twice).
- In our implementations, UPF is composed of the `go-upf` (Controller) and `gtp5g` (Executor).
- `gtp5g` sends the usage report to `go-upf` via unix socket.
- `gtp5g` is able to send multiple reports at once, which reduces the communication effort in UPF.
- `gtp5g` is able to send multiple reports at once, which reduces the communication effort in UPF.
- [PCF Charing Design](./../PCF/charging.md)
1 change: 1 addition & 0 deletions docs/guide/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ We maintain the design documents to help people started contributing to the free
- [UPF (GTP5G)](./Gtp5g/design.md)
- [UPF (PFCP)](./Upf_PFCP/design.md)
- [CHF](./Chf/design.md)
- [PCF (Charging)](./PCF/charging.md)
- [OAuth2 on SBI](./OAuth2/OAuth2Design.md)
- [Problem Details](https://github.com/free5gc/free5gc.github.io/tree/main/docs/guide/ProblemDetails)

Expand Down

0 comments on commit 04cf25a

Please sign in to comment.