Refactor handle_pusch_decode_trigger separating pusch_rx and pusch_DTX
The function handle_pusch_decode_trigger() consists of PUSCH RX processing and PUSCH DTX detection
per UE. This is now split into two functions: handle_pusch_rx_trigger() and handle_pusch_DTX(). This
is needed for group based processing where each group consists of multiple UEs and
handle_pusch_rx_trigger() processes PUSCH RX for multiple UEs jointly while handle_pusch_DTX() need to
detect PUSCH DTX per UE.
Signed-off-by:
Rakesh Mundlamuri <rakesh.mundlamuri@openairinterface.org>
Showing
Please register or sign in to comment