Disable "enableStrictCounterValidation"

Home Forums Conduit: AEP Model Disable "enableStrictCounterValidation"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #21993
    Arturo Gasca
    Participant

    I need disable the function “enableStrictCounterValidation”, in mlinux works fine, modified lora-network-server.conf file

    “lora”: {
    “enableStrictCounterValidation”: false, /* ensure packet counter values are not being reused, packets are dropped if not within MAC_FCNT_GAP, default:true */

    }

    how can disable in AEP 1.4.3?

    thanks!!

    #21994
    Jason Reiss
    Keymaster
    # curl 127.0.0.1/api/loraNetwork -X PUT --data '{"lora":{"enableStrictCounterValidation":false}}' -H "Content-Type: application/json"
    # curl 127.0.0.1/api/command/save -X POST --data ""
    
    #22002
    Arturo Gasca
    Participant

    Thanks!! Its works!

    #26989
    Heath Raftery
    Participant

    FWIW, in firmware 1.6.4 I had to also restart the LoRa Network Server (I used the “Restart LoRa Services” button in the LoRaWAN->Network Settings tab of the AEP web site).

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.