V2Xgithub / WiLabV2Xsim

V2X simulator
GNU General Public License v3.0
79 stars 32 forks source link

enhance usage of posDelay, add posPacketLoss param #29

Closed chestnutcase closed 12 months ago

chestnutcase commented 1 year ago

Dear V2Xsim maintainers,

This is the last feature-based pull request I would like you to review before I work on restoring full tracefile support. In my research, I have been researching how centralized algorithms will suffer under increasing signalling delay and loss (of the vehicle position) to the gNB.

This update changes/adds the following parameters:

This update changes/adds the following internal state variables:

This update changes/adds the behavior of the following functions:

This update also contains the following refactors for maintainability:

Finally, it also contains unit tests for the addPosDelay function.

chestnutcase commented 1 year ago

Oops, misspelled the class member in the constants class. Should be REASSIGN_BR_ALGORITHMS_AUTONOMOUS

chestnutcase commented 12 months ago

closing pull request, will merge with the main PR for project overhaul