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.

LP-CC1352P7: Wi-SUN self-healing

Part Number: LP-CC1352P7
Other Parts Discussed in Thread: WI-SUN

Hi TI,

I am doing a test on Wi-SUN self-healing network with applied macfilter at Border router, but an error occurs which command macfilterlist. I tried both SDK 5.30 and SDK 5.40 also showed the same problem. CCS version 11.10

  • Hi GP,

    This command is meant to be used to add or remove an address, so you need to add the keyword and the address. Please type help macfilterlist.

               Display the addressfilter based on the value set using macfiltermode
    
            macfilterlist add <extaddr>
    
                Add an IEEE 802.15.4 Extended Address to the address filter.
    
                > macfilterlist add dead00beef00cafe
                Done
    
            macfilterlist remove <extaddr>
    
                Remove an IEEE 802.15.4 Extended Address from the address filter.
    
                > macfilter remove dead00beef00caff
                Done

    Cheers,

    Marie H

  • Hi Marie,

    Thank for your answer. I have already added some extaddr into the macfilterlist then I checked with command macfilterlist and it shown the error. In case I do not yet add any exaddr I think it should show 0000000000

    I think the command macfilterlist should display the addressfilter based on the value set using macfiltermode. 

  • Hi,

    We'll rewrite the command and implement what you're asking for when we have the bandwidth.

    For now, please don't call the macfilterlist command without any arguments. (Or you can rewrite it yourself, it's defined in spinel-cli.py).

    https://github.com/TexasInstruments/ti-wisunfan-pyspinel/blob/release/README.md

    Cheers,

    Marie H