Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And changed broadband modem accordingly.
|
|
Changed broadband modem and Cinterion plugin accordingly.
|
|
|
|
Still need to implement CIND-based signal quality checks.
|
|
|
|
Once an interface gets initialized, we run the property binding method in the
interface in order to get the simple properties bound.
|
|
|
|
|
|
|
|
|
|
|
|
Not just the bearer path.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
And implement bearer connection allowance based on roaming status.
|
|
|
|
This new boolean property, applicable to 3GPP bearers, will specify whether 3GPP
bearers are allowed to get connected when registered in a roaming network.
|
|
For 3GPP modems only for now..
|
|
This one was the last enum without full name.
|
|
|
|
We are reporting a bitmask of flags, not just one value.
|
|
|
|
|
|
|
|
|
|
We allow connection requests to get cancelled, either via DBus calls or any
other method.
|