Skip to content

Project containing basis classes for RRM operations.

License

Notifications You must be signed in to change notification settings

lasseufpa/sixg_radio_mgmt

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages