Skip to content
forked from tum-esi/5GTQ

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

Notifications You must be signed in to change notification settings

inet-framework/5GTQ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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 git@github.com: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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.7%
  • Shell 8.4%
  • Makefile 7.9%