Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* We will also return 'registration-state' in 3GPP networks
* Specified that 'operator-code' and 'operator-name' are only set if
registered in a 3GPP network.
|
|
|
|
|
|
This command doesn't expect any argument, it will disconnect all available
bearers. You can disconnect specific bearers using `--bearer' and
`--disconnect'.
|
|
|
|
|
|
|
|
Not just the bearer path.
|
|
|
|
|
|
|
|
Removes lots of duplicated code.
|
|
|
|
|
|
|
|
|
|
|
|
Instead of using type unsafe properties passed to the connect() call, we build
a new object which does the handling of the properties to be passed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We don't want to handle bands as flags, in order to avoid the need of 64-bits
for the enum. This change implies that setting allowed bands will be done by
giving an array of uint32 values, signature "au".
|
|
|
|
|
|
When requesting to register in the network manually, we will poll every once
in a while to check whether we got registered or not. We remove the registration
timeout and we handle the case where it never gets registered by allowing a
maximum number of registration checks in our request.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also renamed some of the properties that can be passed, trying to consolidate a
common set of names.
|
|
Before it was done in the interface; but we should really be doing it in the
implementation; so that mm_base_modem_enable()/disable() also has the state
checks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|