Skip to content

Commit

Permalink
update content
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchen0119 authored Aug 9, 2023
1 parent a7e6d21 commit cbba974
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions docs/blog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
# Blogs

## Official
- [2023/6/21: 5G SCTP LoadBalancer Using LoxiLB Applying on free5GC](https://medium.com/@ben0978327139/b5c05bb723f0)
- [2023/7/5: Use network namespace to separate the 5GC and RAN simulator](./1-free5gc-with-namespace.md)
- [2023/7/12: Time-Sensitive Networking over 5G system - Introduction (Rel-16)](./TSN.md)
- [2023/7/19: Network function UDM introduction](./UDM_introduce.md)
- [2023/7/26: How to deply free5GC network slice on OpenStack](./network_slice.md)
- [2023/8/2: Authentication Mechanism in NRF: What Is OAuth?](./20230802.md)
- [2023/8/9: Fuzz Testing in Go: Discovering Vulnerabilities and Analyzing a Real Case (CVE-2022-43677)](./fuzzing/main.md)
- [2023/8/2: Authentication Mechanism in NRF: What Is OAuth?](./20230802.md)
- [2023/7/26: How to deploy free5GC network slice on OpenStack](./network_slice.md)
- [2023/7/19: Network function UDM introduction](./UDM_introduce.md)
- [2023/7/12: Time-Sensitive Networking over 5G system - Introduction (Rel-16)](./TSN.md)
- [2023/7/5: Use network namespace to separate the 5GC and RAN simulator](./1-free5gc-with-namespace.md)
- [2023/6/21: 5G SCTP LoadBalancer Using LoxiLB Applying on free5GC](https://medium.com/@ben0978327139/b5c05bb723f0)

## External
- [Running Free5GC on Platform9 Managed Kubernetes](https://platform9.com/blog/running-free5gc-on-platform9-managed-kubernetes/)
- [Deploying 5G core network with Free5GC, Kubernetes and Helm](https://medium.com/rahasak/deploying-5g-core-network-with-free5gc-kubernets-and-helm-charts-29741cea3922)
- [Introduce to 5GC (written in traditional chinese)](https://ithelp.ithome.com.tw/users/20110850/ironman/4961)
- [Deploy eBPF-based UPF with free5GC](https://github.com/edgecomllc/eupf/blob/main/docs/install.md#how-to-deploy-eupf-with-free5gc-core)
- [free5GC 5GC & UERANSIM UE / RAN Sample Configuration - VPP-UPF with DPDK](https://github.com/s5uishida/free5gc_ueransim_vpp_upf_dpdk_sample_config)
- [free5GC 5GC & UERANSIM UE / RAN Sample Configuration - VPP-UPF with DPDK](https://github.com/s5uishida/free5gc_ueransim_vpp_upf_dpdk_sample_config){target=_blank}
- [Deploy eBPF-based UPF with free5GC](https://github.com/edgecomllc/eupf/blob/main/docs/install.md#how-to-deploy-eupf-with-free5gc-core){target=_blank}
- [Introduce to 5GC (written in traditional chinese)](https://ithelp.ithome.com.tw/users/20110850/ironman/4961){target=_blank}
- [Deploying 5G core network with Free5GC, Kubernetes and Helm](https://medium.com/rahasak/deploying-5g-core-network-with-free5gc-kubernets-and-helm-charts-29741cea3922){target=_blank}
- [Running Free5GC on Platform9 Managed Kubernetes](https://platform9.com/blog/running-free5gc-on-platform9-managed-kubernetes/){target=_blank}
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

The free5GC is an open-source project for 5th generation (5G) mobile core networks. The ultimate goal of this project is to implement the 5G core network (5GC) defined in 3GPP Release 15 (R15) and beyond.

Currently, the major contributors are from National Yang Ming Chiao Tung University ([NYCU]((https://en.nycu.edu.tw/))). Please refer to our roadmap for the features of each release.
Currently, the major contributors are from National Yang Ming Chiao Tung University ([NYCU](https://en.nycu.edu.tw/){target=_blank}). Please refer to our roadmap for the features of each release.

- The source code of the latest version of free5GC can be downloaded from [here](https://github.com/free5gc/free5gc).
- Follow our [LinkedIn](https://www.linkedin.com/company/free5gc/) page to get the news about free5GC!
- The source code of the latest version of free5GC can be downloaded from [here](https://github.com/free5gc/free5gc){target=_blank}.
- Follow our [LinkedIn](https://www.linkedin.com/company/free5gc/){target=_blank} page to get the news about free5GC.

> [!NOTE]
> Thank you very much for your interest in free5GC. The license of free5GC follows Apache 2.0. That is, anyone can use free5GC for commercial purposes for free.
Expand Down
4 changes: 2 additions & 2 deletions docs/support/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# Technical Support

If you encounter the usage problem on free5GC, please join our official forum [forum.free5gc.org](https://forum.free5gc.org/) and initiate a new discussion.
If you encounter the usage problem on free5GC, please join our official forum [forum.free5gc.org](https://forum.free5gc.org/){target=_blank} and initiate a new discussion.

Otherwise, you can raise the issue on our [GitHub repository](https://github.com/free5gc/free5gc) for reporting the bugs/suggestions (related to vulnerability/functionality/deployment/testing), or create the pull request for contributing to our community!
Otherwise, you can raise the issue on our [GitHub repository](https://github.com/free5gc/free5gc){target=_blank} for reporting the bugs/suggestions (related to vulnerability/functionality/deployment/testing), or create the pull request for contributing to our community!

> [!TIPS]
> If your problem can not be solved via the platforms listed above, please send an email directly to `[email protected]`.
Expand Down

0 comments on commit cbba974

Please sign in to comment.