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

packetSize and period #90

Closed wggegshjg closed 1 year ago

wggegshjg commented 1 year ago

Dear author In the AlertSender application,In the multi connection scenario, I changed the packetsize and transmission period of the transmission packets. for example, .ue[].app[0].packetSize=4000 .ue[].app[1].packetSize=10000 .ue[].app[0].tos=1 .ue[].app[1].tos=10 .ue[].app[*].period = 0.01s

I found that nearly half of the data packets were lost. I want to ask what is the cause and what should I do?