Update fembms authored by Dr.-Ing.  Javier Morgade's avatar Dr.-Ing. Javier Morgade
......@@ -24,7 +24,7 @@ The key 3GPP eMBMS radio interface enhancements were introduced in 3GPP TS 36.21
The code is being harmonized in `fembms-enb-ue`. There is an ongoing merge request in into `develop` !860`
# FeMBMS usage in OAI
## Working FeMBMS configuration files ##
## 1. Working FeMBMS configuration files ##
Look into the [CI configuration folder](https://gitlab.eurecom.fr/oai/openairinterface5g/tree/develop/ci-scripts/conf_files):
......@@ -191,7 +191,7 @@ MMEs = (
}
);
```
## Build Run and Test ##
## 2. Build Run and Test ##
Build using the `build_oai` script as usual. When MBMS is enable (FeMBMS/eMBMS) The lte-softmodem is used to trigger two additional tasks (MCE-MBMS-Task and MME-MBMS-Task). This two tasks handle both M3AP and M2AP application interfaces.
......@@ -292,7 +292,7 @@ $ ffmpeg -re -i jellyfish-5-mbps-hd-h264.mkv -f rtp_mpegts rtp://10.0.2.2:5000
$ ffplay rtp://10.0.2.2:5000
```
# Use precompiled Docker images
# 3. Use precompiled Docker images
## eNB/UE/MCE centos.7.6.1810 with UHD v1.15.0
```bash
$ sudo docker pull jmorgade/lte-softmodem:1.0.0_centos.7.6.1810
......
......