Commit 8eb22e72 authored by Robert Schmidt's avatar Robert Schmidt

Remove duplicate statements

parent 2c64a0d7
...@@ -2259,8 +2259,6 @@ void nr_ue_pucch_scheduler(module_id_t module_idP, frame_t frameP, int slotP, in ...@@ -2259,8 +2259,6 @@ void nr_ue_pucch_scheduler(module_id_t module_idP, frame_t frameP, int slotP, in
.resource_indicator = -1, .resource_indicator = -1,
.initial_pucch_id = -1 .initial_pucch_id = -1
}; };
pucch.resource_indicator = -1;
pucch.initial_pucch_id = -1;
uint16_t rnti = mac->crnti; //FIXME not sure this is valid for all pucch instances uint16_t rnti = mac->crnti; //FIXME not sure this is valid for all pucch instances
// SR // SR
......
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