-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix resetting of max_eirp and antenna_gain values #6401
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
Fix resetting of max_eirp and antenna_gain values #6401
Conversation
@AnttiKauppila @kjbracey-arm , please review. |
/morph build |
@0xc0170 This needs to be labeled 5.8.1 |
This is a fix for issue #6391 max_eirp and antenna_gain are floating point variables. Values of these were incorrectly read from MIB as integer and therefore incorrect values were set.
Updated commit description with "Lora:" prefix |
Build : SUCCESSBuild number : 1489 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1135 |
The updated commit after the last morph build command caused the completed status to be lost. Restarting build: /morph build |
Build : SUCCESSBuild number : 1498 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1141 |
Test : FAILUREBuild number : 1280 |
sigh @studavekar Could you have a look at the test failures? A whole bunch of Timing Drift failures just happened, and they don't appear to be PR related. |
This was merged recently #5106 , few observation when working on the PR #5106 (comment) . not sure if it was well tested before merging we should make sure any changes to tests are tested well. If not we will end up in tests that fail inconsistently(time drift tests would depend on load on the system which may cause transport delay ). @cmonr we should be careful about merging changes to tests! |
If #6279 avoids the problem in a different way, as I think it does, then resubmit this as a PR to the mbed-os-5.8 branch. Make very clear in the PR / commit message that the problem no longer occurs on master due to #6279 / master commit id. (All patch fixes or their equivalent have to be already present on master). |
This PR can be closed. I just created a new PR for 5.8 branch: #6414. |
Description
This is a fix for issue #6391
max_eirp and antenna_gain are floating point variables. Values of these
were incorrectly read from MIB as integer and therefore incorrect values
were set.
Pull request type