Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-13 | unit: Add test to encode / decode 11 char TP-OA | Tommi Kenakkala | 1 | -0/+38 | |
2015-02-13 | sms: Fix alphanumeric TP-OA handling | Tommi Kenakkala | 2 | -4/+14 | |
TP-OA max length comparisons were incorrect because TP-OA's 7-bit coded octets transport eleven 8-bit chars. The current code assumed only 10 chars were possible. The patch - increases the array size to 23, (maximum of 22 bytes for UTF8 encoding + null terminator) - Updates the sanity check to account for the correct maximum - For encoding, checks the maximum length in UTF8 characters instead of bytes | |||||
2015-02-02 | AUTHORS: Mention Tommi's contributions | Denis Kenzior | 1 | -0/+1 | |
2015-02-02 | handsfree-audio: Refactor manager init / cleanup | Tommi Kenakkala | 1 | -8/+8 | |
2015-02-02 | main: Remove handsfree_audio_manager init/cleanup | Tommi Kenakkala | 1 | -4/+0 | |
Init allocates a SCO audio socket always. oFono should do that with bluez5 but not with bluez4. This patch starts the refactoring of the handsfree_audio_manager init/cleanup functionality. | |||||
2015-02-02 | atmodem: fix retries reporting from AT+CPINR | Cedric Jehasse | 1 | -1/+1 | |
The retries array was not correctly filled in. | |||||
2015-02-02 | atmodem: Sierra modems should be polled after CPIN | Cedric Jehasse | 1 | -0/+1 | |
Sierra modem will return "CME ERROR: 14" when polled right after pin has been entered. Use the existing vendor quirk to handle this. | |||||
2015-01-31 | sierra: add sim state polling after CFUN enable | Cedric Jehasse | 1 | -2/+24 | |
When pin is queried shortly after a Siera dongle is plugged in, "AT+CPIN?" responds with "CME ERROR 14: SIM". Poll the sim, as already done by several other vendor plugins. | |||||
2014-12-13 | Release 1.16 | Marcel Holtmann | 2 | -1/+10 | |
2014-12-12 | radio-settings: Show all available technologies | Alfonso Sanchez-Beato | 1 | -2/+2 | |
Not all possible futures technologies were being showed on the DBus interface. | |||||
2014-12-10 | phonesim: Instantiate radio-settings in post_sim | Denis Kenzior | 1 | -0/+2 | |
2014-12-10 | phonesim: Add minimal radio-settings functionality | Denis Kenzior | 1 | -3/+29 | |
2014-12-10 | phonesim: Add skeleton of radio settings driver | Denis Kenzior | 1 | -0/+43 | |
2014-12-10 | radio-settings: Always query available rats | Denis Kenzior | 1 | -1/+1 | |
If fast dormancy query is not implemented the available rats are not queried. | |||||
2014-12-10 | radio-settings: Add additional sanity check | Denis Kenzior | 1 | -1/+1 | |
2014-12-10 | radio-settings: rework AvailableTechnologies logic | Denis Kenzior | 1 | -10/+14 | |
Take advantage of the new enum structure to future proof and simplify the logic of generating the AvailableTechnologies property | |||||
2014-12-10 | include: No need for OFONO_FLAG* defines | Denis Kenzior | 1 | -11/+4 | |
2014-12-10 | test: Add AvailableTechnologies to list-modems | Alfonso Sanchez-Beato | 1 | -1/+2 | |
2014-12-10 | src: Implement RAT list property | Alfonso Sanchez-Beato | 1 | -1/+46 | |
2014-12-10 | include: Add method to list RATs to radio-settings | Alfonso Sanchez-Beato | 1 | -0/+15 | |
2014-12-09 | doc: Add AvailableTechnologies property | Alfonso Sanchez-Beato | 1 | -0/+5 | |
This new property in org.ofono.RadioSettings interface will hold the possible values for radio access technology for the modem. | |||||
2014-12-04 | sim: Fix pin retries bogus values on some arch-es | Denis Kenzior | 1 | -14/+25 | |
On some architectures the SimManager.Retries property was getting bogus values. This is because we were sending an array which pointed to int values instead of the expected unsigned char values. This fix allocates a temporary array of unsigned chars to hold the actual D-Bus values being sent. Additionally, the dictionary array is changed to point to the temporary unsigned char based values instead of the raw 'int' based retry values. | |||||
2014-11-24 | test: Support receiving SMS with non-ASCII chars | Neil Jerram | 1 | -1/+1 | |
Without this I get the following Python traceback, for an SMS that contains the UK pound sign. ERROR:dbus.connection:Exception in handler for D-Bus signal: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 230, in maybe_handle_message self._handler(*args, **kwargs) File "./receive-sms", line 9, in incoming_message print("%s" % (message)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xa3' in position 51: ordinal not in range(128) | |||||
2014-10-22 | he910: Update copyright | Kuba Pawlak | 1 | -1/+1 | |
2014-10-22 | he910: enable location raporting atom | Kuba Pawlak | 1 | -0/+2 | |
2014-10-22 | udev: add GPS port definition for HE910 | Kuba Pawlak | 1 | -2/+5 | |
2014-10-22 | telitmodem: Fix a few coding style violations | Denis Kenzior | 1 | -4/+5 | |
2014-10-22 | AUTHORS: Mention Kuba's contributions | Denis Kenzior | 1 | -0/+1 | |
2014-10-22 | telitmodem: location reporting driver | Kuba Pawlak | 4 | -0/+394 | |
2014-10-22 | doc: new file doc/telit-modem.txt | Kuba Pawlak | 2 | -1/+21 | |
2014-10-20 | emulator: Refine +BIND support | Denis Kenzior | 1 | -1/+11 | |
2014-10-20 | hfp_ag_bluez5: Bump HFP version to 1.7 | Denis Kenzior | 1 | -2/+2 | |
2014-10-20 | emulator_fuzz: Add test plugin | Denis Kenzior | 2 | -0/+129 | |
This plugin creates an org.ofono.test.EmulatorFuzz interface on path /test. Currently only one method is implemented, SetIndicatorActive. SetIndicatorActive("DistractedDrivingReduction", True|False) allows to activate / deactivate the HF indicator via +BIND unsolicited notification. | |||||
2014-10-20 | emulator: Implement new API | Denis Kenzior | 1 | -0/+19 | |
2014-10-20 | include: Add API to (de)activate HF indicators | Denis Kenzior | 1 | -0/+3 | |
2014-10-20 | test: Add test/set-ddr | Denis Kenzior | 2 | -1/+23 | |
Script to set DistractedDrivingReduction property | |||||
2014-10-20 | handsfree: Be extra pedantic with booleans | Denis Kenzior | 1 | -0/+5 | |
2014-10-20 | hfp_hf_bluez5: Use latest HFP version | Denis Kenzior | 1 | -1/+1 | |
2014-10-20 | handsfree: Don't try to send a method return | Denis Kenzior | 1 | -1/+11 | |
When we are simply updating the AG of HF indicator changes, do not try to send a method return message. | |||||
2014-10-20 | slc: Make sure to initialize variables | Denis Kenzior | 1 | -0/+3 | |
2014-10-20 | hfp: Implement +BIND notifications | Denis Kenzior | 1 | -0/+22 | |
2014-10-20 | hfp: Notify core of HF indicators supported by AG | Denis Kenzior | 1 | -0/+9 | |
This information was obtained from SLC negotiation | |||||
2014-10-20 | hfp: Track supported / active indicators | Denis Kenzior | 2 | -3/+20 | |
This information is obtained during SLC establishment | |||||
2014-10-20 | handsfree: Implement new HF indicators API | Denis Kenzior | 1 | -4/+62 | |
2014-10-20 | include: Add HF Indicators related API | Denis Kenzior | 1 | -0/+7 | |
2014-10-20 | hfp: Add implementation of +BIEV | Denis Kenzior | 1 | -0/+20 | |
2014-10-20 | emulator: Refactor data types | Denis Kenzior | 1 | -6/+7 | |
2014-10-20 | hfp: Add HF Indicators BRSF feature for 1.7 | Denis Kenzior | 1 | -0/+5 | |
If HFP 1.7 client is used, enable the right BRSF feature | |||||
2014-10-20 | handsfree: Skeleton implementation of DDR | Denis Kenzior | 2 | -2/+46 | |
Distracted Driving Reduction or Enhanced Safety is implemented using HF indicator 0x0001 | |||||
2014-10-20 | handsfree: Add new driver method for HF indicators | Denis Kenzior | 1 | -0/+3 | |