Commit 64962e9e authored by Robert Schmidt's avatar Robert Schmidt

more time for VNF

parent 71e2546c
......@@ -2273,9 +2273,9 @@ void oai_subframe_ind(uint16_t sfn, uint16_t sf) {
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 two additional slots 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
uint8_t slot_ahead = 2;
uint8_t slot_ahead = 4;
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);
......
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