blob: 20fec6b44adfe8b9e9d2d9f531acde10d267592c [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
Ajay Lotan Thakure1dfc222022-10-06 17:58:34 -070074 configuration/config_upf.rst
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -070075
76.. toctree::
77 :maxdepth: 2
78 :caption: Deployment
79 :hidden:
80 :glob:
81
ajay07514982021-12-07 22:24:32 -080082 deployment/deployment4G.rst
83 deployment/deployment5G.rst
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -070084 deployment/deploymentupf.rst
Ajay Lotan Thakur0b012662022-10-07 20:18:10 -070085 deployment/deploymentgnbsim.rst
ajay60fd69f2021-11-23 22:38:10 -080086
87.. toctree::
Ankur Upadhyaya4f0e3b02022-10-06 11:15:39 -060088 :maxdepth: 2
89 :caption: Design
90 :hidden:
91 :glob:
92
93 design/design-smf.rst
94 design/design-amf.rst
95
96.. toctree::
ajay60fd69f2021-11-23 22:38:10 -080097 :maxdepth: 2
98 :caption: Developer Guide
99 :hidden:
100 :glob:
101
ajayd19711c2021-12-07 12:07:04 -0800102 developer/aiab.rst
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -0700103 developer/aiab5g.rst
ajay60fd69f2021-11-23 22:38:10 -0800104 developer/gnbsim.rst
105 developer/testpod.rst
106
Ajay Lotan Thakur0b012662022-10-07 20:18:10 -0700107.. toctree::
108 :maxdepth: 2
109 :caption: Troubleshooting Guide
110 :hidden:
111 :glob:
112
113 troubleshooting/flowchart.rst
114
115.. toctree::
116 :maxdepth: 3
117 :caption: Test Automation
118 :hidden:
119 :glob:
120
121 testing/about_system_tests
122 testing/sdcore_testing
123 testing/acceptance_specification
Zack Williamsccaa38a2021-11-16 15:36:05 -0700124
125.. toctree::
126 :maxdepth: 2
127 :caption: Releases
128 :hidden:
129 :glob:
130
131 release/1*
132 release/process.rst