@@ -37,32 +37,32 @@ Our code might not work with all 5G phones yet, but we are constantly improving
...
@@ -37,32 +37,32 @@ Our code might not work with all 5G phones yet, but we are constantly improving
* Simcom SIMCOM8200EA
* Simcom SIMCOM8200EA
* Quectel RM500Q-GL
* Quectel RM500Q-GL
Note1: In the version we have at Eurecom, you need to set the PLMN to 50501, and you also need to change the firmware to "11.0.0 (RD1A.201105.003.B1, Nov 2020, EU carriers)" (see https://developers.google.com/android/images)
Note1: In the version we have at Eurecom, you need to set the PLMN to 50501, and you also need to change the firmware to "11.0.0 (RD1A.201105.003.B1, Nov 2020, EU carriers)" (see [Factory Images for Nexus and Pixel Devices](https://developers.google.com/android/images))
See https://gitlab.eurecom.fr/oai/openairinterface5g/blob/develop/doc/BUILD.md#building-ues-enodeb-and-gnodeb-executables
See [Building UE, eNB and gNb executables](https://gitlab.eurecom.fr/oai/openairinterface5g/blob/develop/doc/BUILD.md#building-ues-enodeb-and-gnodeb-executables)
-**eNB**
-**eNB**
```
```bash
cd <your oai installation directory>/openairinterface5g/
cd <your oai installation directory>/openairinterface5g/
source oaienv
source oaienv
cd cmake_targets/
cd cmake_targets/
...
@@ -72,7 +72,7 @@ cd cmake_targets/
...
@@ -72,7 +72,7 @@ cd cmake_targets/
-**gNB**
-**gNB**
```
```bash
cd <your oai installation directory>/openairinterface5g/
cd <your oai installation directory>/openairinterface5g/
These files have to be updated manually to set the IP addresses and frequency.
These files have to be updated manually to set the IP addresses and frequency.
---
**ATTENTION** : an **EXTERNAL** clock is used to sync the eNB and gNB,
>**⚠️ ATTENTION ⚠️**
whether the clock is internal or external is defined in the configuration files (!! details needed !!)
>
>An **EXTERNAL** clock is used to sync the eNB and gNB, whether the clock is internal or external is defined in the configuration files (!! details needed !!)
>
---
1- In the **eNB configuration file** :
1- In the **eNB configuration file** :
- look for MME IP address, and update the **ipv4 field** with the IP address of the **EPC** server
- look for MME IP address, and update the **ipv4 field** with the IP address of the **EPC** server
...
@@ -198,14 +199,13 @@ The test takes typically a few seconds, max 10-15 seconds. If it takes more than
...
@@ -198,14 +199,13 @@ The test takes typically a few seconds, max 10-15 seconds. If it takes more than