Diego Ismirlian

Results 10 issues of Diego Ismirlian

Recently, a rework of the settings storage was merged (see PR #4552), which retains format compatibility with the original implementation. This settings format (both the original and new implementations) has...

bug
platform: efr32

The `rcp version` cli command can be used to query the firmware version of the RCP. Currently, the RCP reports the version of the OT library (running on the MCU),...

In #6849, the `SPINEL_MIN_HOST_SUPPORTED_RCP_API_VERSION` has been bumped from 1 to 4, which means that this PR introduced a breaking change to the API. This PR introduces small changes to restore...

comp: rcp

On posix host, we were able to access the TMF running on the local stack, using commit 78c6c90c6ac3d7bf3641a373631412c63e91d8c6. For example, we could retrieve the local network diagnostics from the linux...

question

I don't know if this is a bug, or the intended behavior. In a network with many SEDs and two or three REEDs, if we try to activate the built-in...

comp: mle

Hi, this PR addresses issue #4706. It is a work in progress, but I'd appreciate feedback. "Preparatory" commits (they don't change the format): - 453c5d1: Hides implementation of record format...

cla: yes

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Although OT core is exhaustively tested, the platform abstractions are...

question

`containskeyUnix` currently loops over the whole directory. It can be simplified significantly. With this change, persistence loads much faster (for a very large persistence "database", the speedup can be 20'...

Fixes pointer arithmetic (uses `void *` instead of valid type). Similar to #57, but for umm_poison.c.

## Description Helper function `UA_ServerConfig_setDefaultWithSecureSecurityPolicies` sets `securityPolicyNoneDiscoveryOnly=true` but doesn't add the `#None` security policy, even if it is needed by `securityPolicyNoneDiscoveryOnly` ## Background Information / Reproduction Steps If I use...