Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG UE
Commits
c6e8a218
Commit
c6e8a218
authored
Apr 18, 2019
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: fix links in GitLab
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
988e729b
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
28 additions
and
25 deletions
+28
-25
ci-scripts/doc/ci_dev_home.md
ci-scripts/doc/ci_dev_home.md
+8
-8
ci-scripts/doc/vm_based_simulator_build.md
ci-scripts/doc/vm_based_simulator_build.md
+2
-2
ci-scripts/doc/vm_based_simulator_check_build.md
ci-scripts/doc/vm_based_simulator_check_build.md
+2
-2
ci-scripts/doc/vm_based_simulator_create.md
ci-scripts/doc/vm_based_simulator_create.md
+2
-2
ci-scripts/doc/vm_based_simulator_destroy.md
ci-scripts/doc/vm_based_simulator_destroy.md
+1
-1
ci-scripts/doc/vm_based_simulator_env.md
ci-scripts/doc/vm_based_simulator_env.md
+2
-2
ci-scripts/doc/vm_based_simulator_main_scripts.md
ci-scripts/doc/vm_based_simulator_main_scripts.md
+2
-2
ci-scripts/doc/vm_based_simulator_sources.md
ci-scripts/doc/vm_based_simulator_sources.md
+2
-2
ci-scripts/doc/vm_based_simulator_test.md
ci-scripts/doc/vm_based_simulator_test.md
+2
-2
doc/FEATURE_SET.md
doc/FEATURE_SET.md
+5
-2
No files found.
ci-scripts/doc/ci_dev_home.md
View file @
c6e8a218
...
...
@@ -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_buil
d
)
*
[
How the build is checked
](
vm_based_simulator_check_buil
d
)
*
[
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.m
d
)
*
[
How the build is checked
](
./vm_based_simulator_check_build.m
d
)
*
[
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
...
...
ci-scripts/doc/vm_based_simulator_build.md
View file @
c6e8a218
...
...
@@ -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_buil
d
)
Next step:
[
how the build is checked
](
./vm_based_simulator_check_build.m
d
)
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
)
ci-scripts/doc/vm_based_simulator_check_build.md
View file @
c6e8a218
...
...
@@ -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
)
ci-scripts/doc/vm_based_simulator_create.md
View file @
c6e8a218
...
...
@@ -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_buil
d
)
Next step:
[
how to build an OAI variant
](
./vm_based_simulator_build.m
d
)
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
)
ci-scripts/doc/vm_based_simulator_destroy.md
View file @
c6e8a218
...
...
@@ -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
)
ci-scripts/doc/vm_based_simulator_env.md
View file @
c6e8a218
...
...
@@ -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
)
ci-scripts/doc/vm_based_simulator_main_scripts.md
View file @
c6e8a218
...
...
@@ -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
)
ci-scripts/doc/vm_based_simulator_sources.md
View file @
c6e8a218
...
...
@@ -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
)
ci-scripts/doc/vm_based_simulator_test.md
View file @
c6e8a218
...
...
@@ -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
)
doc/FEATURE_SET.md
View file @
c6e8a218
...
...
@@ -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 ##
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment