Ajay Lotan Thakur | 05ce5ce | 2022-09-25 20:36:16 -0700 | [diff] [blame] | 1 | .. |
| 2 | SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 3 | SPDX-License-Identifier: Apache-2.0 |
| 4 | |
| 5 | .. _aiab5g-guide: |
| 6 | |
| 7 | Aether In a Box - 5G |
| 8 | ==================== |
| 9 | |
Arrobo, Gabriel | 83bfe40 | 2023-03-09 17:04:11 -0800 | [diff] [blame] | 10 | The documentation for Aether In a Box (AiaB) - 5G is located in `Installing the 5G AIAB <https://docs.aetherproject.org/master/developer/aiab.html#installing-the-5g-aiab>`_, |
| 11 | where specifics about setting up AiaB 5G, running 5G test, troubleshooting, |
| 12 | and other details are described. Moreover, details about deploying AiaB |
| 13 | with external 5G radios are presented `Aether-in-a-Box with External 5G Radio <https://docs.aetherproject.org/master/developer/aiabhw5g.html>`_. |
Ajay Lotan Thakur | 05ce5ce | 2022-09-25 20:36:16 -0700 | [diff] [blame] | 14 | |
| 15 | Developer Loop |
| 16 | ______________ |
| 17 | |
| 18 | Suppose you wish to test a new build of a 5G SD-CORE services. You can deploy |
Arrobo, Gabriel | 83bfe40 | 2023-03-09 17:04:11 -0800 | [diff] [blame] | 19 | custom images by editing ~/aether-in-a-box/sd-core-5g-values.yaml, for |
| 20 | example:: |
Ajay Lotan Thakur | 05ce5ce | 2022-09-25 20:36:16 -0700 | [diff] [blame] | 21 | |
| 22 | images: |
| 23 | tags: |
| 24 | webui: omecproject/5gc-webui:master-7f96cfd |
| 25 | |
Arrobo, Gabriel | 83bfe40 | 2023-03-09 17:04:11 -0800 | [diff] [blame] | 26 | To upgrade a running 5G SD-CORE with the new image, or to redeploy the 5G |
| 27 | SD-CORE with the image:: |
Ajay Lotan Thakur | 05ce5ce | 2022-09-25 20:36:16 -0700 | [diff] [blame] | 28 | |
| 29 | make reset-5g-test # delete 5G deployment if it was already started before updating image |
Arrobo, Gabriel | 83bfe40 | 2023-03-09 17:04:11 -0800 | [diff] [blame] | 30 | make 5g-core # now this deployment will use new webui image |