summaryrefslogtreecommitdiffstats
path: root/src/call-forwarding.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-05call-forwarding: SS query is made with given clsPhilippe Nunes1-1/+9
GCF test cases 31.2.1.6.1/2 are asking to make a query according a specific class. The default class is applied in the query form when no class is specified in the SS code.
2012-08-22call-forwarding: improve error reportingPhilippe Nunes1-2/+3
Report error based on the error reported by the driver.
2012-05-30call-forwarding: Return specific errors for SSPhilippe Nunes1-2/+3
2012-05-20Do not set signature and reply in GDBus tablesLucas De Marchi1-6/+6
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal.
2012-05-20Convert GDBus methods to use macro helpersLucas De Marchi1-7/+11
With these macro helpers we can separate in/out arguments and use their own vector.
2012-05-20Constify GDBus signal tablesHenrique Dante de Almeida1-1/+1
Constify signal tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusSignalTable .* =\)/const \1/g' {} \;
2012-05-20Constify GDBus method tablesHenrique Dante de Almeida1-1/+1
Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \;
2012-04-23call-forwarding: Remove unneeded variableOleg Zhurakivskyy1-2/+2
2012-04-23call-forwarding: Streamline set_query_cf_callback()Oleg Zhurakivskyy1-15/+12
2012-04-23call-forwarding: Refactor cf_find_unconditional()Oleg Zhurakivskyy1-18/+4
2012-04-23call-forwarding: Streamline cf_find_timeout() logicOleg Zhurakivskyy1-9/+4
2012-04-23call-forwarding: Get rid of extra variableOleg Zhurakivskyy1-3/+2
2012-04-23call-forwarding: Make cf_cond_find more readableDenis Kenzior1-4/+8
2012-04-23call-forwarding: Refactor cf_condition_find_with_cls()Oleg Zhurakivskyy1-40/+18
2012-04-23call-forwarding: Refactor cf_condition_compare()Oleg Zhurakivskyy1-10/+3
2012-03-19call-forwarding: Inline get_query_next_cf_cond()Oleg Zhurakivskyy1-1/+1
2012-03-19call-forwarding: Remove cf_list_clear()Oleg Zhurakivskyy1-12/+2
Use g_slist_free_full() instead.
2012-02-22call-forwarding: Fix various style issuesDenis Kenzior1-13/+13
2012-02-22call-forwarding: Minor code refactoringOleg Zhurakivskyy1-2/+3
2012-02-22call-forwarding: Emit signals when cfu is toggledOleg Zhurakivskyy1-0/+30
Emit signals to mask/unmask conditional cfs on cfu activation/deactivation.
2012-02-22call-forwarding: Update conditional reporting logicOleg Zhurakivskyy1-3/+16
Don't report conditional cfs when cfu is active
2012-02-22call-forwarding: Update conditional setting logicOleg Zhurakivskyy1-0/+7
Due to how the quiescent behavior of conditional call forwarding rules when CFU is active, do not allow the user to try and set conditional rules. This will fail at the network level anyway.
2012-02-22call-forwarding: Refactoring of is_cfu_enabled()Oleg Zhurakivskyy1-19/+17
This also removes the need for uninitialized_var() macro.
2012-02-22call-forwarding: Minor style fixesOleg Zhurakivskyy1-26/+30
2012-01-18call-forwarding: Use __ofono_atom_findDenis Kenzior1-6/+2
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-05-05call-forwarding: Fix uninitialized var warningBertrand Aygon1-1/+3
Fix a gcc 4.5.2 warning uninit var
2011-04-05call-forwarding: Move to avoid forward-declDenis Kenzior1-26/+25
2011-04-05call-forwarding: Remove unneeded forward-declDenis Kenzior1-1/+0
2011-04-05call-forwarding: Fix typoDenis Kenzior1-1/+1
2011-04-05call-forwarding: Reregister on EF-CFIS refreshAndrzej Zaborowski1-32/+15
2011-03-30core: remove redundant codeMika Liljeberg1-7/+0
2011-03-15call-forwarding: Don't update from sim if cachedDenis Kenzior1-0/+10
If we have already cached the settings, then there's no need to update them from the SIM, even if a SIM refresh was performed.
2011-03-15call-forwarding: update EFs changed by SIM refreshAndrzej Zaborowski1-1/+44
2011-02-03core: Minor style tweaksDenis Kenzior1-1/+0
2011-02-03simfs: implement ofono_sim_context apiAndrzej Zaborowski1-4/+12
2011-02-02call-forwarding: Remove useless curly bracketsAki Niemi1-2/+1
2010-12-17call-forwarding: Properly signal changesDenis Kenzior1-0/+23
For the ForwardingFlagOnSim property
2010-12-17call-forwarding: Get rid of status_on_sim variableDenis Kenzior1-5/+12
2010-12-17call-forwarding: Simplify sim_set_cf_indicatorDenis Kenzior1-13/+21
2010-12-17call-forwarding: More style fixesDenis Kenzior1-6/+6
2010-12-17call-forwarding: Use a flag instead of a booleanDenis Kenzior1-4/+3
For storing the presence of CPHS CFF file
2010-12-17call-forwarding: Get rid of cfis_indicatorDenis Kenzior1-9/+7
There's no need to track this information, since if we pick a record with cfis_indicator for something besides Voice only, then when we set the record again, the number we set is no longer applicable to those services.
2010-12-17call-forwarding: Minor style fixesDenis Kenzior1-10/+7
2010-12-17call-forwarding: Get rid of unneeded variableDenis Kenzior1-2/+1
2010-12-17call-forwarding: Read/Write cfis/cphs-cffJeevaka Badrappan1-2/+241
2010-11-29core: explicitly compare pointers to NULLLucas De Marchi1-11/+10
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
2010-11-24call-forwarding: skip property change data and faxJeevaka Badrappan1-0/+7
2010-11-22src: coding style fixes - rule M6Jeevaka Badrappan1-2/+2
2010-09-26ss: Use function to judge if it's busyYang Gu1-4/+7