OpenAirInterface on Colosseum
October 11, 2022 ยท View on GitHub
This repository contains some tools and configurations made to run OpenAirInterface (OAI) on the Colosseum testbed
Core
TODO
RAN
How to run OAI
- Install the dependencies using pip
pip -r requirements.txt - Copy the env file and eventually adapt it
cp .env.colosseum .env - Run the UE or the gNB by calling
python ran.py
Configuration parameters
--numerologyor-nsets the subcarrier spacing (0 for 15khz, 1 for 30khz and so on)--prbor-osets the number of Resource Blocks (24,51,106, etc)--channelor-csets the channel number. See the conf.json to see the different available channels--typeor-tses the node role among 'ue', 'donor' or 'relay'--gdballow to run OAI under gdb for debug purposes--numaruns OAI under a specific NUMA policy that improves its performances