Closed lucabaldesi closed 3 years ago
Hey, I am afraid all what your asking for isn't implemented. Cells are statically configured and loaded at startup. They can't be changed at run time.
Thanks
Can we change the Tx and Rx gains at run time ?
Did anyone find a solution for changing parameters in real time?
Hi, in the end I implemented an interface that at run time allows the change of the frequency. It is not possible to add/remove a cell but I configured two cells and kept one active while I was reconfiguring the other, then triggered a seamless handover of the clients from one cell to another (as described in the 3GPP standard).
For the technical explanation: https://baldesi.ovh/download/Baldesi2022Charm.pdf Code is available here: https://github.com/lucabaldesi/srsRAN
@lucabaldesi Great. Thanks very much. I will examine it.
Hi, first, thank you for this project! I am experimenting with eNodeB and I am currently trying to reconfigure at runtime (according to a trigger function I still have to define) the channel frequency (or the earfcn). So far, I have identified two ways to accomplish this,
The first option, being more straightforward, makes more sense, but I could not find a direct mapping in the code API (rcc_mobility.h). I imagine I may accomplish this by using the function handle_ho_req() as a template.
Questions:
Best, Luca
[1] https://docs.srslte.com/en/latest/app_notes/source/handover/source/index.html#handover-appnote