Commit 0ec5db48 authored by Dr.-Ing.  Javier Morgade's avatar Dr.-Ing. Javier Morgade Committed by Raphael Defosseux

Update README.txt with MBMS features

parent c383b5e6
...@@ -17,7 +17,7 @@ openairinterface5g ...@@ -17,7 +17,7 @@ openairinterface5g
├── maketags : Script to generate emacs tags ├── maketags : Script to generate emacs tags
├── nfapi : Contains the NFAPI code. A local Readme file provides more details. ├── nfapi : Contains the NFAPI code. A local Readme file provides more details.
├── openair1 : 3GPP LTE Rel-10/12 PHY layer + PHY RF simulation. A local Readme file provides more details. ├── openair1 : 3GPP LTE Rel-10/12 PHY layer + PHY RF simulation. A local Readme file provides more details.
├── openair2 : 3GPP LTE Rel-10 RLC/MAC/PDCP/RRC/X2AP implementation. ├── openair2 : 3GPP LTE Rel-10 RLC/MAC/PDCP/RRC/X2AP + LTE Rel-14 M2AP implementation.
├── COMMON ├── COMMON
├── DOCS ├── DOCS
├── ENB_APP ├── ENB_APP
...@@ -28,12 +28,15 @@ openairinterface5g ...@@ -28,12 +28,15 @@ openairinterface5g
├── RRC/LITE ├── RRC/LITE
├── UTIL ├── UTIL
├── X2AP ├── X2AP
├── M2AP
├── MCE_APP
├── openair3: 3GPP LTE Rel10 for S1AP, NAS GTPV1-U for both ENB and UE. ├── openair3: 3GPP LTE Rel10 for S1AP, NAS GTPV1-U for both ENB and UE.
├── COMMON ├── COMMON
├── DOCS ├── DOCS
├── GTPV1-U ├── GTPV1-U
├── NAS ├── NAS
├── S1AP ├── S1AP
├── M3AP
├── SCTP ├── SCTP
├── SECU ├── SECU
├── UDP ├── UDP
...@@ -48,6 +51,7 @@ v1.2.0 -> January 2020. This version adds the following implemented features: ...@@ -48,6 +51,7 @@ v1.2.0 -> January 2020. This version adds the following implemented features:
- PUSCH CE - 8 Repetitions - PUSCH CE - 8 Repetitions
* Improved CDRX implementation for monolithic eNB * Improved CDRX implementation for monolithic eNB
* Experimental eMBMS support (now also on eNB side) * Experimental eMBMS support (now also on eNB side)
* Experimental MCE - Multicast Coordination Entity
* Bug fixes * Bug fixes
This version also has an improved code quality: This version also has an improved code quality:
* Better Test Coverage in Continuous Integration: * Better Test Coverage in Continuous Integration:
......
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