Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-NRF
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-NRF
Commits
2fb9c9fd
Commit
2fb9c9fd
authored
Dec 30, 2020
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation
parent
866b6f9e
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
78 additions
and
4 deletions
+78
-4
3gpp_specs/TS29510_Nnrf_AccessToken.yaml
3gpp_specs/TS29510_Nnrf_AccessToken.yaml
+0
-0
3gpp_specs/TS29510_Nnrf_NFDiscovery.yaml
3gpp_specs/TS29510_Nnrf_NFDiscovery.yaml
+0
-0
3gpp_specs/TS29510_Nnrf_NFManagement.yaml
3gpp_specs/TS29510_Nnrf_NFManagement.yaml
+0
-0
3gpp_specs/TS29518_Namf_Communication.yaml
3gpp_specs/TS29518_Namf_Communication.yaml
+0
-0
3gpp_specs/TS29520_Nnwdaf_AnalyticsInfo.yaml
3gpp_specs/TS29520_Nnwdaf_AnalyticsInfo.yaml
+0
-0
3gpp_specs/TS29520_Nnwdaf_EventsSubscription.yaml
3gpp_specs/TS29520_Nnwdaf_EventsSubscription.yaml
+0
-0
3gpp_specs/TS29571_CommonData.yaml
3gpp_specs/TS29571_CommonData.yaml
+0
-0
3gpp_specs/config.json
3gpp_specs/config.json
+0
-0
README.md
README.md
+74
-0
src/common/3gpp_29.500.h
src/common/3gpp_29.500.h
+3
-3
src/nrf_app/nrf_app.hpp
src/nrf_app/nrf_app.hpp
+1
-1
test/amf_registration.json
test/amf_registration.json
+0
-0
test/cmd.txt
test/cmd.txt
+0
-0
test/smf_registration.json
test/smf_registration.json
+0
-0
No files found.
yaml
/TS29510_Nnrf_AccessToken.yaml
→
3gpp_specs
/TS29510_Nnrf_AccessToken.yaml
View file @
2fb9c9fd
File moved
yaml
/TS29510_Nnrf_NFDiscovery.yaml
→
3gpp_specs
/TS29510_Nnrf_NFDiscovery.yaml
View file @
2fb9c9fd
File moved
yaml
/TS29510_Nnrf_NFManagement.yaml
→
3gpp_specs
/TS29510_Nnrf_NFManagement.yaml
View file @
2fb9c9fd
File moved
yaml
/TS29518_Namf_Communication.yaml
→
3gpp_specs
/TS29518_Namf_Communication.yaml
View file @
2fb9c9fd
File moved
yaml
/TS29520_Nnwdaf_AnalyticsInfo.yaml
→
3gpp_specs
/TS29520_Nnwdaf_AnalyticsInfo.yaml
View file @
2fb9c9fd
File moved
yaml
/TS29520_Nnwdaf_EventsSubscription.yaml
→
3gpp_specs
/TS29520_Nnwdaf_EventsSubscription.yaml
View file @
2fb9c9fd
File moved
yaml
/TS29571_CommonData.yaml
→
3gpp_specs
/TS29571_CommonData.yaml
View file @
2fb9c9fd
File moved
yaml
/config.json
→
3gpp_specs
/config.json
View file @
2fb9c9fd
File moved
README.md
0 → 100644
View file @
2fb9c9fd
------------------------------------------------------------------------------
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**
)
*
Network Repository Function (
**NRF**
)
Each has its own repository: this repository (
`oai-cn5g-nrf`
) is meant for NRF.
# 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 NRF 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-nrf
](
https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-nrf
)
.
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 NRF software is composed of the following parts:
<pre>
openair-cn5g-nrf
├── 3gpp-specs: Directory containing 3GPP specification files (YAML) used to implement NRF 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.
└── nrf: Directory containing CMakefile.txt and object files generated by compilation of NRF 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 NRF.
└── src: Source files of NRF.
├── api-server: NRF services APIs.
├── common: Common header files
│ └── utils: Common utilities.
├── oai_nrf: NRF main directory, contains the "main" CMakeLists.txt file.
├── nrf_app: NRF network functions procedures and contexts.
└── test: Directory containing some example profiles for e.g., AMF, SMF.
</pre>
src/common/3gpp_29.500.h
View file @
2fb9c9fd
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
* contact@openairinterface.org
* contact@openairinterface.org
*/
*/
#ifndef FILE_3GPP_29_500_S
MF_S
EEN
#ifndef FILE_3GPP_29_500_SEEN
#define FILE_3GPP_29_500_S
MF_S
EEN
#define FILE_3GPP_29_500_SEEN
enum
http_status_code_e
{
enum
http_status_code_e
{
HTTP_STATUS_CODE_100_CONTINUE
=
100
,
HTTP_STATUS_CODE_100_CONTINUE
=
100
,
...
@@ -86,5 +86,5 @@ static const std::vector<std::string> protocol_application_error_e2str {
...
@@ -86,5 +86,5 @@ static const std::vector<std::string> protocol_application_error_e2str {
"NF_CONGESTION_RISK"
,
"INSUFFICIENT_RESOURCES"
,
"UNSPECIFIED_NF_FAILURE"
,
"NF_CONGESTION_RISK"
,
"INSUFFICIENT_RESOURCES"
,
"UNSPECIFIED_NF_FAILURE"
,
"SYSTEM_FAILURE"
,
"NF_CONGESTION"
};
"SYSTEM_FAILURE"
,
"NF_CONGESTION"
};
#endif
#endif
//FILE_3GPP_29_500_SEEN
src/nrf_app/nrf_app.hpp
View file @
2fb9c9fd
...
@@ -462,4 +462,4 @@ class nrf_app {
...
@@ -462,4 +462,4 @@ class nrf_app {
}
// namespace oai
}
// namespace oai
#include "nrf_config.hpp"
#include "nrf_config.hpp"
#endif
/* FILE_
SM
F_APP_HPP_SEEN */
#endif
/* FILE_
NR
F_APP_HPP_SEEN */
yaml
/amf_registration.json
→
test
/amf_registration.json
View file @
2fb9c9fd
File moved
yaml
/cmd.txt
→
test
/cmd.txt
View file @
2fb9c9fd
File moved
yaml
/smf_registration.json
→
test
/smf_registration.json
View file @
2fb9c9fd
File moved
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