From b71e56c3053c1427c648727e3efda9fce9f3492d Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Tue, 1 Sep 2020 00:46:39 -0400 Subject: [PATCH] Fix errata [#536] --- .../guide/02-building-open5gs-from-sources.md | 14 +++++++------- docs/_docs/platform/02-centos.md | 4 ++-- docs/_docs/platform/03-fedora.md | 4 ++-- docs/_docs/platform/04-freebsd.md | 4 ++-- docs/_docs/platform/05-macosx.md | 4 ++-- docs/_docs/troubleshoot/02-now-in-github-issues.md | 10 +++++----- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/_docs/guide/02-building-open5gs-from-sources.md b/docs/_docs/guide/02-building-open5gs-from-sources.md index 3329de108..6cb7aed9a 100644 --- a/docs/_docs/guide/02-building-open5gs-from-sources.md +++ b/docs/_docs/guide/02-building-open5gs-from-sources.md @@ -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) diff --git a/docs/_docs/platform/02-centos.md b/docs/_docs/platform/02-centos.md index 0d2582dc9..b3a24e18e 100644 --- a/docs/_docs/platform/02-centos.md +++ b/docs/_docs/platform/02-centos.md @@ -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. diff --git a/docs/_docs/platform/03-fedora.md b/docs/_docs/platform/03-fedora.md index 251364731..0c79e44ee 100644 --- a/docs/_docs/platform/03-fedora.md +++ b/docs/_docs/platform/03-fedora.md @@ -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. diff --git a/docs/_docs/platform/04-freebsd.md b/docs/_docs/platform/04-freebsd.md index b7b3bc2d1..6c19de680 100644 --- a/docs/_docs/platform/04-freebsd.md +++ b/docs/_docs/platform/04-freebsd.md @@ -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. diff --git a/docs/_docs/platform/05-macosx.md b/docs/_docs/platform/05-macosx.md index b1871c882..f68c85f54 100644 --- a/docs/_docs/platform/05-macosx.md +++ b/docs/_docs/platform/05-macosx.md @@ -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. diff --git a/docs/_docs/troubleshoot/02-now-in-github-issues.md b/docs/_docs/troubleshoot/02-now-in-github-issues.md index 7beddd1d7..bd27ee92b 100644 --- a/docs/_docs/troubleshoot/02-now-in-github-issues.md +++ b/docs/_docs/troubleshoot/02-now-in-github-issues.md @@ -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.