• hsum's avatar
    Ensure equal PNF timing pace · 65bc677f
    hsum authored
    If VNF and PNF are deployed through different processes, it's crucial to
    maintain synchronization and ensure smooth operation. This commit
    addresses the need to keep the VNF slot ahead of 2 (as required for
    network deployment), while ensuring that PNFs wait appropriately to
    avoid overtaking the slot. Specifically, this involves measuring slot
    duration and implementing a wait mechanism to ensure that PNFs do not
    exceed a slot duration of 300 microseconds. This ensures proper smooth
    operation, especially in the case of RFsim.
    65bc677f
nfapi_pnf.c 95.1 KB