Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ More tutorials are under discussion in
## Other Resources
* The [glossary](glossary.md) defines common terminology used in the Nephio
project.
* The [Nephio Learning Resources page](learning.md) lists some learning resources that are useful for the Nephio community.
* The [Nephio Learning Resources page](learning.md) lists some learning resources that are useful for the Nephio community
* The [Abbreviation Decoder page](abbreviations.md) explains common abbreviations used in the project.
15 changes: 15 additions & 0 deletions abbreviations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Abbreviation Decoder

This page gives brief explanations of abbreviations used in the Nephio project. See also the [Nephio Glossary](glossary.md) for more detailed descriptions of Nephio related terms.

## Nephio related abbreviations
* NF: Network Function
* PV: Package Variant
* PVS: Package Variant Set

## free5gc related abbreviations
* AMF: Access and Mobility Management Function
* DNN: Data Network Name
* NAD: Network Attachment Definition
* SMF: Session Management Funciton
* UPF: User Plane Function
5 changes: 4 additions & 1 deletion learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@

## 5G Core

* [OpenAirInterface 5G Core Network Deployment using Helm Charts](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-fed/-/blob/master/docs/DEPLOY_SA5G_HC.md): OAI 5G core network have different network functions which can be used invidiually or deployed all together in different combination on a production grade Kubernetes cluster like Openshift or a vanilla kubernetes cluster.
* [OpenAirInterface 5G Core Network Deployment using Helm Charts](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-fed/-/blob/master/docs/DEPLOY_SA5G_HC.md): OAI 5G core network have different network functions which can be used invidiually or deployed all together in different combination on a production grade Kubernetes cluster like Openshift or a vanilla kubernetes cluster.
* [https://github.com/Orange-OpenSource/towards5gs-helm](https://github.com/Orange-OpenSource/towards5gs-helm): Reference helm charts from Orange for the Free5gc core network NFs and for the UERANSIM Radio Access Network
* [https://github.com/matysiaq/kpt-packages-catalog](https://github.com/matysiaq/kpt-packages-catalog): Custom kpt packages for free5gc and UERANSIM from Orange
* [https://github.com/matysiaq/nephio-pocs/tree/main/free5gc-operator](https://github.com/matysiaq/nephio-pocs/tree/main/free5gc-operator): An improved f5ee5gc operator from Orange