Skip to content

v0.1.0

Compare
Choose a tag to compare
@CarlosAndreo CarlosAndreo released this 16 May 12:01
· 574 commits to main since this release
8e96868

v0.1.0 - 2024-05-16

Added

  • Different descriptors defining different trial networks.
  • Detailed documentation including different sections about TNLCM.
  • API using Python and the Flask-RESTX library.
  • Routes for callback, sixglibrary, trial networks, users and verification.
  • Docker compose for MongoDB database to manage the TNs.
  • Integration with 6G-Library v0.1.0.
  • Connection with Jenkins for the deployment of different components. Currently 8 types of components are running:
    • tn_vxlan
    • tn_bastion
    • vm_kvm
    • vxlan
    • k8s_medium
    • open5gs
    • UERANSIM-gNB
    • UERANSIM-UE
  • Logs to check TNLCM behavior.
  • First integration with pytest.

Changed

  • Create TNLCM from scratch.

Removed

  • Frontend implementation.