-
Notifications
You must be signed in to change notification settings - Fork 3k
Add cellular information tests #7286
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
Conversation
{ | ||
CellularInformation *info = cellular.get_device()->open_information(&cellular_serial); | ||
|
||
char buf[100]; |
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.
Probably not good to take this from stack?
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.
Changed to heap
|
||
nsapi_error_t AT_CellularInformation::get_serial_number(char *buf, size_t buf_size, SerialNumberType type) | ||
{ | ||
return 0; |
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.
NSAPI_ERROR_OK makes more sense?
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.
fixed
/morph build |
/morph build |
Build : ABORTEDBuild number : 2440 |
Aborted one job (browser failed to render earlier CI run for me thus triggered 2x) |
/morph build |
Build : SUCCESSBuild number : 2443 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2074 |
@jarvte A rebase is needed. As soon as it's ready, we'll restart CI. |
Test : SUCCESSBuild number : 2222 |
f64c84b
c6e0c0c
to
f64c84b
Compare
@cmonr rebase done. |
/morph build |
Build : SUCCESSBuild number : 2445 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2076 |
Test : SUCCESSBuild number : 2224 |
Ooor not... sigh At least we can merge this in. |
Description
Internal ref to defect: IOTCELL-945-947
@AriParkkila @AnttiKauppila please review
Pull request type