Fix errata [#536]

This commit is contained in:
Sukchan Lee 2020-09-01 00:46:39 -04:00
parent 111536ea9a
commit b71e56c305
6 changed files with 20 additions and 20 deletions

View File

@ -59,8 +59,8 @@ $ ninja -C build
Check whether the compilation is correct.
```bash
$ ./build/test/attach/attach ## EPC Only
$ ./build/test/registration/registration ## 5G Core Only
$ ./build/tests/attach/attach ## EPC Only
$ ./build/tests/registration/registration ## 5G Core Only
```
Run all test programs as below.
@ -294,7 +294,7 @@ If you modify the config files while Open5GS daemons are running, please restart
### Running Open5GS
---
Specify the absolute path to the sharead library as follows.
Specify the absolute path to the shared library as follows.
```bash
$ echo $(cd $(dirname ./install/lib/x86_64-linux-gnu/) && pwd -P)/$(basename ./install/lib/x86_64-linux-gnu/)
@ -455,9 +455,9 @@ $ cp open5gs* /usr/bin/
For convenience, you can execute all NFs at once by using the following command.
```bash
$ ./build/test/app/5gc ## 5G Core Only with ./build/config/sample.yaml
$ ./build/test/app/epc -c ./build/config/srslte.yaml ## EPC Only with ./build/config/srslte.yaml
$ ./build/test/app/app ## Both 5G Core and EPC with ./build/config/sample.yaml
$ ./build/tests/app/5gc ## 5G Core Only with ./build/config/sample.yaml
$ ./build/tests/app/epc -c ./build/config/srslte.yaml ## EPC Only with ./build/config/srslte.yaml
$ ./build/tests/app/app ## Both 5G Core and EPC with ./build/config/sample.yaml
```
### Building the WebUI of Open5GS
@ -573,7 +573,7 @@ Debugging tools can help you troubleshoot problems.
You can use the command line option[`-d`] to record more logs.
```bash
$ ./test/app/app -d
$ ./tests/app/app -d
Open5GS daemon v1.3.0-213-gd190548+
08/21 23:01:54.246: [app] INFO: Configuration: '/home/acetcom/Documents/git/open5gs/build/configs/sample.yaml' (../src/main.c:54)

View File

@ -123,8 +123,8 @@ $ ninja -C build
Check whether the compilation is correct.
```bash
$ ./build/test/attach/attach ## EPC Only
$ ./build/test/registration/registration ## 5G Core Only
$ ./build/tests/attach/attach ## EPC Only
$ ./build/tests/registration/registration ## 5G Core Only
```
Run all test programs as below.

View File

@ -91,8 +91,8 @@ $ ninja -C build
Check whether the compilation is correct.
```bash
$ ./build/test/attach/attach ## EPC Only
$ ./build/test/registration/registration ## 5G Core Only
$ ./build/tests/attach/attach ## EPC Only
$ ./build/tests/registration/registration ## 5G Core Only
```
Run all test programs as below.

View File

@ -83,8 +83,8 @@ Check whether the compilation is correct.
{: .notice--danger}
```bash
$ sudo ./build/test/attach/attach ## EPC Only
$ sudo ./build/test/registration/registration ## 5G Core Only
$ sudo ./build/tests/attach/attach ## EPC Only
$ sudo ./build/tests/registration/registration ## 5G Core Only
```
Run all test programs as below.

View File

@ -100,8 +100,8 @@ Check whether the compilation is correct.
{: .notice--danger}
```bash
$ sudo ./build/test/attach/attach ## EPC Only
$ sudo ./build/test/registration/registration ## 5G Core Only
$ sudo ./build/tests/attach/attach ## EPC Only
$ sudo ./build/tests/registration/registration ## 5G Core Only
```
Run all test programs as below.

View File

@ -504,11 +504,11 @@ You can start MongoDB using systemctl.
$ sudo systemctl start mongodb
```
#### I have some error when running `./build/test/attach/attach`
#### I have some error when running `./build/tests/attach/attach`
Did you see the following error after executing `./build/test/attach/attach`?
Did you see the following error after executing `./build/tests/attach/attach`?
```bash
$ ./build/test/epc/simple
$ ./build/tests/attach/attach
s1setup_test : SUCCESS
attach_test : -Line 134: Condition is false, but expected true
\04/09 15:49:09.285: [esm] FATAL: esm_handle_pdn_connectivity_request: Assertion `SECURITY_CONTEXT_IS_VALID(mme_ue)' failed. (esm_handler.c:29)
@ -534,9 +534,9 @@ $ sudo pkill -9 attach
$ sudo pkill -9 open5gs-mmed ...
```
Execute `./build/test/attach/attach`
Execute `./build/tests/attach/attach`
```bash
$ ./build/test/attach/attach
$ ./build/tests/attach/attach
```
#### My gNB/eNB does not support IPv6.