Commit 1a470d5a authored by Raymond Knopp's avatar Raymond Knopp

logging for debug

parent c4250dcd
...@@ -3283,6 +3283,8 @@ bool nr_ue_sl_pssch_scheduler(NR_UE_MAC_INST_t *mac, ...@@ -3283,6 +3283,8 @@ bool nr_ue_sl_pssch_scheduler(NR_UE_MAC_INST_t *mac,
if (!schedule_slsch) return false; if (!schedule_slsch) return false;
LOG_I(NR_MAC,"SLSCH : slsch_pdu_length_max %d\n",slsch_pdu_length_max);
const uint8_t sh_size = sizeof(NR_MAC_SUBHEADER_LONG); const uint8_t sh_size = sizeof(NR_MAC_SUBHEADER_LONG);
uint8_t *pdu = tx_config->tx_config_list[0].tx_pscch_pssch_config_pdu.slsch_payload; uint8_t *pdu = tx_config->tx_config_list[0].tx_pscch_pssch_config_pdu.slsch_payload;
......
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