- 19 Nov, 2020 5 commits
-
-
Slava Monich authored
Register HandsfreeAudioManager straight away at startup See merge request !277
-
Slava Monich authored
To ensure that all D-Bus objects which should be available straight after startup are there when the first incoming D-Bus call arrives.
-
Slava Monich authored
-
Slava Monich authored
Those functions are called by ofono_handsfree_audio_ref/unref which ensure that initialization is only done once.
-
Slava Monich authored
Otherwise it's not clear how the client is supposed to wait for org.ofono.HandsfreeAudioManager to appear and how to figure out whether it's ever going to appear.
-
- 12 Nov, 2020 2 commits
-
-
Juho Hamalainen authored
Don't try to connect HFP AG if bluetooth service is not available. See merge request !276
-
Juho Hämäläinen authored
Trying to connect too soon will result in profile interface registration failure with timeout error, effectively blocking for dbus timeout (25s by default).
-
- 15 Sep, 2020 1 commit
-
-
Slava Monich authored
[ril] Calculate signal strength based on rsrp value correctly. JB#50995. See merge request !275
-
- 28 Aug, 2020 1 commit
-
-
lux1nt authored
All the dBm values are converted to qdbm (multiply by 4) but rsrp which results in incorrect signal strength representation on some devices.
-
- 27 Jul, 2020 3 commits
-
-
Slava Monich authored
[ril] Add config options for cell info update interval. JB#50608 See merge request !273
-
Denis Grigorev authored
-
Denis Grigorev authored
According to ril.h, a value of 0 means invoke RIL_UNSOL_CELL_INFO_LIST when any of the reported information changes.
-
- 22 Jul, 2020 1 commit
-
-
Slava Monich authored
It's not obvious where it actualy comes from, let's have it in the build log.
-
- 13 Jul, 2020 2 commits
-
-
chriadam authored
- 08 Jul, 2020 2 commits
-
-
Niels Breet authored
[aarch64] Use macros for unitdir. Contributes to JB#49681 See merge request !272
-
Niels Breet authored
-
- 25 Jun, 2020 3 commits
-
-
Slava Monich authored
Tweak CBS request retry logic See merge request !270
-
Slava Monich authored
I swear I've seen such cases!
-
Slava Monich authored
There's no need for RIL_REQUEST_GSM_GET_BROADCAST_SMS_CONFIG, since we are not using its result anyway. Better just register for notifications which would simply never arrive if CBS doesn't work at all. Important requests, however, better be retried on RIL_E_INVALID_STATE.
-
- 19 Jun, 2020 1 commit
-
-
Slava Monich authored
Allow the last CBS fragment to be truncated. See merge request mer-core/ofono!269
-
- 18 Jun, 2020 1 commit
-
-
Slava Monich authored
That does happen in real life.
-
- 17 Jun, 2020 5 commits
-
-
Slava Monich authored
Refactring radio caps code See merge request !261
-
Denis Grigorev authored
The radio caps manager will not do anything until the roles are assigned to modems, so data manager must select the modem with highest capabilities for LTE instead of the first one.
-
Denis Grigorev authored
-
Denis Grigorev authored
At startup, the device may have an inconsistency between data and voice network modes, so it needs to be asserted.
-
Denis Grigorev authored
-
- 13 Jun, 2020 1 commit
-
-
Slava Monich authored
-
- 11 Jun, 2020 2 commits
-
-
Slava Monich authored
OemRaw access control See merge request !265
-
Slava Monich authored
Workaround for bogus operator names in network scan See merge request !152
-
- 10 Jun, 2020 2 commits
-
-
Slava Monich authored
Fix parsing of NEW_BROADCAST_SMS packet See merge request !268
-
Slava Monich authored
It's 4-byte length followed by the specified number of bytes zero-padded to 4-byte boundary. Kind of like a string.
-
- 05 Jun, 2020 1 commit
-
-
Slava Monich authored
Some RILs (e.g. Sony Xperia X, MediaTek) report bogus operator names in response to QUERY_AVAILABLE_NETWORKS request. We can make user's life easier by looking up possible operator name in MBPI database based on MCC and MNC (assuming those are reported correctly) in case if weirdness is detected. To turn this feature on, add this to /etc/ofono/ril_subscription.conf config file: replaceStrangeOperatorNames=true
-
- 20 May, 2020 1 commit
-
-
Slava Monich authored
Provide SmsHistory interface for all modems. See merge request !266
-
- 19 May, 2020 1 commit
-
-
Denis Grigorev authored
The SmsHistory plugin uses a global variable to determine if it is already registered. Because of that, Ofono provides org.ofono.SmsHistory only for the first modem, and SMS delivery notifications do not work on the others. After this commit is applied, the plugin will be registered for each modem.
-
- 15 May, 2020 4 commits
-
-
Slava Monich authored
-
Slava Monich authored
-
Slava Monich authored
-
Slava Monich authored
Even though it's RIL specific, it makes sense to reuse the existing access control mechanism.
-
- 05 May, 2020 1 commit
-
-
Slava Monich authored
Fix a memory leak on switching an active SIM card See merge request !263
-