blob: 82e6018403d3a9e110d71ae4f5a13132c719aa0e [file] [log] [blame]
ajayb3f40982021-12-08 14:26:11 -08001..
2 SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
3 SPDX-License-Identifier: Apache-2.0
4
ajayce0380c2021-12-14 21:51:00 -08005.. _aiab-guide:
ajay87945292021-12-08 00:52:00 -08006
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -07007Aether In a Box - 4G
8====================
ajay87945292021-12-08 00:52:00 -08009
Arrobo, Gabriel83bfe402023-03-09 17:04:11 -080010The 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>`_,
11where specifics about setting up AiaB 4G, running 4G test, troubleshooting,
12and other details are described. Moreover, details about deploying AiaB
13with external 4G radios are presented `Aether-in-a-Box with External 4G Radio <https://docs.aetherproject.org/master/developer/aiabhw.html>`_.
ajaycbd17062022-03-06 11:12:58 -080014
ajay87945292021-12-08 00:52:00 -080015Developer Loop
16______________
17
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -070018Suppose you wish to test a new build of a 4G SD-CORE services. You can deploy
Arrobo, Gabriel83bfe402023-03-09 17:04:11 -080019custom images by editing ~/aether-in-a-box/sd-core-4g-values.yaml, for
20example::
ajay87945292021-12-08 00:52:00 -080021
22 images:
23 tags:
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -070024 spgwc: omecproject/spgw:master-e419062
ajay87945292021-12-08 00:52:00 -080025
Arrobo, Gabriel83bfe402023-03-09 17:04:11 -080026To upgrade a running 4G SD-CORE with the new image, or to redeploy the 4G
27SD-CORE with the image::
ajay87945292021-12-08 00:52:00 -080028
Ajay Lotan Thakur05ce5ce2022-09-25 20:36:16 -070029 make reset-test # delete 4G deployment if it was already started before updating image
Arrobo, Gabriel83bfe402023-03-09 17:04:11 -080030 make 4g-test # now this deployment will use new spgwc image