V2Xgithub / WiLabV2Xsim

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

Question About Blind Retransmission #34

Closed ysj4242 closed 8 months ago

ysj4242 commented 8 months ago

I hope this message finds you well. I am currently using a simulator and have encountered a question regarding its functionalities. Specifically, I am interested in implementing the blind retransmission feature. I was wondering if setting the variable 'cv2xNumberOfReplicasMax' would accomplish this. I noticed that this variable cannot exceed 3. Does this mean that it is not possible to implement more than three repetitions? I would greatly appreciate it if you could provide me with some tips regarding this matter. Thank you for your time and assistance.

VittorioTodisco commented 8 months ago

Hello, yes, the currently available version already includes blind retransmissions up to a maximum of 1 retransmission. Please set 'cv2xNumberOfReplicasMax' equal to two. There are small differences between LTE and NR. For example, in NR the first transmission reserves the second transmission. Both resources also reserve the future allocation according to the SPS scheme.

Let me know if you encounter any issue.

VittorioTodisco commented 8 months ago

.