This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/TI-15.4-STACK-GATEWAY-LINUX-SDK: ERROR: collector.cfg:295: [application] config-min-backoff not handled

Part Number: TI-15.4-STACK-GATEWAY-LINUX-SDK

Tool/software: Linux

Hi,

We are trying to port our system to the latest TI-15.4-STACK-GATEWAY-LINUX-SDK version (2.04.00.19) on a BBB. Compiling works but I get the following error on starting the collector:


  0.014: ERROR: collector.cfg:295: [application] config-min-backoff not handled
   0.014: ERROR: collector.cfg:295: Error: not-handled
   0.015: Failed to read cfg file

Also tried the original non modified gateway sdk, but get the same error. If I comment the new config parameters the collector starts fine.

        ; Minimum MAC Backoff Exponent
        ;config-min-backoff = 3

        ; Maximum MAC Backoff Exponent
        ;config-max-backoff = 5

        ; Maximum CSMA Backoff
        ;config-max-csma-backoff = 4

        ; Maximum Frame Retries
        ;config-max-retries = 3

But these config parameters are to fix the issue with orphan nodes so I think we need them. I can see the parameters in linux_main.c

./collector/collector.cfg:      config-min-backoff = 3
./collector/linux_main.c:       if(INI_itemMatches(pINI, NULL, "config-min-backoff"))