Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
We can already give the number as a parameter in the dictionary when creating
the Bearer object.
|
|
|
|
|
|
|
|
|
|
Just rely on a single Bearer object created.
|
|
|
|
|
|
|
|
Equivalent to the fix in d15b1f201 applied to the enums template.
Spotted by Nathan Williams.
|
|
Spotted by Nathan Williams.
|
|
Not needed in gdbus-based code.
|
|
|
|
|
|
|
|
|
|
Each enum will have its own #_get_string (),
and each flags will have its own #_build_string_from_mask ().
|
|
|
|
We hide the location signaling; not sure if we should even support it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently, only LAC/CI if the modem has 3GPP capabilities.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Seems like an unnecessary complication, as the client anyway needs to handle
asynchronously reported errors.
|
|
Split the after power up step into:
* querying supported functionality status during the first power-down request.
* querying supported networks during supported modes loading.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ported commit 44194ac to the new codebase.
|
|
|
|
* assume CDMA1x is 2G
* consider CS/PS/CDMA1x/EVDO network support flags specified by the plugins
|