Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wordsmithed #29

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions onramp/blueprints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,13 @@ To verify that both UPFs were functional, you will need to look at the
$ docker exec -it gnbsim-2 cat summary.log


SD-RAN
SD-RAN (RIC)
~~~~~~~~~~~~~~~~~~~~~~

This blueprint runs SD-Core and SD-RAN in tandem, with RANSIM
emulating various RAN elements. (The OnRamp roadmap includes plans to
couple SD-RAN with other virtual and physical RAN elements, but RANSIM
is currently the only option.)
This blueprint runs SD-Core and SD-RAN's near real-time RIC in tandem,
with RANSIM emulating various RAN elements. (The OnRamp roadmap
includes plans to couple SD-RAN with other virtual and physical RAN
elements, but RANSIM is currently the only option.)

The SD-RAN blueprint includes the following:

Expand Down
9 changes: 5 additions & 4 deletions onramp/ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ Quick Reference
-----------------

This guide provides a quick reference for all the blueprints OnRamp
defines for Aether. It assumes familiarity with
:doc:`OnRamp</onramp/overview>`, and its use of blueprints to
configure and deploy Aether.
defines for Aether. It assumes a general familiarity with
:doc:`OnRamp</onramp/overview>`, and a specific understanding of how
OnRamp uses :doc:`blueprints</onramp/blueprints>` to configure target
deployments of Aether.

Blueprint Specification
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -46,7 +47,7 @@ repo. The groovy files can be found in the `aether-jenkins
- `main-upf.yml`
- `upf.groovy`
- Instantiate multiple UPFs and bind them to distinct Slices.
* - `SD-RAN <https://docs.aetherproject.org/master/onramp/blueprints.html#sd-ran>`__
* - `SD-RAN (RIC) <https://docs.aetherproject.org/master/onramp/blueprints.html#sd-ran>`__
- `main-sdran.yml`
- `sdran.groovy`
- SD-RAN (with RANSIM traffic) connected to 5G Core.
Expand Down