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 about UPF TrafficFlowFilter Connection to Ethernet gate #135

Closed dekaio closed 1 year ago

dekaio commented 1 year ago

Hi,

In the current model, the UPF Traffic flow filter is connected only to the pppFilterGate. May I know if connecting the Traffic Flow Filter to the ethernet interface is correct?

Thank you.

giovanninardini commented 1 year ago

The trafficFlowFilter module is the module receiving the packets from the Internet domain (i.e., from the outside of the 5G network domain). In the UPF module, the pppFilterGate is the gate connected to the Internet domain, so that is why the trafficFlowFilter is connected to it.

dekaio commented 1 year ago

Thank you. My UPF module is connected to an L2 switch via an Ethgate. In this scenario, is it correct to connect the Eth gate to the trafficFlowFilter?

giovanninardini commented 1 year ago

I think you can do it, yes.

dekaio commented 1 year ago

Thanks