lasseufpa / sixg_radio_mgmt

Project containing basis classes for RRM operations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rrm-structure

Code containing basis classes for radio resource management.

Install

  • Install pipenv
  • Install dependencies using pipenv: pipenv install
  • To access the virtual environment created, run pipenv shell, now all commands which you run will be performed into virtual enviroment created
  • (In case you want to contribute with this repo, if not you can skip this step) Activate pre-commit hooks to use black formatter, flake8 lint, Isort references and Pyright type check. Run pre-commit install. Now every time you make a commit, black formatter, flake8, isort and pyrights will make tests to verify if your code is following the patterns (you can adapt your IDE or text editor to follow this patterns, e.g. vs code).

About

Project containing basis classes for RRM operations.

License:MIT License


Languages

Language:Python 100.0%