Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-RAN
Commits
e03b125c
Commit
e03b125c
authored
Oct 10, 2013
by
Florian Kaltenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
openair1/EMOS/LTE/IMPORT_FILTER/struct_template_new.m
openair1/EMOS/LTE/IMPORT_FILTER/struct_template_new.m
+3
-1
No files found.
openair1/EMOS/LTE/IMPORT_FILTER/struct_template_new.m
View file @
e03b125c
...
...
@@ -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
),
...
...
...
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