wineslab / colosseum-scope

Source code for the paper L. Bonati, S. D'Oro, S. Basagni, and T. Melodia, "SCOPE: An Open and Softwarized Prototyping Platform for NextG Systems," in Proceedings of ACM MobiSys, June 2021.
https://dl.acm.org/doi/10.1145/3458864.3466863
GNU General Public License v3.0
35 stars 14 forks source link

Upgrading to srsRAN 22.10 #6

Closed aabedii closed 1 year ago

aabedii commented 1 year ago

Is it relatively easy for someone to upgrade scope to work with the latest version of srsRAN? I appreciate some pointers.

leonardobonati commented 1 year ago

I would say it's rather involved as SCOPE was based on srsRAN version 20.04 (which is mainly LTE), while as far as I know 22.10 has been rewritten to implement 5G-oriented functionalities. That said, it really depends which parts you wish to extend (e.g., implementing the collection of the KPIs measured by srsRAN might be easier than programming novel schedulers or slicing functionalities from scratch).

aabedii commented 1 year ago

Thank you for the answer.