Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
e36c5b60
Commit
e36c5b60
authored
Apr 11, 2017
by
Xenofon Foukas
Browse files
Fixed compilation errors when compiling without agent enabled
parent
1603d367
Changes
2
Hide whitespace changes
Inline
Side-by-side
openair2/LAYER2/MAC/eNB_scheduler.c
View file @
e36c5b60
...
...
@@ -1082,15 +1082,16 @@ void eNB_dlsch_ulsch_scheduler(module_id_t module_idP,uint8_t cooperation_flag,
for
(
CC_id
=
0
;
CC_id
<
MAX_NUM_CCs
;
CC_id
++
)
allocate_CCEs
(
module_idP
,
CC_id
,
subframeP
,
0
);
// #if defined(FLEXRAN_AGENT_SB_IF)
// #ifndef DISABLE_CONT_STATS
#if defined(FLEXRAN_AGENT_SB_IF)
#ifndef DISABLE_CONT_STATS
flexran_agent_send_update_stats
(
module_idP
);
//Send subframe trigger to the controller
// if (mac_agent_registered[module_idP]) {
// agent_mac_xface[module_idP]->flexran_agent_send_update_mac_stats(module_idP);
// }
//
#endif
//
#endif
flexran_agent_send_update_stats
(
module_idP
);
#endif
#endif
/*
int dummy=0;
for (i=0;
...
...
openair2/RRC/LITE/rrc_eNB.c
View file @
e36c5b60
...
...
@@ -2158,6 +2158,7 @@ rrc_eNB_generate_defaultRRCConnectionReconfiguration(const protocol_ctxt_t* cons
PDCP_TRANSMISSION_MODE_CONTROL
);
}
#if defined(FLEXRAN_AGENT_SB_IF)
//-----------------------------------------------------------------------------
void
...
...
@@ -2749,7 +2750,7 @@ flexran_rrc_eNB_generate_defaultRRCConnectionReconfiguration(const protocol_ctxt
PDCP_TRANSMISSION_MODE_CONTROL
);
}
#endif
//-----------------------------------------------------------------------------
...
...
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