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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
canghaiwuhen
OpenXG-RAN
Commits
1bca870d
Commit
1bca870d
authored
6 years ago
by
Javier Morgade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Setting CFI region with two OFDM symbols (default)
Code cleanup
parent
46a8c83b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
openair2/LAYER2/MAC/eNB_scheduler_bch.c
openair2/LAYER2/MAC/eNB_scheduler_bch.c
+3
-1
openair2/LAYER2/MAC/eNB_scheduler_primitives.c
openair2/LAYER2/MAC/eNB_scheduler_primitives.c
+1
-1
No files found.
openair2/LAYER2/MAC/eNB_scheduler_bch.c
View file @
1bca870d
...
@@ -81,6 +81,7 @@ schedule_SIB1_MBMS(module_id_t module_idP,
...
@@ -81,6 +81,7 @@ schedule_SIB1_MBMS(module_id_t module_idP,
frame_t
frameP
,
sub_frame_t
subframeP
)
frame_t
frameP
,
sub_frame_t
subframeP
)
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
{
{
#ifdef SCHEDULE_SIB1_MBMS
int8_t
bcch_sdu_length
;
int8_t
bcch_sdu_length
;
int
CC_id
;
int
CC_id
;
eNB_MAC_INST
*
eNB
=
RC
.
mac
[
module_idP
];
eNB_MAC_INST
*
eNB
=
RC
.
mac
[
module_idP
];
...
@@ -299,6 +300,7 @@ schedule_SIB1_MBMS(module_id_t module_idP,
...
@@ -299,6 +300,7 @@ schedule_SIB1_MBMS(module_id_t module_idP,
frameP
,
CC_id
,
bcch_sdu_length
);
frameP
,
CC_id
,
bcch_sdu_length
);
}
}
}
}
#endif
}
}
...
@@ -924,7 +926,7 @@ schedule_SI_MBMS(module_id_t module_idP, frame_t frameP,
...
@@ -924,7 +926,7 @@ schedule_SI_MBMS(module_id_t module_idP, frame_t frameP,
"[eNB] Frame %d : Scheduling BCCH->DLSCH (TDD) for CC_id %d SI %d bytes (mcs %d, rb 3)
\n
"
,
"[eNB] Frame %d : Scheduling BCCH->DLSCH (TDD) for CC_id %d SI %d bytes (mcs %d, rb 3)
\n
"
,
frameP
,
CC_id
,
bcch_sdu_length
,
mcs
);
frameP
,
CC_id
,
bcch_sdu_length
,
mcs
);
}
else
{
}
else
{
LOG_D
(
MAC
,
"[eNB] Frame %d : Scheduling BCCH->DLSCH (FDD) for CC_id %d SI %d bytes (mcs %d, rb 3)
\n
"
,
frameP
,
CC_id
,
bcch_sdu_length
,
mcs
);
LOG_D
(
MAC
,
"[eNB] Frame %d : Scheduling BCCH-
MBMS-
>DLSCH (FDD) for CC_id %d SI %d bytes (mcs %d, rb 3)
\n
"
,
frameP
,
CC_id
,
bcch_sdu_length
,
mcs
);
}
}
...
...
This diff is collapsed.
Click to expand it.
openair2/LAYER2/MAC/eNB_scheduler_primitives.c
View file @
1bca870d
...
@@ -2905,7 +2905,7 @@ allocate_CCEs(int module_idP, int CC_idP, frame_t frameP, sub_frame_t subframeP,
...
@@ -2905,7 +2905,7 @@ allocate_CCEs(int module_idP, int CC_idP, frame_t frameP, sub_frame_t subframeP,
"Allocate CCEs subframe %d, test %d : (DL PDU %d, DL DCI %d, UL %d)
\n
"
,
"Allocate CCEs subframe %d, test %d : (DL PDU %d, DL DCI %d, UL %d)
\n
"
,
subframeP
,
test_onlyP
,
DL_req
->
number_pdu
,
DL_req
->
number_dci
,
subframeP
,
test_onlyP
,
DL_req
->
number_pdu
,
DL_req
->
number_dci
,
HI_DCI0_req
->
number_of_dci
);
HI_DCI0_req
->
number_of_dci
);
DL_req
->
number_pdcch_ofdm_symbols
=
1
;
DL_req
->
number_pdcch_ofdm_symbols
=
2
;
try_again:
try_again:
init_CCE_table
(
module_idP
,
CC_idP
);
init_CCE_table
(
module_idP
,
CC_idP
);
...
...
This diff is collapsed.
Click to expand it.
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