Skip to content
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

Cell network daemon always runs for a board configured for a cell application #764

Open
NevynUK opened this issue Aug 19, 2024 · 2 comments

Comments

@NevynUK
Copy link

NevynUK commented Aug 19, 2024

The cell networking daemon is always running on a board with a a cell application deployed even if the application is disabled.

Reproduction steps:

  • Deploy a cell application
  • Test the application (enabled)
  • Remove the cell modem board

Monitor the application using meadow listen and periodic messages are generated saying Cell connect script failed, retrying.

Note that this also happens during a firmware upgrade.

@duduita
Copy link

duduita commented Aug 19, 2024

I think I can just add a conditional here, to only starts the cell PPPD if Mono starts (perhaps using hcom_mono_ctrl_should_mono_run), does it make sense?

@duduita duduita self-assigned this Aug 19, 2024
@NevynUK
Copy link
Author

NevynUK commented Aug 19, 2024

That makes sense for this case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants