Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
openairinterface5G
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
150
Issues
150
List
Board
Labels
Milestones
Merge Requests
11
Merge Requests
11
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
oai
openairinterface5G
Commits
3768723c
Commit
3768723c
authored
Feb 12, 2018
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unnecessary comments
parent
ceece569
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
9 deletions
+2
-9
eNB_scheduler_dlsch.c
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
+0
-1
proto.h
openair2/LAYER2/MAC/proto.h
+2
-7
rrc_eNB.c
openair2/RRC/LITE/rrc_eNB.c
+0
-1
No files found.
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
View file @
3768723c
...
...
@@ -541,7 +541,6 @@ schedule_dlsch(module_id_t module_idP,
}
// Run each enabled slice-specific schedulers one by one
/* TODO Navid took out the dl_info additional information */
slice_sched_dl
[
i
](
module_idP
,
i
,
frameP
,
subframeP
,
mbsfn_flag
/*, dl_info*/
);
}
...
...
openair2/LAYER2/MAC/proto.h
View file @
3768723c
...
...
@@ -38,23 +38,18 @@
/**
* slice specific scheduler
*/
/* TODO Navid: Protocol__FlexranMessage -> unknown when compiling without
* FlexRAN, what to do with it? Matches schedule_ue_spec now */
typedef
void
(
*
slice_scheduler_dl
)(
module_id_t
mod_id
,
slice_id_t
slice_id
,
frame_t
frame
,
sub_frame_t
subframe
,
int
*
mbsfn_flag
/* Protocol__FlexranMessage **dl_info*/
);
int
*
mbsfn_flag
);
/* TODO Navid: the same as above, matches schedule_ulsch_rnti now */
typedef
void
(
*
slice_scheduler_ul
)(
module_id_t
mod_id
,
slice_id_t
slice_id
,
frame_t
frame
,
sub_frame_t
subframe
,
unsigned
char
sched_subframe
,
uint16_t
*
first_rb
/* Protocol__FlexranMessage **ul_info*/
);
uint16_t
*
first_rb
);
/** \fn void schedule_mib(module_id_t module_idP,frame_t frameP,sub_frame_t subframe);
\brief MIB scheduling for PBCH. This function requests the MIB from RRC and provides it to L1.
...
...
openair2/RRC/LITE/rrc_eNB.c
View file @
3768723c
...
...
@@ -3362,7 +3362,6 @@ rrc_eNB_generate_defaultRRCConnectionReconfiguration(const protocol_ctxt_t* cons
}
#if defined(FLEXRAN_AGENT_SB_IF)
/* TODO Navid: does this belong here? */
//-----------------------------------------------------------------------------
void
flexran_rrc_eNB_generate_defaultRRCConnectionReconfiguration
(
const
protocol_ctxt_t
*
const
ctxt_pP
,
...
...
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