Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.35 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.35 KB

5GTQ: QoS-Aware 5G-TSN Simulation Framework (VTC Fall 2023 Paper)

5GTQ Framework of the publication: 5GTQ: QoS-Aware 5G-TSN Simulation Framework

To cite our work, please use the following BibTex code:

@inproceedings{rtcsa:2023,
  year         = { 2023 },
  location     = { Hong Kong },
  booktitle    = { 2023 IEEE 98th Vehicular Technology Conference: VTC2023-Fall },
  author       = { Rubi Debnath and Mustafa Selman Akinci and Devika Ajith and Sebastian Steinhorst },
  title        = { 5GTQ: QoS-Aware 5G-TSN Simulation Framework },
  pages        = { 7 },
  doi          = {   },
  issn         = {   },
  month        = {   },
}

Installation

Command line

Download and install OMNeT++ 6.0.x, then:

git clone --recurse-submodules [email protected]:inet-framework/5GTQ.git
cd 5GTQ
source setenv
make     # wait for the build to finish
cd tsnfivegcomm/simulations/globecom/Scenario_One/paper/TC1
tsn5g scenario222.ini

IDE

First clone the repo, then start the IDE:

git clone --recurse-submodules [email protected]:inet-framework/5GTQ.git
cd 5GTQ
opp_ide
  • Select the 5GTQ directory as a new workspace
  • Import all projects (inet, Simu5G, tsnfivegcomm)
  • Build the tsnfivegcomm project (which will also build inet and Simu5G)
  • Go to the simulations directory and select a scenario and then select run (or debug)