Commit e03b125c authored by Florian Kaltenberger's avatar Florian Kaltenberger

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4184 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 07d18bb4
......@@ -33,7 +33,7 @@ NB_ANTENNAS_TX = 2;
MAX_CQI_BITS = 40;
MAX_DCI_SIZE_BITS = 45;
EMOS_CHANNEL = 1;
EMOS_CHANNEL = 0;
% enable this line to enable error checking
% get_dump_size
......@@ -184,6 +184,8 @@ eNb_UE_stats_struct = struct(...
'ulsch_decoding_attempts_last', uint32(zeros(8,3)),...
'ulsch_round_errors_last', uint32(zeros(8,3)),...
'ulsch_round_fer', uint32(zeros(8,3)),...
'sr_received', uint32(0), ...
'sr_total', uint32(0), ...
'dlsch_mcs_offset', int8(0),...
'dlsch_mcs1', uint8(0),...
'dlsch_mcs2', uint8(0),...
......
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