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 | |
ajay | ce0380c | 2021-12-14 21:51:00 -0800 | [diff] [blame] | 5 | .. _aiab-guide: |
ajay | 8794529 | 2021-12-08 00:52:00 -0800 | [diff] [blame] | 6 | |
Ajay Lotan Thakur | 05ce5ce | 2022-09-25 20:36:16 -0700 | [diff] [blame] | 7 | Aether In a Box - 4G |
| 8 | ==================== |
ajay | 8794529 | 2021-12-08 00:52:00 -0800 | [diff] [blame] | 9 | |
Arrobo, Gabriel | 83bfe40 | 2023-03-09 17:04:11 -0800 | [diff] [blame] | 10 | The documentation for Aether In a Box (AiaB) - 4G is located in `Installing the 4G AIAB <https://docs.aetherproject.org/master/developer/aiab.html#installing-the-4g-aiab>`_, |
| 11 | where specifics about setting up AiaB 4G, running 4G test, troubleshooting, |
| 12 | and other details are described. Moreover, details about deploying AiaB |
| 13 | with external 4G radios are presented `Aether-in-a-Box with External 4G Radio <https://docs.aetherproject.org/master/developer/aiabhw.html>`_. |
ajay | cbd1706 | 2022-03-06 11:12:58 -0800 | [diff] [blame] | 14 | |
ajay | 8794529 | 2021-12-08 00:52:00 -0800 | [diff] [blame] | 15 | Developer Loop |
| 16 | ______________ |
| 17 | |
Ajay Lotan Thakur | 05ce5ce | 2022-09-25 20:36:16 -0700 | [diff] [blame] | 18 | Suppose you wish to test a new build of a 4G 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-4g-values.yaml, for |
| 20 | example:: |
ajay | 8794529 | 2021-12-08 00:52:00 -0800 | [diff] [blame] | 21 | |
| 22 | images: |
| 23 | tags: |
Ajay Lotan Thakur | 05ce5ce | 2022-09-25 20:36:16 -0700 | [diff] [blame] | 24 | spgwc: omecproject/spgw:master-e419062 |
ajay | 8794529 | 2021-12-08 00:52:00 -0800 | [diff] [blame] | 25 | |
Arrobo, Gabriel | 83bfe40 | 2023-03-09 17:04:11 -0800 | [diff] [blame] | 26 | To upgrade a running 4G SD-CORE with the new image, or to redeploy the 4G |
| 27 | SD-CORE with the image:: |
ajay | 8794529 | 2021-12-08 00:52:00 -0800 | [diff] [blame] | 28 | |
Ajay Lotan Thakur | 05ce5ce | 2022-09-25 20:36:16 -0700 | [diff] [blame] | 29 | make reset-test # delete 4G deployment if it was already started before updating image |
Arrobo, Gabriel | 83bfe40 | 2023-03-09 17:04:11 -0800 | [diff] [blame] | 30 | make 4g-test # now this deployment will use new spgwc image |