Commit e000f7c2 authored by Robert Schmidt's avatar Robert Schmidt

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

parent ceaf4198
...@@ -2114,7 +2114,7 @@ void handle_nr_slot_ind(uint16_t sfn, uint16_t slot) ...@@ -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 //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 //we give four additional slots (2ms) which should be enough time for the VNF to
//answer //answer
uint8_t slot_ahead = 4; uint8_t slot_ahead = 2;
uint32_t sfn_slot_tx = sfnslot_add_slot(sfn, slot, slot_ahead); uint32_t sfn_slot_tx = sfnslot_add_slot(sfn, slot, slot_ahead);
uint16_t sfn_tx = NFAPI_SFNSLOT2SFN(sfn_slot_tx); uint16_t sfn_tx = NFAPI_SFNSLOT2SFN(sfn_slot_tx);
uint8_t slot_tx = NFAPI_SFNSLOT2SLOT(sfn_slot_tx); uint8_t slot_tx = NFAPI_SFNSLOT2SLOT(sfn_slot_tx);
......
...@@ -23,6 +23,7 @@ L1s = ( ...@@ -23,6 +23,7 @@ L1s = (
RUs = ( RUs = (
{ {
local_rf = "yes" local_rf = "yes"
sl_ahead = 5;
nb_tx = 1 nb_tx = 1
nb_rx = 1 nb_rx = 1
att_tx = 0 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