Skip to content

Conversation

@vikrant8052
Copy link
Contributor

@vikrant8052 vikrant8052 commented Dec 11, 2018

Removed unwanted code which is not allowing GET response
to get send by Server to client. After removing this, there
is improvement in GATT Bearer performance while testing
with Android nRFMesh App.

Signed-off-by: Vikrant More [email protected]

@nashif nashif requested a review from jhedberg December 11, 2018 14:19
@codecov-io
Copy link

codecov-io commented Dec 11, 2018

Codecov Report

Merging #12017 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #12017   +/-   ##
=======================================
  Coverage   48.05%   48.05%           
=======================================
  Files         281      281           
  Lines       43412    43412           
  Branches    10404    10404           
=======================================
  Hits        20863    20863           
  Misses      18400    18400           
  Partials     4149     4149

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f704f91...b1f744a. Read the comment docs.

@vikrant8052
Copy link
Contributor Author

Please wait.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are many things wrong with this:

  • It should be a helper function
  • It should have a descriptive name matching what it does
  • Even if it was a macro it should be all upper-case

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed that macro. So issue has solved !!

@zephyrbot
Copy link

zephyrbot commented Dec 11, 2018

All checks are passing now.

Review history of this comment for details about previous failed status.
Note that some checks might have not completed yet.

@vikrant8052
Copy link
Contributor Author

@jhedberg
After making changes as per 3rd commit, I could save #ResetCounter value on flash. Otherwise on every reboot it is not getting updated & remains Zero. That means changes made by #9521 have issue.

Removed unwanted code which is not allowing GET response
to get send by Server to client. After removing this, there
is improvement in GATT Bearer performance while testing
with Android nRFMesh App.

Signed-off-by: Vikrant More <[email protected]>
Reassignment of last target values as per present values
after NODE reset as well as after every transition
get completed.

Signed-off-by: Vikrant More <[email protected]>
Removed bug which get introduced by PR:9521. Because of it
not able to save App's variable on SoC flash.

Signed-off-by: Vikrant More <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants