IF module slot_indication: send message in PNF
Use this function to implement distinct behavior for monolithic or PNF: - monolithic: run the scheduler, as normal - PNF: send a slot indication; the VNF will send an answer which the PNF will handle elsewhere. Add function declarations to make nr_ulsim compile, as NR_IF_Module.c is part of the MAC sources. As of now, this is necessary; I think the right way would be to take NR_IF_Module.c out of the MAC, and make this a "glue" library that sticks L1 and L2 together, in monolithic (in VNF, in that case, we should not link in L1, and for the PNF not the L2, creating separate executables... Rome was not built in one day).
Showing
Please register or sign in to comment