Commit 04c24ff6 authored by Cedric Roux's avatar Cedric Roux

minor cleanup

parent daee800e
...@@ -1117,6 +1117,8 @@ schedule_ulsch(module_id_t module_idP, ...@@ -1117,6 +1117,8 @@ schedule_ulsch(module_id_t module_idP,
eNB_MAC_INST *mac = NULL; eNB_MAC_INST *mac = NULL;
slice_info_t *sli = NULL; slice_info_t *sli = NULL;
COMMON_channels_t *cc = NULL; COMMON_channels_t *cc = NULL;
int sched_subframe;
int sched_frame;
/* Init */ /* Init */
mac = RC.mac[module_idP]; mac = RC.mac[module_idP];
...@@ -1125,11 +1127,6 @@ schedule_ulsch(module_id_t module_idP, ...@@ -1125,11 +1127,6 @@ schedule_ulsch(module_id_t module_idP,
start_meas(&(mac->schedule_ulsch)); start_meas(&(mac->schedule_ulsch));
/* Second setup step */
int sched_subframe = 0;
int sched_frame = 0;
/* Second init step */
sched_subframe = (subframeP + 4) % 10; sched_subframe = (subframeP + 4) % 10;
sched_frame = frameP; sched_frame = frameP;
cc = mac->common_channels; cc = mac->common_channels;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment