aboutsummaryrefslogtreecommitdiffstats
path: root/fsogsmd
Commit message (Expand)AuthorAgeFilesLines
* Bump required vala version of all components to 0.14.2Simon Busch2012-02-141-1/+1
* fsogsmd: lib: move triggerUpdateNetworkStatus/validatePhoneNumber methods out...Simon Busch2012-02-143-74/+109
* fsogsmd: modem_samsung: implement network registration mediators (automatic a...Simon Busch2012-02-142-1/+36
* fsogsmd: modem_samsung: don't do anything on network registration for nowSimon Busch2012-02-141-7/+0
* fsogsmd: modem_samsung: mention power state change only onceSimon Busch2012-02-141-1/+0
* libfsotransport: move samsung specific transport class to fsogsmd modem_samsu...Simon Busch2012-02-145-1/+206
* fsogsmd: modem_samsung: first but incomplete version of the SMS message handlerSimon Busch2012-02-143-1/+95
* fsogsmd: modem_samsung: remove network status poll handlerSimon Busch2012-02-143-78/+0
* fsogsmd: modem_samsung: rework network status handling again so we share now ...Simon Busch2012-02-144-146/+39
* fsogsmd: modem_samsung: really deactivate network status updater when modem i...Simon Busch2012-02-141-0/+1
* fsogsmd: modem_samsung: cleanup network status synchronization handlingSimon Busch2012-02-142-21/+22
* fsogsmd: lib: asure that pdp handler is not triggered by itself when syncing ...Simon Busch2012-02-141-7/+8
* fsogsmd: modem_samsung: libsamsung-ipc dont' needs to be initialized anymoreSimon Busch2012-02-141-1/+0
* fsogsmd: modem_samsung: implement polling mechanism for network statusSimon Busch2012-02-147-100/+198
* fsogsmd: modem_samsung: tell the modem that we're ready to received SMS messagesSimon Busch2012-02-142-3/+14
* fsogsmd: modem_samsung: correct byte order for phone power set messageSimon Busch2012-02-141-2/+2
* fsogsmd: pdp: fix several bugs with our PDP handlerSimon Busch2012-02-142-5/+29
* fsogsmd: modem_samsung: correct calculation of signal strength based on rssi ...Simon Busch2012-02-141-10/+2
* fsogsmd: modem_samsung: close transport when modem is going into CLOSING stateSimon Busch2012-02-141-0/+1
* fsogsmd: pdp: defer registration for network status updates after modem const...Simon Busch2012-02-141-2/+8
* fsogsmd: dbus_service: add possible thrown exception type FreeSmartphone.Erro...Simon Busch2012-02-141-2/+2
* fsogsmd: pdp_nokia_isi: adjust for recent changes to PDP handler classSimon Busch2012-02-141-1/+10
* fsogsmd: lib: implement an abstract SMS handler class based on the AT command...Simon Busch2012-02-141-0/+199
* fsogsmd: modem_samsung: reimplement functionality to retrieve IMSI from SIM cardSimon Busch2012-02-141-12/+6
* fsogsmd: modem_samsung: implement and register stub mediators for SMS domainSimon Busch2012-02-143-0/+56
* fsogsmd: lib: move sms storage class out of AT command spaceSimon Busch2012-02-143-333/+358
* fsogsmd: pdp: add config option to disable network route setup with fsonetworkdSimon Busch2012-02-141-10/+14
* fsogsmd: pdp: make network configuration available as part of context statusSimon Busch2012-02-141-0/+6
* fsogsmd: pdp: when suspending keep context propertiesSimon Busch2012-02-141-1/+1
* fsogsmd: pdp_ppp_internal: adjust for recent changes to PDP handler classSimon Busch2012-02-141-1/+11
* fsogsmd: pdp_qmi: adjust for recent changes to PDP handler classSimon Busch2012-02-141-1/+10
* fsogsmd: pdp: mark context as suspended when there is no network connectivitySimon Busch2012-02-141-2/+10
* fsogsmd: pdp: take new roaming allowed setting and network status into advanc...Simon Busch2012-02-143-0/+59
* fsogsmd: modem_samsung: report minimal functionality level as unsupportedSimon Busch2012-02-141-1/+2
* fsogsmd: lib: cleanup and refactor code of our pdp handler base class a bitSimon Busch2012-02-143-14/+54
* fsogsmd: modem_samsung: handle different functionality modes (full, airplane)Simon Busch2012-02-144-25/+61
* fsogsmd: modem_samsung: initialize samsung ipc library on module loadingSimon Busch2012-02-141-0/+1
* fsogsmd: modem_samsung: extra define for libsamsung-ipc is not needed here an...Simon Busch2012-02-141-1/+0
* fsogsmd: modem_option_gtm601: fix signal strength commandLukas Märdian2012-02-081-2/+2
* fsogsmd: modem_option_gtm601: enable/disable signal strength updates on resum...Simon Busch2012-02-081-0/+8
* fsogsmd: modem_samsung: fix compilationDenis 'GNUtoo' Carikli2012-01-291-1/+1
* fsogsmd: modem_samsung: implement deactivation of an active pdp contextSimon Busch2012-01-271-2/+20
* fsogsmd: pdp: use libfsosystem for network interface setupSimon Busch2012-01-272-2/+9
* Bump required vala version of all components to 0.14.1 (which is wrong anyway)Simon Busch2012-01-271-1/+1
* fsogsmd: modem_samsung: choose transport type by taking config value in advanceSimon Busch2012-01-272-3/+2
* fsogsmd: modem_samsung: gather network operator names when listing available ...Simon Busch2012-01-273-8/+27
* fsogsmd: modem_samsung: use int32 as type for signal strength, lac and cidSimon Busch2012-01-042-10/+9
* fsogsmd: modem_qualcomm_palm: use int32 as type for signal strength reportSimon Busch2012-01-041-2/+2
* fsogsmd: modem_nokia_isi: use int32 as type for signal strength reportSimon Busch2012-01-041-1/+1
* fsogsmd: modem_option_gtm601: misc fixes for registrationMichael 'Mickey' Lauer2011-12-312-4/+25