Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
e03b125c
Commit
e03b125c
authored
Oct 10, 2013
by
Florian Kaltenberger
Browse files
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@4184
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
07d18bb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair1/EMOS/LTE/IMPORT_FILTER/struct_template_new.m
View file @
e03b125c
...
@@ -33,7 +33,7 @@ NB_ANTENNAS_TX = 2;
...
@@ -33,7 +33,7 @@ NB_ANTENNAS_TX = 2;
MAX_CQI_BITS
=
40
;
MAX_CQI_BITS
=
40
;
MAX_DCI_SIZE_BITS
=
45
;
MAX_DCI_SIZE_BITS
=
45
;
EMOS_CHANNEL
=
1
;
EMOS_CHANNEL
=
0
;
% enable this line to enable error checking
% enable this line to enable error checking
% get_dump_size
% get_dump_size
...
@@ -184,6 +184,8 @@ eNb_UE_stats_struct = struct(...
...
@@ -184,6 +184,8 @@ eNb_UE_stats_struct = struct(...
'ulsch_decoding_attempts_last'
,
uint32
(
zeros
(
8
,
3
)),
...
'ulsch_decoding_attempts_last'
,
uint32
(
zeros
(
8
,
3
)),
...
'ulsch_round_errors_last'
,
uint32
(
zeros
(
8
,
3
)),
...
'ulsch_round_errors_last'
,
uint32
(
zeros
(
8
,
3
)),
...
'ulsch_round_fer'
,
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_mcs_offset'
,
int8
(
0
),
...
'dlsch_mcs1'
,
uint8
(
0
),
...
'dlsch_mcs1'
,
uint8
(
0
),
...
'dlsch_mcs2'
,
uint8
(
0
),
...
'dlsch_mcs2'
,
uint8
(
0
),
...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment