Unipisa / Simu5G

Simu5G - 5G NR and LTE/LTE-A user-plane simulation model for OMNeT++ & INET
https://simu5g.org
Other
146 stars 83 forks source link

set Resource Type for packet forwarding treatment #72

Closed gehirndienst closed 1 year ago

gehirndienst commented 1 year ago

Hello!

as it is written at the end of README, Simu5G currently (I hope only currently) does not support bearers. It means I can not set resource type for my packets (gbr, dcgbr, ngbr), which is the part of QoS. But at the same time I see some gbr/ngbr getters and setters in StatsCollector classes. Does it mean it is still possible to set RT somehow?

giovanninardini commented 1 year ago

Hello,

no, at the moment Simu5G does not support bearers for handling QoS. The statsCollector class is only used by our MEC model to retrieve information related to the Radio Network Information Service (RNIS). According to the ETSI MEC standard, the RNIS API should expose information for all the types of bearers, so we added getters/setters for all of them for better standard compliance, although only the non-gbr ones are actually implemented and returns useful information.