Skip to content

Commit

Permalink
Add the roaming preference option for selection preference request
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed Apr 26, 2022
1 parent 2565086 commit 0a52652
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/qmi/codec/network_access.ex
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,12 @@ defmodule QMI.Codec.NetworkAccess do
* `:mode_preference` - which radio access technologies should the modem use
* `:change_duration` - the `preference_change_duration()` for the applied
settings. The default is `:permanent`.
* `:roaming_preference` - the preferred roaming setting
"""
@type set_system_selection_preference_opt() ::
{:mode_preference, [radio_interface()]}
| {:change_duration, preference_change_duration()}
| {:roaming_preference, roaming_preference()}

@doc """
Make the `QMI.request()` for getting signal strength
Expand Down

0 comments on commit 0a52652

Please sign in to comment.