Closed ysj4242 closed 7 months ago
Hi! The variable phyParams.BRoverlapAllowed is not used to activate the pre-emption.
It allows the packets to overlap with each other. Maybe an example could explain it well:
Let's assume that there are 5 subchannels in the frequency domain, with IDs of 1~5. Each packet will occupy 2 subchannels to be transmitted.
I've understood it perfectly! Thank you so much for your response!
Hello, I have a new question.
What role does the code phyParams.BRoverlapAllowed play? From my understanding, when this code is set to true, it allows multiple resources to be reserved in the same BR position simultaneously. Wouldn't this situation lead to collisions between resources? I understand that to prevent such collisions, the 5G NR implements a pre-emption mechanism. Is this code used to activate that pre-emption mechanism?
If my question is unclear, please ask me to clarify. I always receive a lot of help from your simulator, and I'm truly thankful for that.