Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-20 | README: Annotate kernel dependencies | Gustavo F. Padovan | 1 | -0/+7 | |
2011-01-20 | sim-auth: Add atmodem driver | Andrzej Zaborowski | 4 | -1/+170 | |
2011-01-20 | sim-auth: Add skeleton for the sim-auth atom | Andrzej Zaborowski | 3 | -1/+137 | |
2011-01-20 | include: Add SIM authentication atom's | Andrzej Zaborowski | 2 | -1/+65 | |
Structures and function declarations for the SIM authentication atom as proposed by Pekka Pessi, with just one method at the moment. | |||||
2011-01-20 | ofono.h: Remove unneeded initialisers | Andrzej Zaborowski | 1 | -24/+24 | |
They have no effect, enum already ensures the values are unique. | |||||
2011-01-20 | simutil: Fix a memory leak | Denis Kenzior | 1 | -1/+3 | |
2011-01-20 | unit: unit test for sim_parse_app_template_entries | Andrzej Zaborowski | 1 | -0/+32 | |
2011-01-20 | simutil: SIM applications directory decoding utils | Andrzej Zaborowski | 2 | -0/+65 | |
2011-01-20 | sim: getters for mcc and mnc implementation | Jukka Saunamaki | 1 | -0/+16 | |
2011-01-20 | sim: getters for mcc and mnc definition | Jukka Saunamaki | 1 | -0/+2 | |
2011-01-20 | sim: store mcc and mnc separate from imsi | Jukka Saunamaki | 1 | -19/+15 | |
2011-01-20 | stk: Handle Launch Browser proactive command | Jeevaka Badrappan | 3 | -0/+154 | |
2011-01-20 | stkutil: add check for qualifier and browser id | Jeevaka Badrappan | 1 | -1/+8 | |
Checks the valid qualifier and browser id values applicable for launch browser proactive command | |||||
2011-01-20 | gprs: Make gprs atom offline-safe | Pekka Pessi | 1 | -2/+13 | |
Allow use of GPRS atom both in online and offline (post_sim) states. The GPRS now considers the removal of the netreg atom as implicit detach and registration change to NOT_REGISTERED. | |||||
2011-01-20 | test: Remove deregister support from test script | Aki Niemi | 1 | -5/+1 | |
2011-01-20 | doc: Remove deregister method documentation | Aki Niemi | 1 | -9/+0 | |
2011-01-20 | api: Remove deregister from modem driver API | Aki Niemi | 1 | -2/+0 | |
2011-01-20 | atmodem: Remove deregister implementation | Aki Niemi | 1 | -20/+0 | |
2011-01-20 | isimodem: Remove deregister implementation | Aki Niemi | 1 | -9/+0 | |
2011-01-20 | netreg: Deprecate the deregister method | Aki Niemi | 1 | -27/+1 | |
2011-01-20 | gprs: Move packet bearer stuff into gprs.c | Denis Kenzior | 3 | -35/+35 | |
2011-01-20 | Release 0.39 | Marcel Holtmann | 2 | -1/+14 | |
2011-01-20 | gprs: mark context driver as not used when removing active context | Tomasz Gregorek | 1 | -0/+2 | |
2011-01-20 | gatchat: improve large file downlink data transfer | Carlos Pargada | 1 | -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-20 | core: Always return success to a no-op | Aki Niemi | 1 | -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-20 | bluetooth: Add reference count for bluetooth utils | Frédéric Danis | 1 | -19/+32 | |
Add bluetooth_ref()/bluetooth_unref() to support reference count in bluetooth utils. | |||||
2011-01-20 | atmodem: Always listen for bearer notifications | Marcel Holtmann | 1 | -14/+4 | |
2011-01-20 | atmodem: packet switch bearer support | Rémi Denis-Courmont | 1 | -0/+33 | |
2011-01-20 | doc: document bearer property | Rémi Denis-Courmont | 1 | -0/+10 | |
2011-01-20 | gprs: Core support for packet switched bearer reporting | Rémi Denis-Courmont | 1 | -0/+27 | |
2011-01-20 | gprs: Declaration for packet switched bearer notifications | Rémi Denis-Courmont | 1 | -0/+1 | |
2011-01-20 | common: Define packet switched bearers | Rémi Denis-Courmont | 2 | -0/+36 | |
2011-01-20 | gatchat: The IO setup already ensures no encoding and no buffering | Marcel Holtmann | 1 | -3/+0 | |
2011-01-20 | gatchat: Small cleanup to make function look simpler | Marcel Holtmann | 1 | -3/+2 | |
2011-01-19 | voicecall: Handle empty EFecc properly | Denis Kenzior | 1 | -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-19 | sim: Add a missing break statement just in case | Denis Kenzior | 1 | -0/+1 | |
2011-01-19 | atmodem: add ifx support for pin retry count | Jeevaka Badrappan | 1 | -27/+69 | |
2011-01-19 | gdbus: Remove root node 'name' attribute in introspection | Daniel Wagner | 1 | -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-19 | gdbus: invaldate_parent_data: walk the whole path down | Daniel Wagner | 1 | -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-19 | TODO: add ISIM | Pekka Pessi | 1 | -0/+9 | |
2011-01-19 | TODO: add GBA_U suite | Pekka Pessi | 1 | -0/+5 | |
2011-01-19 | TODO: add SIM authentication API | Pekka Pessi | 1 | -0/+7 | |
2011-01-19 | huawei: do not query sim state on pre_sim | Lucas De Marchi | 1 | -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-19 | ifx: Remove modification of GIOChannel before multiplexer setup | Marcel Holtmann | 1 | -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-19 | gatchat: Disable encoding for RawIP GIOChannel | Marcel Holtmann | 1 | -0/+1 | |
2011-01-19 | huawei: do not set timer more than once | Lucas De Marchi | 1 | -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-19 | build: Use standard pkginclude directory | Rémi Denis-Courmont | 1 | -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-19 | gatchat: Fix setup of GIOChannel from multiplexer DLC | Marcel Holtmann | 1 | -0/+4 | |
2011-01-19 | doc: Fix network API documentation | Aki Niemi | 1 | -6/+5 | |
The Name properties in NetworkRegistration and in NetworkOperator are not identical, and are actually used for different purposes. | |||||
2011-01-18 | sms: make sms atom offline-safe | Pekka Pessi | 1 | -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. |