# openair-spgwu-tiny **Repository Path**: open-air-interface/openair-spgwu-tiny ## Basic Information - **Project Name**: openair-spgwu-tiny - **Description**: UPF in 5G CN - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-10 - **Last Updated**: 2024-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
openair-spgwu-tiny
├── build : Build directory, contains targets and object files generated by compilation of network functions.
│ ├── log : Directory containing build log files.
│ ├── scripts : Directory containing scripts for building network functions.
│ └── spgw_u : Directory containing CMakefile.txt and object files generated by compilation of SPGW-U network function.
├── ci-scripts : Directory containing scripts for the CI process.
├── docker : Directory containing dockerfiles to create images.
├── docs : Directory containing documentation on the supported feature set.
│ └── images : Directory containing images for the documentation.
├── etc : Directory containing the configuration files to be deployed for each network function.
├── openshift : Directory containing YAML files for build within OpenShift context.
├── scripts : Directory containing entrypoint script for container images.
└── src : Source files of network functions.
├── common : Common header files
│ ├── msg : ITTI messages definitions.
│ └── utils : Common utilities.
├── gtpv1u : Generic GTPV1-U stack implementation
├── gtpv2c : Generic GTPV2-C stack implementation
├── itti : Inter task interface
├── oai_spgwu : SPGW-U main directory, contains the "main" CMakeLists.txt file.
│ └── simpleswitch : Very Basic Switch implementation.
├── pfcp : Generic PFCP stack implementation.
└── udp : UDP server implementation.