Commit 0ad60e3d authored by Cedric Roux's avatar Cedric Roux

set correct number of maxHarqTx

it was 8 in the past
now it is 4
we should get the value from config, not hardcoded
parent 7e0a98f1
......@@ -304,7 +304,7 @@ int add_new_ue(module_id_t mod_idP, int cc_idP, rnti_t rntiP,int harq_pidP)
p.ueCapabilities.resAllocType1 = true; /* TBC */
p.ueTransmitAntennaSelection = noneloop; /* TBC */
p.ttiBundling = false; /* TBC */
p.maxHarqTx = 8; /* get real one */
p.maxHarqTx = 4; /* get real one */
p.betaOffsetAckIndex = 0; /* TODO */
p.betaOffsetRiIndex = 0; /* TODO */
p.betaOffsetCqiIndex = 0; /* TODO */
......
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