Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
238b22e5
Commit
238b22e5
authored
8 years ago
by
Cédric Roux
Browse files
Options
Downloads
Patches
Plain Diff
fixes for IF5
This work was done by Bruno Mongazon.
parent
bd173433
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!155
develop_integration_w12 into develop
,
!154
Ue no s1 compilation issue
,
!151
if5-fixes-w11 into develop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
targets/RT/USER/lte-enb.c
+3
-1
3 additions, 1 deletion
targets/RT/USER/lte-enb.c
with
3 additions
and
1 deletion
targets/RT/USER/lte-enb.c
+
3
−
1
View file @
238b22e5
...
@@ -1724,7 +1724,7 @@ void init_eNB_proc(int inst) {
...
@@ -1724,7 +1724,7 @@ void init_eNB_proc(int inst) {
proc
->
CC_id
=
CC_id
;
proc
->
CC_id
=
CC_id
;
proc
->
instance_cnt_synch
=
-
1
;
proc
->
instance_cnt_synch
=
-
1
;
proc
->
first_rx
=
2
;
proc
->
first_rx
=
1
;
proc
->
first_tx
=
1
;
proc
->
first_tx
=
1
;
proc
->
frame_offset
=
0
;
proc
->
frame_offset
=
0
;
...
@@ -2060,6 +2060,7 @@ void init_eNB(eNB_func_t node_function[], eNB_timing_t node_timing[],int nb_inst
...
@@ -2060,6 +2060,7 @@ void init_eNB(eNB_func_t node_function[], eNB_timing_t node_timing[],int nb_inst
printf
(
"Exiting, cannot initialize transport protocol
\n
"
);
printf
(
"Exiting, cannot initialize transport protocol
\n
"
);
exit
(
-
1
);
exit
(
-
1
);
}
}
malloc_IF5_buffer
(
eNB
);
break
;
break
;
case
NGFI_RRU_IF4p5
:
case
NGFI_RRU_IF4p5
:
eNB
->
do_precoding
=
0
;
eNB
->
do_precoding
=
0
;
...
@@ -2149,6 +2150,7 @@ void init_eNB(eNB_func_t node_function[], eNB_timing_t node_timing[],int nb_inst
...
@@ -2149,6 +2150,7 @@ void init_eNB(eNB_func_t node_function[], eNB_timing_t node_timing[],int nb_inst
printf
(
"Exiting, cannot initialize transport protocol
\n
"
);
printf
(
"Exiting, cannot initialize transport protocol
\n
"
);
exit
(
-
1
);
exit
(
-
1
);
}
}
malloc_IF5_buffer
(
eNB
);
break
;
break
;
case
NGFI_RCC_IF4p5
:
case
NGFI_RCC_IF4p5
:
eNB
->
do_precoding
=
0
;
eNB
->
do_precoding
=
0
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment