mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-17 04:11:39 +00:00
Fix errata [#536]
This commit is contained in:
@@ -59,8 +59,8 @@ $ ninja -C build
|
|||||||
|
|
||||||
Check whether the compilation is correct.
|
Check whether the compilation is correct.
|
||||||
```bash
|
```bash
|
||||||
$ ./build/test/attach/attach ## EPC Only
|
$ ./build/tests/attach/attach ## EPC Only
|
||||||
$ ./build/test/registration/registration ## 5G Core Only
|
$ ./build/tests/registration/registration ## 5G Core Only
|
||||||
```
|
```
|
||||||
|
|
||||||
Run all test programs as below.
|
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
|
### Running Open5GS
|
||||||
---
|
---
|
||||||
|
|
||||||
Specify the absolute path to the sharead library as follows.
|
Specify the absolute path to the shared library as follows.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ echo $(cd $(dirname ./install/lib/x86_64-linux-gnu/) && pwd -P)/$(basename ./install/lib/x86_64-linux-gnu/)
|
$ 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.
|
For convenience, you can execute all NFs at once by using the following command.
|
||||||
```bash
|
```bash
|
||||||
$ ./build/test/app/5gc ## 5G Core Only with ./build/config/sample.yaml
|
$ ./build/tests/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/tests/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/app ## Both 5G Core and EPC with ./build/config/sample.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
### Building the WebUI of Open5GS
|
### 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.
|
You can use the command line option[`-d`] to record more logs.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ./test/app/app -d
|
$ ./tests/app/app -d
|
||||||
Open5GS daemon v1.3.0-213-gd190548+
|
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)
|
08/21 23:01:54.246: [app] INFO: Configuration: '/home/acetcom/Documents/git/open5gs/build/configs/sample.yaml' (../src/main.c:54)
|
||||||
|
|||||||
@@ -123,8 +123,8 @@ $ ninja -C build
|
|||||||
|
|
||||||
Check whether the compilation is correct.
|
Check whether the compilation is correct.
|
||||||
```bash
|
```bash
|
||||||
$ ./build/test/attach/attach ## EPC Only
|
$ ./build/tests/attach/attach ## EPC Only
|
||||||
$ ./build/test/registration/registration ## 5G Core Only
|
$ ./build/tests/registration/registration ## 5G Core Only
|
||||||
```
|
```
|
||||||
|
|
||||||
Run all test programs as below.
|
Run all test programs as below.
|
||||||
|
|||||||
@@ -91,8 +91,8 @@ $ ninja -C build
|
|||||||
|
|
||||||
Check whether the compilation is correct.
|
Check whether the compilation is correct.
|
||||||
```bash
|
```bash
|
||||||
$ ./build/test/attach/attach ## EPC Only
|
$ ./build/tests/attach/attach ## EPC Only
|
||||||
$ ./build/test/registration/registration ## 5G Core Only
|
$ ./build/tests/registration/registration ## 5G Core Only
|
||||||
```
|
```
|
||||||
|
|
||||||
Run all test programs as below.
|
Run all test programs as below.
|
||||||
|
|||||||
@@ -83,8 +83,8 @@ Check whether the compilation is correct.
|
|||||||
{: .notice--danger}
|
{: .notice--danger}
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo ./build/test/attach/attach ## EPC Only
|
$ sudo ./build/tests/attach/attach ## EPC Only
|
||||||
$ sudo ./build/test/registration/registration ## 5G Core Only
|
$ sudo ./build/tests/registration/registration ## 5G Core Only
|
||||||
```
|
```
|
||||||
|
|
||||||
Run all test programs as below.
|
Run all test programs as below.
|
||||||
|
|||||||
@@ -100,8 +100,8 @@ Check whether the compilation is correct.
|
|||||||
{: .notice--danger}
|
{: .notice--danger}
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo ./build/test/attach/attach ## EPC Only
|
$ sudo ./build/tests/attach/attach ## EPC Only
|
||||||
$ sudo ./build/test/registration/registration ## 5G Core Only
|
$ sudo ./build/tests/registration/registration ## 5G Core Only
|
||||||
```
|
```
|
||||||
|
|
||||||
Run all test programs as below.
|
Run all test programs as below.
|
||||||
|
|||||||
@@ -504,11 +504,11 @@ You can start MongoDB using systemctl.
|
|||||||
$ sudo systemctl start mongodb
|
$ 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
|
```bash
|
||||||
$ ./build/test/epc/simple
|
$ ./build/tests/attach/attach
|
||||||
s1setup_test : SUCCESS
|
s1setup_test : SUCCESS
|
||||||
attach_test : -Line 134: Condition is false, but expected true
|
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)
|
\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 ...
|
$ sudo pkill -9 open5gs-mmed ...
|
||||||
```
|
```
|
||||||
|
|
||||||
Execute `./build/test/attach/attach`
|
Execute `./build/tests/attach/attach`
|
||||||
```bash
|
```bash
|
||||||
$ ./build/test/attach/attach
|
$ ./build/tests/attach/attach
|
||||||
```
|
```
|
||||||
|
|
||||||
#### My gNB/eNB does not support IPv6.
|
#### My gNB/eNB does not support IPv6.
|
||||||
|
|||||||
Reference in New Issue
Block a user