-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support fine-grained NbTrans controls while using Dynamic ADR mode #6966
Comments
This has two parts
Console SupportIn the
![]() cc: @kschiffer for UX. |
The API/backend part is done. @kschiffer please check the UX for this and @ryaplots can pick this up for |
![]() Here's the wireframe for the functionality. This one assumes that there's also a default value that can be set, which I believe should be possible as well. cc @KrishnaIyer |
The API defines both to be between |
I have a question about this:
![]() |
To clarify the API a bit:
|
Ah so in that case, my initial wireframe is actually more suitable. So it would be possible to have a (modified) default and a couple of overrides, right? |
Yes. In general I wouldn't show / set these unless someone explicitly requested these overrides and defaults, but it is possible. |
After some discussion on Slack, the new layout is as follows: Text for the
Text for the
Also note the following:
@adriansmares how to correlate the bands with the data rate index? Couldn't find that out on a quick glance. |
For an individual end device, you know the frequency plan ID and regional parameters version. You already have all of the frequency plans in memory (for rendering purposes), so based on that you can lookup the band ID in the frequency plan (similar to how you look at the names currently, but The extra step is to download all of the band definitions (via that RPC). Let's call the result of that |
Summary
Support fine-grained NbTrans controls while using Dynamic ADR mode. Ref: https://thethingsindustries.atlassian.net/servicedesk/customer/portal/1/TTS-6383
Current Situation
In the Dynamic ADR mode, we currently cannot set a min/max NbTrans for specific data rates.
Why do we need this? Who uses it, and when?
For customers who need this control without switching to the Static mode.
Proposed Implementation
Already done in #6962. This issue is filed retroactively.
Contributing
Code of Conduct
The text was updated successfully, but these errors were encountered: