Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finding Packet Drop for Ue to MEC communication #169

Closed
mahbub-iut opened this issue Jul 18, 2023 · 2 comments
Closed

Finding Packet Drop for Ue to MEC communication #169

mahbub-iut opened this issue Jul 18, 2023 · 2 comments

Comments

@mahbub-iut
Copy link

I am simulating an application where NRUe sends BSM messages with a 10 HZ frequency to the MEC. I am simulating around 1000 UE in 10 minutes and I can calculate the delay of these messages. However, is there any way that I can find out the number of packets dropped in the simulation?

@mahbub-iut mahbub-iut changed the title Finding Packet Loss for Ue to MEC communication Finding Packet Drop for Ue to MEC communication Jul 18, 2023
@giovanninardini
Copy link
Collaborator

If you are interested in knowing the packet loss at the application level, then you should implement such a metric in your application.
One option is to record two statistics: 1) the number of message sent by the UE, and 2) the number of messages received by the MEC app. Then you can compute the difference as post processing operation.

@mahbub-iut
Copy link
Author

mahbub-iut commented Sep 11, 2023

Thank you for your response. I am talking about lower-level packet drop. I have a couple of questions related to that:

  1. I found the statistics for uplink harqTxAttemptsUL and subsequent harqErrorRate_1st_UL,harqErrorRate_2nd_IL,harqErrorRate_3rd_UL, and harqErrorRate_4th_UL but finding it difficult to understand how it relates to Mac Layer packet drop or the number of retransmissions of packet?

  2. Is there any way to find the Packet Reception rate (PRR) and Packet Error rate?

  3. What is the minimum SINR value for the successful reception of the packet at the receiver?

  4. I am also thinking about dynamically changing the configuration such as numerology, number of bands based on application layer delay, PRR, and PER. Is it possible in Simu5G to change the gNodeB parameter while the simulation is running?

@Unipisa Unipisa locked and limited conversation to collaborators Apr 20, 2024
@rhornig rhornig converted this issue into discussion #217 Apr 20, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants