Commit b5008bf4 authored by Raphael Defosseux's avatar Raphael Defosseux

DOC: fix links in GitLab

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 151bbd08
......@@ -14,14 +14,14 @@
VM-based RF-Less Environment:
* [How to setup your test env](vm_based_simulator_env)
* [How to deal with OAI source files](vm_based_simulator_sources)
* [The main script](vm_based_simulator_main_scripts)
* [How to create one or several VM instances](vm_based_simulator_create)
* [How to build an OAI variant](vm_based_simulator_build)
* [How the build is checked](vm_based_simulator_check_build)
* [How to test an OAI variant](vm_based_simulator_test)
* [How to destroy all VM instances](vm_based_simulator_destroy)
* [How to setup your test env](./vm_based_simulator_env.md)
* [How to deal with OAI source files](./vm_based_simulator_sources.md)
* [The main script](./vm_based_simulator_main_scripts.md)
* [How to create one or several VM instances](./vm_based_simulator_create.md)
* [How to build an OAI variant](./vm_based_simulator_build.md)
* [How the build is checked](./vm_based_simulator_check_build.md)
* [How to test an OAI variant](./vm_based_simulator_test.md)
* [How to destroy all VM instances](./vm_based_simulator_destroy.md)
Currently missing documentation:
* How to generate a build report
......
......@@ -256,7 +256,7 @@ Here the `--keep-vm-alive` option is used to keep the VM alive and performs some
---
Next step: [how the build is checked](vm_based_simulator_check_build)
Next step: [how the build is checked](./vm_based_simulator_check_build.md)
You can also go back to the [CI dev main page](./ci_dev_home)
You can also go back to the [CI dev main page](./ci_dev_home.md)
......@@ -38,7 +38,7 @@ Source file concerned: `ci-scripts/waitBuildOnVM.sh`
---
Next step: [how to test a function](vm_based_simulator_test)
Next step: [how to test a function](./vm_based_simulator_test.md)
You can also go back to the [CI dev main page](./ci_dev_home)
You can also go back to the [CI dev main page](./ci_dev_home.md)
......@@ -105,7 +105,7 @@ Finally, typically I never use the `create` command. I use directly the build co
---
Next step: [how to build an OAI variant](vm_based_simulator_build)
Next step: [how to build an OAI variant](./vm_based_simulator_build.md)
You can also go back to the [CI dev main page](./ci_dev_home)
You can also go back to the [CI dev main page](./ci_dev_home.md)
......@@ -67,5 +67,5 @@ $ ./ci-scripts/oai-ci-vm-tool destroy --job-name raphael --build-id 1
---
You can go back to the [CI dev main page](./ci_dev_home)
You can go back to the [CI dev main page](./ci_dev_home.md)
......@@ -117,7 +117,7 @@ This last file (/etc/apt/apt.conf.d/01proxy) is very important since it is teste
---
We can now switch to the next step: [how to deal with oai sources](./vm_based_simulator_sources)
We can now switch to the next step: [how to deal with oai sources](./vm_based_simulator_sources.md)
You can also go back to the [CI dev main page](./ci_dev_home)
You can also go back to the [CI dev main page](./ci_dev_home.md)
......@@ -81,7 +81,7 @@ There are many more variables.
---
Next step: [how to create one or several VM instances](vm_based_simulator_create)
Next step: [how to create one or several VM instances](./vm_based_simulator_create.md)
You can also go back to the [CI dev main page](./ci_dev_home)
You can also go back to the [CI dev main page](./ci_dev_home.md)
......@@ -79,7 +79,7 @@ See [section](https://gitlab.eurecom.fr/oai/openairinterface5g/wikis/ci/enb-mast
---
Next step: [the main scripts](vm_based_simulator_main_scripts)
Next step: [the main scripts](./vm_based_simulator_main_scripts.md)
You can also go back to the [CI dev main page](./ci_dev_home)
You can also go back to the [CI dev main page](./ci_dev_home.md)
......@@ -254,7 +254,7 @@ $ ./ci-scripts/oai-ci-vm-tool test --workspace /var/jenkins/workspace/RAN-CI-dev
```
---
Final step: [how to properly destroy all VM instances](vm_based_simulator_destroy)
Final step: [how to properly destroy all VM instances](./vm_based_simulator_destroy.md)
You can also go back to the [CI dev main page](./ci_dev_home)
You can also go back to the [CI dev main page](./ci_dev_home.md)
......@@ -58,8 +58,11 @@ TDD UL: 5 MHz, 25 PRBS/ MCS **XX** | 2.0 Mbit/s | TM1: 1.66 Mbits/s
TDD UL: 10 MHz, 50 PRBS/ MCS **XX** | 2.0 Mbit/s | TM1: 1.89 Mbits/s | COTS-UE Cat 4 (150/50 Mbps)
TDD UL: 20 MHz, 100 PRBS/ MCS **XX** | 3.0 Mbit/s | TM1: 2.70 Mbits/s | COTS-UE Cat 4 (150/50 Mbps)
- Number of supported UEs: 16 by default, up to 256 when compiling with dedicated compile flag
Was tested with 40 COTS-UE
### Number of supported UEs ###
* 16 by default
* up to 256 when compiling with dedicated compile flag
* was tested with 40 COTS-UE
## eNB MAC Layer ##
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment