Not able to disable receiving window of L072Z LRWAN1.
Hello everyone
I'm trying to using/operate L072Z LRWAN1 in class c. I'm able to know that node is operating in class c( I'm attaching images below). But i want to disable the receiving window to get faster data rate.
In class A I'm getting 20 frames per minute at SF7. when i try switching to class C number of frames per minute switched to 12 per minute. As the number of frames are reducing the data rate is also decreasing. Hence i want to disable the receiving window to get faster data rate
I have done these changes:
#define LORAWAN_DEFAULT_CLASS CLASS_A to
#define LORAWAN_DEFAULT_CLASS CLASS_C
Is there any other settings to do to operate in class C?
.This image is of terminal In class A.

This is the terminal image of Class C.

This image show the Tx and Rx sequence in Class C and it matches with terminal image for class C.
Not able to understand the sequence. Why after Tx, RxC,Rx1,RxC,Rx2 then RxC?
Looking for any suggestion that can be helpful.
I'm not able to proceed further. Looking for you guidance and help.
Thank you.