blob: f72e63ac604b7a74889b899bcc07c6e2aac522c9 [file] [log] [blame]
ajayb3f40982021-12-08 14:26:11 -08001..
Badhrinath Padmanabhan5f125302022-08-24 12:50:15 +00002 SPDX-FileCopyrightText: 2022-present Intel Corporation
ajayb3f40982021-12-08 14:26:11 -08003 SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
4 SPDX-License-Identifier: Apache-2.0
5
Zack Williams7d058a92022-03-08 14:50:08 -07006SD-Core
7=======
ajayb3f40982021-12-08 14:26:11 -08008
Zack Williams7d058a92022-03-08 14:50:08 -07009The SD-Core project is a 4G/5G disaggregated mobile core optimized for public
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -070010cloud deployment in concert with distributed edge clouds. It exposes standard 3GPP interfaces
11enabling use of SD-Core as a conventional mobile core. SD-Core is an integral component
12of Aether, ONFs 5G Connected Edge platform for
ajayb5ad6db2021-12-09 15:23:24 -080013private mobile connectivity and edge cloud services. It can be rapidly deployed
14pre-integrated with Aether, as a standalone 5G/4G mobile core, or as control and
15dataplane (UPF) components integrated into custom designed solutions. This range
16of versatility makes the open source SD-Core platform ideally suited for the
17broadest range of use cases and deployment scenarios.
18
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -070019SD-Core is ideally suited for
20
21- Small carrier
22- Private enterprise 4G/5G networks
23- Research community or Universities who wish to study/learn more on 3gpp 4G/5G
24
Zack Williamsccaa38a2021-11-16 15:36:05 -070025
26Getting Started with SD-Core
27----------------------------
ajay60fd69f2021-11-23 22:38:10 -080028- Learn more about SD-Core
Zack Williamsccaa38a2021-11-16 15:36:05 -070029
ajay60fd69f2021-11-23 22:38:10 -080030 - `SD-Core Website <https://opennetworking.org/sd-core/>`_
31 - `SD-Core Whitepaper <https://opennetworking.org/wp-content/uploads/2021/07/SD-Core-Technical-White-Paper-FINAL-1.pdf>`_
32 - `SD-Core Techinar <https://youtu.be/-eQzbSxXgSU>`_
33 - `SD-Core Wiki <https://wiki.opennetworking.org/display/COM/SD-Core>`_
Badhrinath Padmanabhan5f125302022-08-24 12:50:15 +000034 - `SD-Core Public Folder <https://drive.google.com/drive/folders/1dM5b0B65LkQQ0dGK1m-iIceRJfAASEm1>`_
Zack Williamsccaa38a2021-11-16 15:36:05 -070035
Zack Williamsccaa38a2021-11-16 15:36:05 -070036
37Community
38---------
39
ajay60fd69f2021-11-23 22:38:10 -080040Information about participating in the SD Core community and development process
ajay07514982021-12-07 22:24:32 -080041can be found on the `SD-Core Wiki
Zack Williamsccaa38a2021-11-16 15:36:05 -070042<https://wiki.opennetworking.org/display/COM/SD-Core>`_.
43
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -070044- Stay in touch by joining
45
46 - `SD-Core mailing list <https://groups.google.com/a/opennetworking.org/g/sdcore-announce>`_
47 - \#sdcore-dev channel in `ONF Community Slack <https://onf-community.slack.com>`_
48
49
ajay60fd69f2021-11-23 22:38:10 -080050.. toctree::
51 :maxdepth: 2
52 :caption: Overview
53 :hidden:
54 :glob:
55
56 overview/introduction.rst
57 overview/architecture.rst
58 overview/3gpp-compliance-5g.rst
59 overview/3gpp-compliance-4g.rst
60 overview/faq.rst
ajay2c0f6f42021-12-02 22:45:19 -080061 glossary.rst
ajay60fd69f2021-11-23 22:38:10 -080062
63.. toctree::
64 :maxdepth: 2
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -070065 :caption: Configuration
ajay60fd69f2021-11-23 22:38:10 -080066 :hidden:
67 :glob:
68
69 configuration/config.rst
ajay87945292021-12-08 00:52:00 -080070 configuration/config_rest.rst
71 configuration/config_simapp.rst
72 configuration/application_filtering.rst
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -070073 configuration/qos_config.rst
74
75.. toctree::
76 :maxdepth: 2
77 :caption: Deployment
78 :hidden:
79 :glob:
80
ajay07514982021-12-07 22:24:32 -080081 deployment/deployment4G.rst
82 deployment/deployment5G.rst
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -070083 deployment/deploymentupf.rst
ajay60fd69f2021-11-23 22:38:10 -080084
85.. toctree::
ajayf66b38e2021-12-09 23:44:54 -080086 :maxdepth: 3
ajayce0380c2021-12-14 21:51:00 -080087 :caption: Test Automation
ajayf66b38e2021-12-09 23:44:54 -080088 :hidden:
89 :glob:
90
91 testing/about_system_tests
92 testing/sdcore_testing
93 testing/acceptance_specification
94
95
96.. toctree::
ajay60fd69f2021-11-23 22:38:10 -080097 :maxdepth: 2
98 :caption: Troubleshooting Guide
99 :hidden:
100 :glob:
101
102 troubleshooting/flowchart.rst
103
104.. toctree::
105 :maxdepth: 2
106 :caption: Developer Guide
107 :hidden:
108 :glob:
109
ajayd19711c2021-12-07 12:07:04 -0800110 developer/aiab.rst
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -0700111 developer/aiab5g.rst
ajay60fd69f2021-11-23 22:38:10 -0800112 developer/gnbsim.rst
113 developer/testpod.rst
114
Zack Williamsccaa38a2021-11-16 15:36:05 -0700115
116.. toctree::
117 :maxdepth: 2
118 :caption: Releases
119 :hidden:
120 :glob:
121
122 release/1*
Ajay Lotan Thakura2fce1b2022-08-29 23:00:12 -0700123 release/upcoming.rst
Zack Williamsccaa38a2021-11-16 15:36:05 -0700124 release/process.rst