I am trying to find an efficient way of changing the 5G system level simulator’s code so that the context of the cell association between the UE and BS is maintained from the prior chunk.
This is a critical section of developing a handover algorithm, as I cannot have cell associations re-initialising every chunk.
I require the cell association to change based off a specific handover condition (i.e. for LTE-A it would be a threshold received signal strength).
I understand that I may not be able to use the parallel pooling with this.
Is there a way to change the context awareness of the simulation, so that each cell association configuration is dependent on its prior chunk?
Please help.
Thank you!