replace "PROJECT" by "PROJECTS" wherever it was needed authored by Cédric Roux's avatar Cédric Roux
......@@ -280,7 +280,7 @@ Look at [AutoBuild](AutoBuild) for more details.
### 3.2 Configuration and execution
#### Step 1: Edit the eNB configuration file (`~/openairinterface5g/targets/PROJECT/GENERIC-LTE-EPC/CONF/enb.band7.tm1.rrh.usrpb210.conf`)
#### Step 1: Edit the eNB configuration file (`~/openairinterface5g/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.rrh.usrpb210.conf`)
The file is edited appropriately with respect to Figure 2:
* IP address of EPC/HSS is `192.168.12.4`
......@@ -348,7 +348,7 @@ cd ~/openairinterface5g
source oaienv
./cmake_targets/build_oai -w None -t ETHERNET --eNB -x -V -c
cd cmake_targets/lte_build_oai/build
sudo -E ./lte-softmodem -O $OPENAIR_DIR/targets/PROJECT/GENERIC-LTE-EPC/CONF/enb.band7.tm1.rrh.usrpb210.conf
sudo -E ./lte-softmodem -O $OPENAIR_DIR/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.rrh.usrpb210.conf
```
You may print out the help message (`./lte-softmodem -h`) to see other options. A summary of the above options is given below.
* -O: configuration file
......
......