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

modules: Account for change to struct in network channel payload #10

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

simensrostad
Copy link
Contributor

@simensrostad simensrostad commented Jan 9, 2025

  • Update macro that casts to network messages to use the
    network_msg struct.
  • Adjust the maximum stored buffer size of modules that subscribe to
    the network module.

@simensrostad simensrostad force-pushed the fixhardfault branch 2 times, most recently from 1bf7b77 to f3568f1 Compare January 9, 2025 16:12
- Update macro that casts to network messages to use the
  network_msg struct.
- Adjust the maximum stored buffer size of modules that subscribe to
  the network module.

Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
@simensrostad simensrostad changed the title fish modules: Account for change to struct in network channel payload Jan 9, 2025
@@ -300,13 +301,7 @@ static void state_running_entry(void *obj)

lte_lc_register_handler(lte_lc_evt_handler);

/* Subscribe to modem events */
Copy link
Contributor Author

Choose a reason for hiding this comment

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

MDEV is already subscribed to in the nrf modem lib net if layer

@simensrostad simensrostad merged commit d24287e into main Jan 9, 2025
2 checks passed
@simensrostad simensrostad deleted the fixhardfault branch January 9, 2025 16:26
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.

1 participant