ajay | b3f4098 | 2021-12-08 14:26:11 -0800 | [diff] [blame] | 1 | .. |
| 2 | SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 3 | SPDX-License-Identifier: Apache-2.0 |
| 4 | |
Zack Williams | 7d058a9 | 2022-03-08 14:50:08 -0700 | [diff] [blame] | 5 | SD-Core |
| 6 | ======= |
ajay | b3f4098 | 2021-12-08 14:26:11 -0800 | [diff] [blame] | 7 | |
Zack Williams | 7d058a9 | 2022-03-08 14:50:08 -0700 | [diff] [blame] | 8 | The SD-Core project is a 4G/5G disaggregated mobile core optimized for public |
ajay | b5ad6db | 2021-12-09 15:23:24 -0800 | [diff] [blame] | 9 | cloud deployment in concert with distributed edge clouds and is ideally suited |
| 10 | for carrier and private enterprise 5G networks. It exposes standard 3GPP interfaces |
| 11 | enabling use of SD-Core as a conventional mobile core. |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 12 | |
ajay | b5ad6db | 2021-12-09 15:23:24 -0800 | [diff] [blame] | 13 | SD-Core is an integral component of Aether, ONF’s 5G Connected Edge platform for |
| 14 | private mobile connectivity and edge cloud services. It can be rapidly deployed |
| 15 | pre-integrated with Aether, as a standalone 5G/4G mobile core, or as control and |
| 16 | dataplane (UPF) components integrated into custom designed solutions. This range |
| 17 | of versatility makes the open source SD-Core platform ideally suited for the |
| 18 | broadest range of use cases and deployment scenarios. |
| 19 | |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 20 | |
| 21 | Getting Started with SD-Core |
| 22 | ---------------------------- |
ajay | 60fd69f | 2021-11-23 22:38:10 -0800 | [diff] [blame] | 23 | - Learn more about SD-Core |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 24 | |
ajay | 60fd69f | 2021-11-23 22:38:10 -0800 | [diff] [blame] | 25 | - `SD-Core Website <https://opennetworking.org/sd-core/>`_ |
| 26 | - `SD-Core Whitepaper <https://opennetworking.org/wp-content/uploads/2021/07/SD-Core-Technical-White-Paper-FINAL-1.pdf>`_ |
| 27 | - `SD-Core Techinar <https://youtu.be/-eQzbSxXgSU>`_ |
| 28 | - `SD-Core Wiki <https://wiki.opennetworking.org/display/COM/SD-Core>`_ |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 29 | |
ajay | 60fd69f | 2021-11-23 22:38:10 -0800 | [diff] [blame] | 30 | - Stay in touch by joining |
| 31 | |
| 32 | - `SD-Core mailing list <https://groups.google.com/a/opennetworking.org/g/sdcore-announce>`_ |
| 33 | - \#sdcore-dev channel in `ONF Community Slack <https://onf-community.slack.com>`_ |
| 34 | |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 35 | |
| 36 | Community |
| 37 | --------- |
| 38 | |
ajay | 60fd69f | 2021-11-23 22:38:10 -0800 | [diff] [blame] | 39 | Information about participating in the SD Core community and development process |
ajay | 0751498 | 2021-12-07 22:24:32 -0800 | [diff] [blame] | 40 | can be found on the `SD-Core Wiki |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 41 | <https://wiki.opennetworking.org/display/COM/SD-Core>`_. |
| 42 | |
ajay | 60fd69f | 2021-11-23 22:38:10 -0800 | [diff] [blame] | 43 | .. toctree:: |
| 44 | :maxdepth: 2 |
| 45 | :caption: Overview |
| 46 | :hidden: |
| 47 | :glob: |
| 48 | |
| 49 | overview/introduction.rst |
| 50 | overview/architecture.rst |
| 51 | overview/3gpp-compliance-5g.rst |
| 52 | overview/3gpp-compliance-4g.rst |
| 53 | overview/faq.rst |
ajay | 2c0f6f4 | 2021-12-02 22:45:19 -0800 | [diff] [blame] | 54 | glossary.rst |
ajay | 60fd69f | 2021-11-23 22:38:10 -0800 | [diff] [blame] | 55 | |
| 56 | .. toctree:: |
| 57 | :maxdepth: 2 |
ajay | d19711c | 2021-12-07 12:07:04 -0800 | [diff] [blame] | 58 | :caption: Configuration & Deployment |
ajay | 60fd69f | 2021-11-23 22:38:10 -0800 | [diff] [blame] | 59 | :hidden: |
| 60 | :glob: |
| 61 | |
| 62 | configuration/config.rst |
ajay | 8794529 | 2021-12-08 00:52:00 -0800 | [diff] [blame] | 63 | configuration/config_rest.rst |
| 64 | configuration/config_simapp.rst |
| 65 | configuration/application_filtering.rst |
ajay | 0751498 | 2021-12-07 22:24:32 -0800 | [diff] [blame] | 66 | deployment/deployment4G.rst |
| 67 | deployment/deployment5G.rst |
ajay | 60fd69f | 2021-11-23 22:38:10 -0800 | [diff] [blame] | 68 | |
| 69 | .. toctree:: |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 70 | :maxdepth: 3 |
ajay | ce0380c | 2021-12-14 21:51:00 -0800 | [diff] [blame] | 71 | :caption: Test Automation |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 72 | :hidden: |
| 73 | :glob: |
| 74 | |
| 75 | testing/about_system_tests |
| 76 | testing/sdcore_testing |
| 77 | testing/acceptance_specification |
| 78 | |
| 79 | |
| 80 | .. toctree:: |
ajay | 60fd69f | 2021-11-23 22:38:10 -0800 | [diff] [blame] | 81 | :maxdepth: 2 |
| 82 | :caption: Troubleshooting Guide |
| 83 | :hidden: |
| 84 | :glob: |
| 85 | |
| 86 | troubleshooting/flowchart.rst |
| 87 | |
| 88 | .. toctree:: |
| 89 | :maxdepth: 2 |
| 90 | :caption: Developer Guide |
| 91 | :hidden: |
| 92 | :glob: |
| 93 | |
ajay | d19711c | 2021-12-07 12:07:04 -0800 | [diff] [blame] | 94 | developer/aiab.rst |
ajay | 60fd69f | 2021-11-23 22:38:10 -0800 | [diff] [blame] | 95 | developer/gnbsim.rst |
| 96 | developer/testpod.rst |
| 97 | |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 98 | |
| 99 | .. toctree:: |
| 100 | :maxdepth: 2 |
| 101 | :caption: Releases |
| 102 | :hidden: |
| 103 | :glob: |
| 104 | |
| 105 | release/1* |
| 106 | release/process.rst |