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

mm-radio: Mobile data initial bring-up #18

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Mar 10, 2023

  1. mm-radio: Implement proper error propagation

    This commit implements it for radio_data module only.
    
    Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
    rsglobal committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    cf45537 View commit details
    Browse the repository at this point in the history
  2. mm-radio: messaging: Use error propagation instead of unwrap

    Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
    rsglobal committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    b276e4e View commit details
    Browse the repository at this point in the history
  3. mm-radio: modem: Use error propagation instead of unwrap

    Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
    rsglobal committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    c45ee45 View commit details
    Browse the repository at this point in the history
  4. mm-radio: network: Use error propagation instead of unwrap

    Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
    rsglobal committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    0a075a0 View commit details
    Browse the repository at this point in the history
  5. mm-radio: sim: Use error propagation instead of unwrap

    Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
    rsglobal committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    40c8ea5 View commit details
    Browse the repository at this point in the history
  6. mm-radio: voice: Use error propagation instead of unwrap

    Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
    rsglobal committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    25e8a91 View commit details
    Browse the repository at this point in the history
  7. mm-radio: main, manager: Use error propagation instead of unwrap

    Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
    rsglobal committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    af1f329 View commit details
    Browse the repository at this point in the history
  8. mm-radio: pdu_helpers: Use error propagation instead of unwrap

    Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
    rsglobal committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    009efeb View commit details
    Browse the repository at this point in the history
  9. mm-radio: Enforce unwrap() and expect() clippy check

    Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
    rsglobal committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    e1fa5a8 View commit details
    Browse the repository at this point in the history
  10. mm-radio: Mobile data initial bring-up

    Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
    rsglobal committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    7208b4a View commit details
    Browse the repository at this point in the history