diff --git a/openair1/EMOS/LTE/IMPORT_FILTER/struct_template_new.m b/openair1/EMOS/LTE/IMPORT_FILTER/struct_template_new.m index 59b55e6fd0fe61fd837dba9395a3d34ea5f4c43b..f16c9b086e5a99f161ca11d7c5ea00c437054094 100644 --- a/openair1/EMOS/LTE/IMPORT_FILTER/struct_template_new.m +++ b/openair1/EMOS/LTE/IMPORT_FILTER/struct_template_new.m @@ -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),...