• Melissa Elkadi's avatar
    Queuing all nFAPI messages and handling after slot ind · 746d0746
    Melissa Elkadi authored
    This commit changes the stub functionality entirely.
    We are now queueing any received NR nFAPI message
    and handling it only after we recevie a slot ind
    that corresponds with the nFAPI message's sfn/slot
    value. When doing this, an existing issue has been
    brought to light. The gNB and NR UE are not in sync
    when it comes to their slot indications. Generally,
    the NR UE seems to be ahead of the gNB by around 6-7
    slots. This commit has a hack... when we receive a
    slot indication at the moment, we decrament it by 6
    to try to keep the NRUE from being ahead of the gNB.
    This will be fixed shortly... This was a temporary
    fix..
    746d0746
rrc_UE.c 137 KB