Commit b33993f5 authored by Remi Hardy's avatar Remi Hardy

Update TESTING_GNB_W_COTS_UE.md

parent ec7d26d3
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* Commercial UE: Oppo Reno 5G * Commercial UE: Oppo Reno 5G
* OAI Software Defined gNB and eNB * OAI Software Defined gNB and eNB
* eNB RF front end: USRP (ETTUS) B200 Mini or B210 * eNB RF front end: USRP (ETTUS) B200 Mini or B210
* gNB RF front end: USRP (ETTUS) B200 Mini or B210 (N300 will be needed for MIMO and wider BW's) * gNB RF front end: USRP (ETTUS) B200 Mini or B210 (N310 will be needed for MIMO and wider BW's)
* 5G TDD duplexing mode * 5G TDD duplexing mode
* 5G FR1 Band n78 (3.5 GHz) * 5G FR1 Band n78 (3.5 GHz)
* BW: 40MHz * BW: 40MHz
...@@ -17,7 +17,7 @@ https://gitlab.eurecom.fr/oai/openairinterface5g/tree/develop ...@@ -17,7 +17,7 @@ https://gitlab.eurecom.fr/oai/openairinterface5g/tree/develop
## Architecture Setup ## Architecture Setup
photos and schemes The scheme below depicts our typical setup:
![image info](./testing_gnb_w_cots_ue_resources/oai_fr1_setup.jpg) ![image info](./testing_gnb_w_cots_ue_resources/oai_fr1_setup.jpg)
...@@ -32,32 +32,27 @@ See https://gitlab.eurecom.fr/oai/openairinterface5g/blob/develop/doc/BUILD.md#b ...@@ -32,32 +32,27 @@ See https://gitlab.eurecom.fr/oai/openairinterface5g/blob/develop/doc/BUILD.md#b
for reference: for reference:
https://github.com/OPENAIRINTERFACE/openair-epc-fed/blob/master-documentation/docs/DEPLOY_HOME.md https://github.com/OPENAIRINTERFACE/openair-epc-fed/blob/master-documentation/docs/DEPLOY_HOME.md
``` ```
sudo bash sudo
cd /opt/hss_sim0609
./starthss_real
``` ```
- **eNB** - **eNB**
``` ```
sudo bash sudo
cd /opt/hss_sim0609
./starthss_real
``` ```
- **gNB** - **gNB**
``` ```
sudo bash sudo
cd /opt/hss_sim0609
./starthss_real
``` ```
## Conf Files ## Conf Files
where are they where are the config files located
usage how to use them
## Run / Test ## Run / Test
...@@ -65,9 +60,7 @@ usage ...@@ -65,9 +60,7 @@ usage
- **EPC** (on EPC host): - **EPC** (on EPC host):
``` ```
sudo bash sudo
cd /opt/hss_sim0609
./starthss_real
``` ```
Open another window and: Open another window and:
...@@ -75,8 +68,7 @@ Open another window and: ...@@ -75,8 +68,7 @@ Open another window and:
``` ```
sudo bash sudo bash
cd /opt/ltebox/tools cd /opt/ltebox/tools
./stop_ltebox
./start_ltebox
``` ```
Note: when terminated the testing session, you shall stop the EPC by "./stop_ltebox" Note: when terminated the testing session, you shall stop the EPC by "./stop_ltebox"
...@@ -99,15 +91,15 @@ Note: gNB is using branch NR_RRC_PRACH_procedures patched with gnb.diff ...@@ -99,15 +91,15 @@ Note: gNB is using branch NR_RRC_PRACH_procedures patched with gnb.diff
## Test Case ## Test Case
Test case description Test case description : UE attachement
## Expected Logs to check ## Expected Logs to check
what and where to check what logs and where to check, to ensure that your setup works fine
## Required traces for debug ## Required traces for debug
What info/traces/logs are needed for us to support the debug
## Status of the interoperability ## Status of the interoperability
- setup of the CP in 4G - setup of the CP in 4G
......
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