Unipisa / Simu5G

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

Collector module and DC-GBR QoS #114

Open dekaio opened 1 year ago

dekaio commented 1 year ago

Hi,

  1. The collector module in Simu5G consists of non-GBR and GBR traffic classifications. However, they are not used for decision-making of MAC layer service classes or RLC layer selection. What exactly is the purpose of these modules apart from providing statistics?
  2. Does Simu5G have any 5QI mechanisms implemented?
  3. Does the existing MAC layer and RLC layer support DC-GBR traffic class?

Thank you very much. Best Regards

linofex commented 1 year ago

Hi,

  1. the collector module is used to retrieve statistics in order to implement the RNI MES service (link. Currently, Simu5G does not implement GBR traffic, so only non-GBR traffic statistics are present.

  2. Currently, Simu5G does not have any 5QI mechanism.

  3. Simu5G does not provide GBR traffic. It uses logical connection identifiers (LCID, <sourceAddr, destAddr, sourcePort, destPort>) to identify flows.

Best regards

dekaio commented 1 year ago

Thank you.

  1. Is it possible to associate multiple MAC queues to an LCID flow?
  2. If one were to implement GBR traffic in Simu5G, where should they start? What are the parameters they need to take care of?

Best regards