Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sailfishos/ofono
base: 80224b283d592d1e4d891fc7067915b87424f07f
Choose a base ref
...
head repository: sailfishos/ofono
compare: f91df7f0fdfdbcd97590b7900f171fa9a258963d
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 25, 2021

  1. [sim-auth] Remove watch if open_channel fails

    Otherwise open_channel won't be called again after a failure.
    monich committed Apr 25, 2021
    Copy the full SHA
    deefa2c View commit details
    Browse the repository at this point in the history
  2. [sim-auth] Only close open sessions

    Session has to be open in order to have a valid session_id
    monich committed Apr 25, 2021
    Copy the full SHA
    9d220ff View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. simutil: Fix EF structure bit processing

    The intent here was to find the contents of the 3 low order bits
    according to Table 11-5 in ETSI 102.221.  However, the mask ended up
    only grabbing the contents of the 2 low order bits.
    denkenz authored and monich committed May 3, 2021
    Copy the full SHA
    f91df7f View commit details
    Browse the repository at this point in the history