Update fembms authored by Dr.-Ing.  Javier Morgade's avatar Dr.-Ing. Javier Morgade
...@@ -199,7 +199,7 @@ Build using the `build_oai` script as usual. When MBMS is enable (FeMBMS/eMBMS) ...@@ -199,7 +199,7 @@ Build using the `build_oai` script as usual. When MBMS is enable (FeMBMS/eMBMS)
```bash ```bash
$ git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git $ git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git
$ cd openairinterface5g $ cd openairinterface5g
$ git checkout fembms-enb-ue $ git checkout develop
$ cd cmake_targets $ cd cmake_targets
$ ./build_oai -I -w USRP #Dependencies install (USRP flag can be avoided if only RFSIM will be used) $ ./build_oai -I -w USRP #Dependencies install (USRP flag can be avoided if only RFSIM will be used)
$ ./build_oai --UE --eNB -w USRP #USRP flag can be avoided if only RFSIM will be used $ ./build_oai --UE --eNB -w USRP #USRP flag can be avoided if only RFSIM will be used
... ...
......