• Robert Schmidt's avatar
    Call indication regularly · e3bad16a
    Robert Schmidt authored
    Upon reception of FAPI UL messages (e.g., RACH.indication), those
    messages are put into queues, to be delivered in a single call,
    NR_UL_indication(). Call the scheduler to trigger processing in UL.
    
    Note that ideally, these queues should not exist at all, and messages
    should just be delivered asynchronously, as this would lead to less
    copying of messages. Currently, we fulfill the scheduler interface
    instead.
    
    Important! Trigger UL after having run DL scheduler and sent the
    messages, to ensure short delay between Slot.indication, and the
    response to those messages.
    e3bad16a
nfapi_vnf.c 84.1 KB