Commit 8a1d8ceb authored by Yann Garcia's avatar Yann Garcia
Browse files

Review README file

parent 2f177e3e
Loading
Loading
Loading
Loading
+16 −12
Original line number Diff line number Diff line
@@ -109,20 +109,18 @@ $ ./docker-run.sh build

Possble other options are 'clean' to remove all the build outputs or 'rebuild' to force a build of the Test Suite after a 'clean'.

To retrieve the list of the available test cases, execute the following command:

```sh
$ ./docker-run.sh list
```

Before to execute the NGAP/NAS Test Suite, prepare, edit and update the configuration file (e.g. AtsNGAP Test Suite):
- Update the following fields:
    - system.NGAP_AMF.params
    - system.N2_gNBaMF_P.params
- Update the PICS and PIXITs accordingly

```sh
$ ln -sf ../../etc/AtsNGAP/AtsNGAP_AMF_open5gs.cfg_ ../../etc/AtsNGAP/AtsNGAP.cfg
$ vi ../../etc/AtsNGAP/AtsNGAP.cfg # To update it
```

To execute the NGAP/NAS Test Suite, execute the following command:
To run the NGAP/NAS Test Suite, execute the following command:

```sh
$ ./docker-run.sh run
@@ -316,12 +314,18 @@ $ make
...
```

- Edit the file ../etc/AtsNGAP.cfg
Before to execute the NGAP/NAS Test Suite, prepare, edit and update the configuration file (e.g. AtsNGAP Test Suite):
- Update the following fields:
    - system.mcaPort.params
    - system.mcaPortIn.params
    - system.utPort.params
- To run the test suitem, execute the following command:
    - system.NGAP_AMF.params
    - system.N2_gNBaMF_P.params
- Update the PICS and PIXITs accordingly

```sh
$ ln -sf ../../etc/AtsNGAP/AtsNGAP_AMF_open5gs.cfg_ ../../etc/AtsNGAP/AtsNGAP.cfg
$ vi ../../etc/AtsNGAP/AtsNGAP.cfg # To update it
```

To run the NGAP/NAS Test Suite, execute the following command:

```sh
$ cd ~/dev/nas/scripts