Skip to content
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
1 change: 1 addition & 0 deletions onramp/directory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ OnRamp repos:
| Deploy 4G Core: https://github.com/opennetworkinglab/aether-4gc
| Deploy Management Plane: https://github.com/opennetworkinglab/aether-amp
| Deploy SD-RAN: https://github.com/opennetworkinglab/aether-sdran
| Deploy OAI Software Radio: https://github.com/opennetworkinglab/aether-oai
| Deploy gNB Simulator: https://github.com/opennetworkinglab/aether-gnbsim
| Deploy UE+gNB Simulator: https://github.com/opennetworkinglab/aether-ueransim
| Deploy Kubernetes: https://github.com/opennetworkinglab/aether-k8s
Expand Down
8 changes: 4 additions & 4 deletions onramp/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ How to Read This Guide

This guide is written to be followed sequentially, with each section
establishing a capability that later sections build upon. This is also
helpful when troubleshooting a setup—for example, isolating a problem
with a physical gNB is easier if you know that connectivity to the AMF
and UPF works correctly, which the :doc:`Emulated RAN
helpful when troubleshooting a deployment—for example, isolating a
problem with a physical gNB is easier if you know that connectivity to
the AMF and UPF works correctly, which the :doc:`Emulated RAN
</onramp/gnbsim>` section helps to establish.

Once you reach the last section (:doc:`Other Blueprints
Expand All @@ -53,7 +53,7 @@ your own customized blueprint, and/or directly interacting with Helm
and Kubernetes (rather than depending entirely on OnRamp's playbooks).

That final :doc:`Other Blueprints </onramp/blueprints>` section then
gives a brief synopsis of several additional OnRamp blueprints. Each
gives a synopsis of several additional OnRamp blueprints. Each
blueprint enables a particular combination of Ansible features,
demonstrating how those features are enabled, configured, and
deployed. This section presumes familiarity with all of OnRamp's
Expand Down