├── LAYER2/RLC/ with the following subdirectories: UM_v9.3.0, TM_v9.3.0, and AM_v9.3.0.
├── ENB_APP
├── LAYER2/PDCP/PDCP_v10.1.0.
├── openair3: 3GPP LTE Rel10 for S1AP, NAS GTPV1-U for both ENB and UE.
├── RRC/LITE
├── GTPV1-U
├── PHY_INTERFACE
├── NAS
├── X2AP
├── S1AP
├── ENB_APP
├── SCTP
├── openair3: 3GPP LTE Rel10 for S1AP, NAS GTPV1-U for both ENB and UE.
├── SECU
├── GTPV1-U
├── UDP
├── NAS
└── 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.
├── S1AP
├── SCTP
├── SECU
RELEASE NOTES:
├── 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.
v0.1 -> Last stable commit on develop branch before enhancement-10-harmony
v0.2 -> Merge of enhancement-10-harmony to include NGFI RRH + New Interface for RF/BBU
v0.3 -> Last stable commit on develop branch before the merge of feature-131-new-license. This is the last commit with GPL License
RELEASE NOTES:
v0.4 -> Merge of feature-131-new-license. It closes issue#131 and changes the license to OAI Public License V1.0
v0.5 -> Merge of enhancement-10-harmony-lts. It includes fixes for Ubuntu 16.04 support
v0.1 -> Last stable commit on develop branch before enhancement-10-harmony
v0.2 -> Merge of enhancement-10-harmony to include NGFI RRH + New Interface for RF/BBU
v0.3 -> Last stable commit on develop branch before the merge of feature-131-new-license. This is the last commit with GPL License
v0.4 -> Merge of feature-131-new-license. It closes issue#131 and changes the license to OAI Public License V1.0
v0.5 -> Merge of enhancement-10-harmony-lts. It includes fixes for Ubuntu 16.04 support
v0.5.1 -> Merge of bugfix-137-uplink-fixes. It includes stablity fixes for eNB
#paramiko logfile path should not be changed with multiple calls. The logs seem to in first file regardless
#paramiko logfile path should not be changed with multiple calls. The logs seem to in first file regardless
error=""
error=""
#The lines below are outside exception loop to be sure to terminate the test case if the network connectivity goes down or there is authentication failure
#The lines below are outside exception loop to be sure to terminate the test case if the network connectivity goes down or there is authentication failure
plt.plot([0,output['frame'][metric_data['metric_count']-1]],[metric_def['min_limit'],metric_def['min_limit']],'r-',lw=2,label='min limit')# Red straight line
mcs=UE_template->pre_assigned_mcs_ul;//cmin (UE_template->pre_assigned_mcs_ul, openair_daq_vars.target_ue_ul_mcs); // adjust, based on user-defined MCS
mcs=UE_template->pre_assigned_mcs_ul;//cmin (UE_template->pre_assigned_mcs_ul, openair_daq_vars.target_ue_ul_mcs); // adjust, based on user-defined MCS
LOG_I(PHY,"[SCHED][UE] Check absolute frequency DL %"PRIu32", UL %"PRIu32" (oai_exit %d)\n",downlink_frequency[0][0],downlink_frequency[0][0]+uplink_frequency_offset[0][0],oai_exit);
LOG_I(PHY,"[SCHED][UE] Check absolute frequency DL %"PRIu32", UL %"PRIu32" (oai_exit %d, rx_num_channels %d)\n",downlink_frequency[0][0],downlink_frequency[0][0]+uplink_frequency_offset[0][0],oai_exit,openair0_cfg[0].rx_num_channels);