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
常顺宇
OpenXG-RAN
Commits
b497dcc2
Commit
b497dcc2
authored
5 years ago
by
masayuki.harada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change to send DL req in the subframe without DL dci.
parent
2cfb5aa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
openair1/SCHED/fapi_l1.c
openair1/SCHED/fapi_l1.c
+7
-0
No files found.
openair1/SCHED/fapi_l1.c
View file @
b497dcc2
...
...
@@ -1003,6 +1003,13 @@ void schedule_response(Sched_Rsp_t *Sched_INFO) {
oai_nfapi_dl_config_req
(
Sched_INFO
->
DL_req
);
// DJP - .dl_config_request_body.dl_config_pdu_list[0]); // DJP - FIXME TODO - yuk - only copes with 1 pdu
Sched_INFO
->
UE_release_req
->
sfn_sf
=
frame
<<
4
|
subframe
;
oai_nfapi_ue_release_req
(
Sched_INFO
->
UE_release_req
);
}
else
if
((
NFAPI_MODE
!=
NFAPI_MONOLITHIC
)
&&
!
do_oai
){
if
(
subframe_select
(
fp
,
subframe
)
!=
SF_UL
){
DL_req
->
sfn_sf
=
frame
<<
4
|
subframe
;
DL_req
->
dl_config_request_body
.
tl
.
tag
=
NFAPI_DL_CONFIG_REQUEST_BODY_TAG
;
DL_req
->
header
.
message_id
=
NFAPI_DL_CONFIG_REQUEST
;
oai_nfapi_dl_config_req
(
Sched_INFO
->
DL_req
);
}
}
if
((
NFAPI_MODE
!=
NFAPI_MONOLITHIC
)
&&
number_hi_dci0_pdu
!=
0
)
{
...
...
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