Commit c4428f67 authored by Remi Hardy's avatar Remi Hardy

Merge branch 'rh_ci_fr1' of https://gitlab.eurecom.fr/oai/openairinterface5g into rh_ci_fr1

parents 20ee6ca6 a19ce589
## Table of Contents ## ## Table of Contents ##
1. [Legacy 1 Bench](#legacy-1-bench) 1. [Legacy 1 Bench](#legacy-1-bench)
2. [Legacy 2 Bench](#legacy-2-bench) 2. [Legacy 2 Bench](#legacy-2-bench)
3. [Next Bench for DEV](#next-bench-for-dev) 3. [Next Bench for DEV](#next-bench-for-dev)
4. [Next Bench for CI](#next-bench-for-ci) 4. [Next Bench for CI](#next-bench-for-ci)
5. [Live Network Bench](#live-network-bench) 5. [Indoor Live Network Bench](#indoor-live-network-bench)
6. [Multi-RRU Bench](#multi-rru-bench) 6. [Outdoor Live Network Bench](#outdoor-live-network-bench)
## Legacy 1 Bench ## Legacy 1 Bench
**Purpose** : FDD Band 7 and Band 13, LTE-M
**Note** : Legacy1 and Legacy2 are duplicated so that they can run in parallel, thus avoiding a CI bottleneck
**Note** : Faraday Cages 1 and 2 are physically the same cage
![image info](./testbenches_doc_resources/legacy1.jpg) ![image info](./testbenches_doc_resources/legacy1.jpg)
## Legacy 2 Bench ## Legacy 2 Bench
**Purpose** : TDD Band 40, TM2 2xTX 2xRX
**Note** : CN can run in a container, could also run on Massive
![image info](./testbenches_doc_resources/legacy2.jpg) ![image info](./testbenches_doc_resources/legacy2.jpg)
## Next Bench for DEV ## Next Bench for DEV
**Note** : Benetel CI can also run on this bench at night
![image info](./testbenches_doc_resources/next_dev.jpg) ![image info](./testbenches_doc_resources/next_dev.jpg)
## Next Bench for CI ## Next Bench for CI
**Note** : The current test running on Caracal could run on this bench with a N300/N300 setup
![image info](./testbenches_doc_resources/next_ci.jpg) ![image info](./testbenches_doc_resources/next_ci.jpg)
## Live Network Bench ## Indoor Live Network Bench
![image info](./testbenches_doc_resources/live_network.jpg) ![image info](./testbenches_doc_resources/indoor_live.jpg)
## Multi-RRU Bench ## Outdoor Live Network Bench
![image info](./testbenches_doc_resources/multi_rru.jpg) ![image info](./testbenches_doc_resources/outdoor_live.jpg)
STATUS 2020/07/30 : under continuous improvement ; updated the configuration files links with CI approved reference files STATUS 2020/09/04 : document will be soon reworked to match the progresses made on functionality
## Table of Contents ## ## Table of Contents ##
...@@ -220,17 +220,16 @@ Execute: ...@@ -220,17 +220,16 @@ Execute:
- **gNB** (on the gNB host) - **gNB** (on the gNB host)
**ATTENTION** : for the gNB execution,
The **-E** option is required to enable the tri-quarter sampling rate when using a B2xx serie USRP
The **-E** option is **NOT supported** when using a a N300 USRP
Execute: Execute:
``` ```
~/openairinterface5g/cmake_targets/ran_build/build$ sudo ./nr-softmodem -O **YOUR_GNB_CONF_FILE** -E | tee **YOUR_LOG_FILE** ~/openairinterface5g/cmake_targets/ran_build/build$ sudo ./nr-softmodem -O **YOUR_GNB_CONF_FILE** -E | tee **YOUR_LOG_FILE**
``` ```
**ATTENTION** : for the gNB execution,
The -E option is required to enable the tri-quarter sampling rate when using a B2xx serie USRP
The -E opton is not needed when using a a N300 USRP
## Test Case ## Test Case
......
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