-
Notifications
You must be signed in to change notification settings - Fork 3k
Cellular: Add AT handler buffer size to configuration #14716
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
Cellular: Add AT handler buffer size to configuration #14716
Conversation
@boraozgen, thank you for your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change requires unittests update (see failures in Travis)
I don't get this. Where are the configuration variables retrieved from in unit tests? |
I guess I found it: |
4cf4369
to
be374fb
Compare
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
be374fb
to
3ad65df
Compare
Can I run the tests on my host? It seems to need some trial and error to find out which ones need the macro. |
@boraozgen Yes, follow https://os.mbed.com/docs/mbed-os/latest/debug-test/unit-testing.html (section how to run the test is lower) |
3ad65df
to
8c1750a
Compare
I had multiple issues building the unit tests on a Windows machine, gave up in the end. Gonna use the CI, shouldn't take too many tries. |
Either dep broke in the python packages or Travis hiccup. I restarted it. I'll create one PR soon , will test if there is deps problem. |
I can't even restart Travis. Can you just ammend a commit and push force again to restart the travis? Subsequent PRs did not fail as I reviewed them just now. The failure is related to environment in Travis so restart should clear it. |
Wait, https://status.python.org/ - outage . lets wait until it settles. |
Travis cant be restarted, I'll reopen in a minute to trigger a new Travis build |
I found this in travis log:
It did not help. @boraozgen can you amend the last commit without any change and push force to restart Travis |
Unittests failed again (in jenkins, lets wait for Travis) |
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
I'll try to run the tests on a linux machine... |
9795b39
to
8705a6a
Compare
This pull request has automatically been marked as stale because it has had no recent activity. @boraozgen, please carry out any necessary work to get the changes merged. Thank you for your contributions. |
I believe the tests are passing. Needs review. |
@ARMmbed/mbed-os-connectivity Please review |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Some modem-specific configuration commands require a buffer larger than 32 bytes. This PR moves the buffer size definition to the configuration so that it is configurable by the user.
I believe this is a patch update since the default behavior does not change but please correct me if I'm wrong.
Impact of changes
Migration actions required
Documentation
None
Pull request type
Test results
Reviewers