summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-20netreg: Deprecate the deregister methodAki Niemi1-27/+1
2011-01-20gprs: Move packet bearer stuff into gprs.cDenis Kenzior3-35/+35
2011-01-20Release 0.39Marcel Holtmann2-1/+14
2011-01-20gprs: mark context driver as not used when removing active contextTomasz Gregorek1-0/+2
2011-01-20gatchat: improve large file downlink data transferCarlos Pargada1-2/+2
Fix large file downlink data transfer on IFX modem. Increase buffer size of ring buffer to support close received Packets from the modem. Set highest priority for write data on IO device
2011-01-20core: Always return success to a no-opAki Niemi1-3/+3
A SetProperty that doesn't actually change the Online property's state when no change to that state is pending, should not fail. It should always succeed regardless of the current modem state.
2011-01-20bluetooth: Add reference count for bluetooth utilsFrédéric Danis1-19/+32
Add bluetooth_ref()/bluetooth_unref() to support reference count in bluetooth utils.
2011-01-20atmodem: Always listen for bearer notificationsMarcel Holtmann1-14/+4
2011-01-20atmodem: packet switch bearer supportRémi Denis-Courmont1-0/+33
2011-01-20doc: document bearer propertyRémi Denis-Courmont1-0/+10
2011-01-20gprs: Core support for packet switched bearer reportingRémi Denis-Courmont1-0/+27
2011-01-20gprs: Declaration for packet switched bearer notificationsRémi Denis-Courmont1-0/+1
2011-01-20common: Define packet switched bearersRémi Denis-Courmont2-0/+36
2011-01-20gatchat: The IO setup already ensures no encoding and no bufferingMarcel Holtmann1-3/+0
2011-01-20gatchat: Small cleanup to make function look simplerMarcel Holtmann1-3/+2
2011-01-19voicecall: Handle empty EFecc properlyDenis Kenzior1-4/+1
When EFecc is empty we should still set the calling codes to the default_en_list, not keep the default_en_list + default_en_list_no_sim
2011-01-19sim: Add a missing break statement just in caseDenis Kenzior1-0/+1
2011-01-19atmodem: add ifx support for pin retry countJeevaka Badrappan1-27/+69
2011-01-19gdbus: Remove root node 'name' attribute in introspectionDaniel Wagner1-1/+1
generate_introspection_xml generates the root <node> tags with a 'name' attribute. This seems to be a valid attribute but it is not consistent with the way the D-Bus daemon generates empty nodes. For example if we register "/foo/bar", D-Bus daemon will generate for "/foo" a introspection which looks like this: <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> <node> <node name="bar"/> </node> and generate_introspection_xml generates for "/foo/bar": <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> <node name="/foo/bar"> </node> Just don't add the 'name' attribute to the root node. The GLib binding for D-Bus does it the same way.
2011-01-19gdbus: invaldate_parent_data: walk the whole path downDaniel Wagner1-3/+4
Assume there is only one object registerd at "/". If we add a new object at "/foo/bar" the introspection of "/" has to be updated. A new node has to be added at "/". invalidate_parent_data stops invaldating the whole path because the boolean return value of dbus_connection_get_object_path_data is used wrong. If we get a TRUE just go on down in the path, if FALSE is return dbus_connection_get_object_path_data has run out of memory.
2011-01-19TODO: add ISIMPekka Pessi1-0/+9
2011-01-19TODO: add GBA_U suitePekka Pessi1-0/+5
2011-01-19TODO: add SIM authentication APIPekka Pessi1-0/+7
2011-01-19huawei: do not query sim state on pre_simLucas De Marchi1-3/+0
Sim state is already known after modem is enabled and there's no need to query it again. Before this patch, query_sim_state() was called upon huawei_enable() and huawei_pre_sim(). Both functions might call notify_sim_state() with a valid state. Hence we could eventually end up sending AT+CFUN=5 command twice.
2011-01-19ifx: Remove modification of GIOChannel before multiplexer setupMarcel Holtmann1-7/+0
After g_at_chat_new() call the GIOChannel is already in non blocking, no encoding and no buffering mode. So no need for extra modifications.
2011-01-19gatchat: Disable encoding for RawIP GIOChannelMarcel Holtmann1-0/+1
2011-01-19huawei: do not set timer more than onceLucas De Marchi1-1/+2
If a "^SYSINFO" arrives after the timer for query_sim_locked() has been set up, it'd would set a new timer, signaling a sim state change more than once.
2011-01-19build: Use standard pkginclude directoryRémi Denis-Courmont1-5/+4
automake automatically defines includedir to the base include directory and pkgincludedir to ./@PACKAGE@ from there. So lets use the later one instead of overriding automake.
2011-01-19gatchat: Fix setup of GIOChannel from multiplexer DLCMarcel Holtmann1-0/+4
2011-01-19doc: Fix network API documentationAki Niemi1-6/+5
The Name properties in NetworkRegistration and in NetworkOperator are not identical, and are actually used for different purposes.
2011-01-18sms: make sms atom offline-safePekka Pessi1-6/+91
Allow use of SMS atom both in online and offline (post_sim) states. SMS atom now watches network registration atom and state. Thmessages are queued but not sent if not registered to a network. Errors occurring when a short message is being sent while transition from online to offline or when network coverage is dropped are now handled gracefully.
2011-01-18doc: Describe ConfirmLaunchBrowser methodJeevaka Badrappan1-0/+8
2011-01-18test: Add support for launch browser commandJeevaka Badrappan1-0/+13
2011-01-18Add GBA documents to doc/standards.txtPekka Pessi1-0/+13
2011-01-18doc: use right description for CallSettingsLucas De Marchi1-1/+1
2011-01-18TODO: mark CDIP task as doneLucas De Marchi2-7/+6
2011-01-18voicecall: Be more explicit when copying structsDenis Kenzior1-1/+2
2011-01-18atmodem: add cdip to voicecallLucas De Marchi1-2/+59
2011-01-18doc: Reword CDIP documentation slightlyDenis Kenzior1-3/+4
2011-01-18voicecall: Update to the new APIDenis Kenzior1-3/+5
2011-01-18doc: Name CalledLineIdentification as IncomingLineDenis Kenzior1-5/+6
2011-01-18call-settings: apply rule M11 of coding styleLucas De Marchi1-17/+17
2011-01-18doc: add CalledLinePresentation to CallSettingsLucas De Marchi1-0/+15
2011-01-18atmodem: add cdip to call-settingsLucas De Marchi1-0/+26
2011-01-18call-settings: add support for cdipLucas De Marchi1-2/+71
2011-01-18include: add method for querying cdip supportLucas De Marchi1-0/+2
2011-01-18doc: add CalledLineIdentification to VoicecallLucas De Marchi1-0/+9
2011-01-18voicecall: add support for cdipLucas De Marchi1-2/+36
Enable oFono to show the identification informed with CDIP.
2011-01-18include: add cdip field in ofono_callLucas De Marchi1-0/+1
2011-01-18gisi: remove g_isi_pending_from_msg()Pekka Pessi2-11/+0