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

Question on enabling 802.1q MAC module on UPF #138

Closed dekaio closed 1 year ago

dekaio commented 1 year ago

Hi,
I see that the UPF has three MAC types:- ethernet, 802.1q and 802.1r.
If I want to enable 802.1q based MAC, how can I do it?
Setting the Maclayer as in
eth[*].macLayer.queue.typename = default("Ieee8021q" ); does not seem to have any effect.

Thank you.

giovanninardini commented 1 year ago

Hi, this question seems not to be really relevant to Simu5G, so you should not ask it here probably. Anyway, when you add an interface you should also take care of using that interface, which means that your layer3 configuration is made such that traffic goes through that new link you added.