Commit bc4e26c7 authored by tyhsu's avatar tyhsu

test_for_push

parent ae0494b0
...@@ -14,6 +14,7 @@ openairinterface5g ...@@ -14,6 +14,7 @@ openairinterface5g
├── LICENSE ├── LICENSE
├── maketags : script to generate emacs tags ├── maketags : script to generate emacs tags
├── openair1 : 3GPP LTE Rel-10 PHY layer + PHY RF simulation and a subset of Rel 12 Features. ├── openair1 : 3GPP LTE Rel-10 PHY layer + PHY RF simulation and a subset of Rel 12 Features.
└── SCHED/phy_procedures_lte_eNb.c: Use multi-threading to do PHY work.
├── openair2 :3GPP LTE Rel-10 RLC/MAC/PDCP/RRC/X2AP implementation. ├── openair2 :3GPP LTE Rel-10 RLC/MAC/PDCP/RRC/X2AP implementation.
├── LAYER2/RLC/ with the following subdirectories: UM_v9.3.0, TM_v9.3.0, and AM_v9.3.0. ├── LAYER2/RLC/ with the following subdirectories: UM_v9.3.0, TM_v9.3.0, and AM_v9.3.0.
├── LAYER2/PDCP/PDCP_v10.1.0. ├── LAYER2/PDCP/PDCP_v10.1.0.
...@@ -29,6 +30,13 @@ openairinterface5g ...@@ -29,6 +30,13 @@ openairinterface5g
├── SECU ├── SECU
├── UDP ├── UDP
└── targets: top level wrapper for unitary simulation for PHY channels, system-level emulation (eNB-UE with and without S1), and realtime eNB and UE and RRH GW. └── targets: top level wrapper for unitary simulation for PHY channels, system-level emulation (eNB-UE with and without S1), and realtime eNB and UE and RRH GW.
└── RT/USER/lte-enb.c: 1 master thread for pthread_cond_signal control
1 mac2phy thread with the features: "MAC to PHY" , "Parse DCI" , "SI/RA PDSCH"
1 control_channel thread with the features: "PMCH" , PBCH" , "PCFICH" , "PDCCH" , "PHICH"
2 shared_channel threads with the features: UE specific SCH
RELEASE NOTES: RELEASE NOTES:
...@@ -43,4 +51,3 @@ v0.5.2 -> Last version with old code for oaisim (abstraction mode works) ...@@ -43,4 +51,3 @@ v0.5.2 -> Last version with old code for oaisim (abstraction mode works)
v0.6 -> RRH functionality, UE greatly improved, better TDD support, v0.6 -> RRH functionality, UE greatly improved, better TDD support,
a lot of bugs fixed. WARNING: oaisim in PHY abstraction mode does not a lot of bugs fixed. WARNING: oaisim in PHY abstraction mode does not
work, you need to use v0.5.2 for that. work, you need to use v0.5.2 for that.
v0.6.1 -> Mostly bugfixes. This is the last version without NFAPI.
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