-
Notifications
You must be signed in to change notification settings - Fork 3k
Cellular: Fix PLMN debug trace for IAR #10825
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
IAR does not allow printing from null pointer as parameter for %s. PLMN string can be null depending on user configuration.
@kivaisan, thank you for your changes. |
I can see bot overwrote already one approval, I'll bump the internal issue about this one |
Ci started |
Test run: FAILEDSummary: 1 of 7 test jobs failed Failed test jobs:
|
Build failure does not look related, IAR assembly file returns error, restarting |
Test run: FAILEDSummary: 1 of 7 test jobs failed Failed test jobs:
|
There's fix proposed in #10833, will restart CI after |
CI started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
CI restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
IAR does not allow printing from null pointer as parameter for %s. PLMN string
can be null depending on user configuration.
Pull request type
Reviewers
@jarvte @AnttiKauppila
Release Notes