Bastian Burger
Bastian Burger
## Description With using ASP.NET Core for the LNS we get the configuration extensions, which per default add environment variables to the sources of configuration. Currently, `NetworkServerConfiguration` is still created...
## Description The user should be able to configure Log Levels through the LNS module twin, which allows updates of log levels at runtime. ## Acceptance criteria - [ ]...
## Expected Behavior Identical types should only occur once in the solution. If these types are reused across boundaries that (de-)serialize them from JSON, reusing the same type will give...
## Description To increase the usefulness of our load tests we should make sure that we assert as many performance characteristics as possible in an automated way. To detect performance...
## Expected Behavior `ReceivedLoRaCloudToDeviceMessage.GetPayload` should throw when the format is not valid. ## Current Behavior `ReceivedLoRaCloudToDeviceMessage.GetPayload` hides the exception if the string is not a valid Base64-encoded payload.
## Description In #1489, we add a standalone discovery endpoint to the OSS starter kit. The initial version does not support an active health check strategy. As part of this...
We serialize MAC command payloads "twice" in `DefaultLoRaDataRequestHandler` by first getting the string representation of a MAC command, and then serializing it. https://github.com/Azure/iotedge-lorawan-starterkit/blob/df6773a4204b492096c4da22c45587ccc2f4b8b8/LoRaEngine/modules/LoRaWanNetworkSrvModule/LoRaWan.NetworkServer/DefaultLoRaDataRequestHandler.cs#L734 We should either test or remove the...
## Expected Behavior For every `Cid` there are two MAC command classes in the starter kit. It would be expected that a CID is converted to only these two MAC...
## Expected Behavior On a `WaitableLoRaRequest` we `ProcessingSucceeded` should always be false if `ProcessingFailed` is `true`, and/or if a `ProcessingFailedReason` is present. ## Current Behavior `ProcessingFailed` and `ProcessingSucceeded` are set...
## Description To configure concentrators for AS923 it would be helpful for the user to have support for AS923 in the device provisioning CLI. This would make sure that configuration...