-
Notifications
You must be signed in to change notification settings - Fork 134
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
PER recording #197
Comments
Hi @SamirRachedi, I remember reading in OMNeT++'s documentation that the first line match in omnetpp.ini that corresponds to each NED parameter is selected, the other matches are ignored. In this case, your two last lines are probably ignored. Maybe there is another way of disabling other statistics? Best Regards |
Hi @MadeInPierre, I thought of that too at first. So I tried adding the following lines to test: And these lines worked just fine (recording stats for CA transmissions and receptions). But not the PER stats. This is where I was lost, I don't know exactly what went wrong. Thanks anyway. |
If i'm not mistaken, the first of these two lines does not match the second since So the parameter |
No problem at all @MadeInPierre , it's always nice to exchange with others. I guess you get my point. Thanks anyway. |
I guess you have managed to record PERs, do you @SamirRachedi? Do you think we should add some information about result recording to our documentation, i.e. beyond the information provided by OMNeT++ itself? |
Hello @riebl, I managed to understand what I did wrong and I'm getting the PER now. Just Don't know how to get curves of PER vs Distance like in the figure below: Appreciate any help. thanks a lot. |
I have added a task regarding "X-distance-plots" to #215 and thus close this issue now. |
hello @riebl,
How to record only Packet Error rate for a scenario (disable all other recordings)?
I tried adding this on my omnetpp.ini to disable all stats : .node[].wlan[*].**.statistic-recording = false
Then, I added these lines to record PER:
.node[].**.packetErrorRate.statistic-recording = true
.node[].**.packetErrorRate.result-recording-modes = all
But it's not working?
Thanks in advance.
The text was updated successfully, but these errors were encountered: