Commit 281dc32c authored by Ejaz Ahmed's avatar Ejaz Ahmed

Updated confurations; formatted logs

parent bb35caeb
......@@ -804,7 +804,7 @@ void nr_ue_process_mac_sl_pdu(int module_idP,
break;
}
case SL_SCH_LCID_SL_PADDING:
LOG_D(NR_MAC,"Received padding\n");
LOG_D(NR_MAC, "Received padding\n");
done = 1;
break;
case SL_SCH_LCID_SCCH_PC5_NOT_PROT:
......
......@@ -3283,7 +3283,7 @@ bool nr_ue_sl_pssch_scheduler(NR_UE_MAC_INST_t *mac,
if (!schedule_slsch) return false;
LOG_D(NR_MAC,"SLSCH : slsch_pdu_length_max %d\n",slsch_pdu_length_max);
LOG_D(NR_MAC, "SLSCH : slsch_pdu_length_max %d\n", slsch_pdu_length_max);
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;
......
......@@ -41,7 +41,7 @@ SIDELINK_PRECONFIGURATION = (
# Num Symbols used for Sidelink in an uplink slot
# Herein, sl_LengthSymbols represents an index; not the number of symbols.
# This index value can be from 0 to 7 representing the (7 to 14 symbols)
sl_LengthSymbols = 7;
sl_LengthSymbols = 5;
#Sidelink Starting symbol in a slot
#Value can be between symbols 0 to 7
sl_StartSymbol = 0;
......@@ -77,7 +77,7 @@ SIDELINK_PRECONFIGURATION = (
sl_NumSubchannel = 1;
# period of PSFCH resource in units of slots within this resource pool
# Possible values sl0 means no PSFCH resource, {sl0, sl1, sl2, sl4}
sl_PSFCH_Period = 3; //sl0
sl_PSFCH_Period = 0; //sl0
# Number of cyclic shift pairs used for a PSFCH transmission that can be multiplexed in a PRB
# Possible values {n1, n2, n3, n4}
sl_NumMuxCS_Pair = 1;
......@@ -108,7 +108,7 @@ SIDELINK_PRECONFIGURATION = (
sl_NumSubchannel = 1;
# period of PSFCH resource in units of slots within this resource pool
# Possible values sl0 means no PSFCH resource, {sl0, sl1, sl2, sl4}
sl_PSFCH_Period = 3; //sl0
sl_PSFCH_Period = 0; //sl0
# Number of cyclic shift pairs used for a PSFCH transmission that can be multiplexed in a PRB
# Possible values {n1, n2, n3, n4}
sl_NumMuxCS_Pair = 1;
......
......@@ -41,7 +41,7 @@ SIDELINK_PRECONFIGURATION = (
# Num Symbols used for Sidelink in an uplink slot
# Herein, sl_LengthSymbols represents an index; not the number of symbols.
# This index value can be from 0 to 7 representing the (7 to 14 symbols)
sl_LengthSymbols = 7;
sl_LengthSymbols = 5;
#Sidelink Starting symbol in a slot
#Value can be between symbols 0 to 7
sl_StartSymbol = 0;
......@@ -77,7 +77,7 @@ SIDELINK_PRECONFIGURATION = (
sl_NumSubchannel = 1;
# period of PSFCH resource in units of slots within this resource pool
# Possible values sl0 means no PSFCH resource, {sl0, sl1, sl2, sl4}
sl_PSFCH_Period = 3; //sl0
sl_PSFCH_Period = 0; //sl0
# Number of cyclic shift pairs used for a PSFCH transmission that can be multiplexed in a PRB
# Possible values {n1, n2, n3, n4}
sl_NumMuxCS_Pair = 1;
......@@ -108,7 +108,7 @@ SIDELINK_PRECONFIGURATION = (
sl_NumSubchannel = 1;
# period of PSFCH resource in units of slots within this resource pool
# Possible values sl0 means no PSFCH resource, {sl0, sl1, sl2, sl4}
sl_PSFCH_Period = 3; //sl0
sl_PSFCH_Period = 0; //sl0
# Number of cyclic shift pairs used for a PSFCH transmission that can be multiplexed in a PRB
# Possible values {n1, n2, n3, n4}
sl_NumMuxCS_Pair = 1;
......
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