Adrian-Stefan Mares

Results 88 comments of Adrian-Stefan Mares

The issue at hand is that the [LoRa Standard Channel](https://github.com/TheThingsNetwork/lorawan-frequency-plans/blob/6d17f9495e61b3fad956c402d19245f3d021406d/US_902_928_FSB_2.yml#L35-L38), and [FSK Channel](https://github.com/TheThingsNetwork/lorawan-frequency-plans/blob/6d17f9495e61b3fad956c402d19245f3d021406d/EU_863_870.yml#L64-L67) operate on data rates that run at [500 KHz](https://github.com/TheThingsNetwork/lorawan-stack/blob/b0b8c21c4f24b8e1051bc8349aed08cc133d2781/pkg/band/us_902_928_rp1_v1_0_2_rev_b.go#L58), respectively [250 KHz](https://github.com/TheThingsNetwork/lorawan-stack/blob/b0b8c21c4f24b8e1051bc8349aed08cc133d2781/pkg/band/eu_863_870_rp1_v1_0_2_rev_b.go#L85). This renders the data rates...

No new tag since [v9.0.0-beta.1](https://github.com/go-redis/redis/releases/tag/v9.0.0-beta.1). Still waiting on a stable release. --- 16 Oct 2022 update: Updated to [v9.0.0-rc.1](https://github.com/go-redis/redis/releases/tag/v9.0.0-rc.1). Also contains a semantics update for `XRead`/`XReadGroup`, since now Redis operations...

As part of https://github.com/TheThingsNetwork/lorawan-stack/pull/5811 I have implemented some of the fixes proposed here. The `TxParamSetupReq` will be sent as early as possible, and the `LinkADRReq` mask will now correctly take...

So we've finally analyzed this and can confirm that the Network Server behavior is racing. The bug report here is that if uplinks are sent 'as fast as possible' (as...

> Why wrap getting a call option? > > We just need: > > ```go > md := rpcmetadata.FromIncomingContext(ctx) > if md.AuthType == "" || md.AuthValue == "" { >...

Don't forget to update the documentation at https://github.com/TheThingsIndustries/lorawan-stack-docs/tree/master/doc/content/integrations/webhooks/webhook-templates to also include the field masks.

Good catch - since it is a `google.protobuf.FieldMask`, we need to provide it as ``` "field_mask": { "paths": ["rstst"] }, ``` instead.

I've moved this to `3.22.0`. While the implementation itself does not have to land in that release, please consider designing the UX for that release.

Picking up the `applicationserver_*.proto` files.

cc @htdvisser @johanstokking for thoughts about this (as @htdvisser specified that he would rather avoid this in order to keep the negative feedback loop)