Commit bc0caf46 authored by Robert Schmidt's avatar Robert Schmidt

slot_ahead 2, so with RU.sl_ahead=5 Msg.2 alloc still works (hack)

parent a6aa5d83
......@@ -2114,7 +2114,7 @@ void handle_nr_slot_ind(uint16_t sfn, uint16_t slot)
//send VNF slot indication, which is aligned with TX thread, so that it can call the scheduler
//we give four additional slots (2ms) which should be enough time for the VNF to
//answer
uint8_t slot_ahead = 4;
uint8_t slot_ahead = 2;
uint32_t sfn_slot_tx = sfnslot_add_slot(sfn, slot, slot_ahead);
uint16_t sfn_tx = NFAPI_SFNSLOT2SFN(sfn_slot_tx);
uint8_t slot_tx = NFAPI_SFNSLOT2SLOT(sfn_slot_tx);
......
......@@ -20,6 +20,7 @@ L1s = (
RUs = (
{
local_rf = "yes"
sl_ahead = 5;
nb_tx = 1
nb_rx = 1
att_tx = 0
......
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