Commit be01a3bb authored by Cedric Roux's avatar Cedric Roux

typo

parent fbab9806
...@@ -541,7 +541,7 @@ void SR_indication(module_id_t mod_idP, int cc_idP, frame_t frameP, rnti_t rntiP ...@@ -541,7 +541,7 @@ void SR_indication(module_id_t mod_idP, int cc_idP, frame_t frameP, rnti_t rntiP
if (UE_id != -1) { if (UE_id != -1) {
/* no SR indication if the CC is not the primary CC /* no SR indication if the CC is not the primary CC
* (the UE currently can only tranmit on the primary CC) * (the UE currently can only transmit on the primary CC)
*/ */
if (cc_idP != UE_PCCID(mod_idP, UE_id)) if (cc_idP != UE_PCCID(mod_idP, UE_id))
return; return;
......
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