Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-SMF
Commits
1e153b25
Commit
1e153b25
authored
Dec 08, 2022
by
Fang-WANG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f08358f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
78 deletions
+18
-78
README.md
README.md
+18
-78
No files found.
README.md
View file @
1e153b25
------------------------------------------------------------------------------
OPENAIR-CN-5G
An implementation of the 5G Core network by the OpenAirInterface community.
------------------------------------------------------------------------------
OPENAIR-CN-5G is an implementation of the 3GPP specifications for the 5G Core Network.
At the moment, it contains the following network elements:
*
Access and Mobility Management Function (
**AMF**
)
*
Session Management Function (
**SMF**
)
*
User Plane Function (
**UPF**
)
Each has its own repository: this repository (
`oai-cn5g-smf`
) is meant for SMF.
# Licence info
It is distributed under
`OAI Public License V1.1`
.
See
[
OAI Website for more details
](
https://www.openairinterface.org/?page_id=698
)
.
The text for
`OAI Public License V1.1`
is also available under
[
LICENSE
](
LICENSE
)
file at the root of this repository.
# Where to start
The Openair-CN-5G SMF code is written, executed, and tested on UBUNTU server bionic version.
Other Linux distributions support will be added later on.
More details on the supported feature set is available on this
[
page
](
docs/FEATURE_SET.md
)
.
# Collaborative work
This source code is managed through a GITLAB server, a collaborative development platform:
*
URL:
[
https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-smf
](
https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-smf
)
.
Process is explained in
[
CONTRIBUTING
](
CONTRIBUTING.md
)
file.
# Contribution requests
In a general way, anybody who is willing can contribute on any part of the
code in any network component.
Contributions can be simple bugfixes, advices and remarks on the design,
architecture, coding/implementation.
# Release Notes
They are available on the
[
CHANGELOG
](
CHANGELOG.md
)
file.
# Repository Structure:
The OpenAirInterface CN SMF software is composed of the following parts:
<pre>
openair-cn5g-smf
├── 3gpp-specs: Directory containing 3GPP specification files (YAML) used to implement SMF network function.
├── 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.
└── smf: Directory containing CMakefile.txt and object files generated by compilation of SMF network function.
├── ci-scripts: Directory containing the script files for CI framework.
├── docs: Directory containing the documentation files.
├── etc: Directory containing the configuration file to be deployed for SMF.
└── src: Source files of SMF.
├── api-server: SMF services APIs.
├── common: Common header files
│ ├── msg: ITTI messages definitions.
│ └── utils: Common utilities.
├── itti: Inter task interface.
├── nas: NAS protocol implememtation.
├── ngap: NGAP protocol implememtation.
├── oai_smf: SMF main directory, contains the "main" CMakeLists.txt file.
├── pfcp: Generic PFCP stack implementation.
├── smf_app: SMF network functions procedures and contexts.
└── udp : UDP server implementation.
</pre>
# OpenXG-SMF
## Introduction
OpenXG-SMF is developed by the OS-RAN community, compliant with 3GP R15 and R16 specification. OpenXG SMF is tested on x86, arm platforms.
# How to start
## Download source code from Gitlab
git clone http://git.opensource5g.org/openxg/openxg-smf.git
cd openxg-smf/
git checkout master
## install dependencies
cd build/scripts
./build_smf -I -f
## build SMF
./build_smf -c -V -b Debug -j
## launch SMF
sudo smf -c etc/smf.conf -o
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment