Requirement for Clock accuracy for CSL feature #9514
-
Hello OT Community, I understand that there is no specific requirement for clock accuracy before the implementation the CSL feature. I am wondering about the requirements for clock accuracy for CLS feature. Is there a specific requirement? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm not sure what's the worst accuracy that still keeps CSL work. CSL itself takes Accuracy into consideration:
That means, the worse accuracy the Transmitter or Receiver has, the larger extra sample window the receiver will have. This is implemented in OT's implementation.
Currently in OT, accuracy larger than 255 cannot be supported. When designing this, we don't expect accuracy larger than that. From our experience, the accuracy should be small to make this work. Otherwise it means we have to increase the receiver's sample window, which is not a good thing. |
Beta Was this translation helpful? Give feedback.
Hi @AhmedEsmailm
I'm not sure what's the worst accuracy that still keeps CSL work. CSL itself takes Accuracy into consideration:
That means, the worse accuracy the Transmitter or Receiver has, the larger extra sample window the receiver will have. This is implemented in OT's implementation.
Currently in OT, accuracy larg…