How to disable frame counter?

Hi All;

I would like to disable Uplink counter and Downlink counter because when FCntUp and FCntDown limit in loraserver.io. I see my code of loramac.c. It is declare to uint32_t fcntup.

Thank you,
Best regards.

Hi All;

 Now I must to edit loramac.c 

MacCtx.TxMsg.Message.Data.FHDR.FCnt = ( uint8_t ) fCntUp; // uint16_t to uint8_t
uint8_t downLinkCounter = 0; //uint32_t to uint8_t

Thank you,
Best regards.