summaryrefslogtreecommitdiff
path: root/gisi/modem.c
Commit message (Collapse)AuthorAgeFilesLines
* gisi: Fix compiler warnings from -WpragmasMarcel Holtmann2019-08-131-0/+1
|
* gisi: Fix compiler warnings from -Waddress-of-packed-memberMarcel Holtmann2019-08-121-0/+2
|
* treewide: Remove superfluous use of _GNU_SOURCEJonas Bonn2018-10-171-1/+0
| | | | | | There are a large number of files in the tree that define _GNU_SOURCE despite not actually using features hidden behind this flag. This patch removes all these definitions in one fell swoop...
* gisi: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* gisi: log normal responses in a less confusing wayPekka Pessi2011-04-281-1/+2
|
* gisi: Fix PN_SIM reachability check decodingAki Niemi2011-03-181-3/+3
|
* gisi: Refactor indication subscriptionsAki Niemi2011-02-071-7/+20
| | | | | | | | | | Handle different message types for IND subscriptions based on the presence of the GISI_MODEM_FLAG_USE_LEGACY_SUBSCRIBE flag. This enables building modem plugins for modems that only support one or the other available IND types. Based on patches from: Jessica Nilsson <jessica.j.nilsson@stericsson.com>
* gisi: Minor style fixesAki Niemi2011-02-071-2/+2
|
* gisi: Refactor modem to use remote deviceAki Niemi2011-02-071-11/+21
|
* gisi: Add new API for setting modem remote deviceAki Niemi2011-02-071-0/+22
|
* gisi: Add checks for NULLAki Niemi2011-02-071-1/+9
|
* gisi: Add API for setting modem flagsAki Niemi2011-02-071-0/+17
|
* gisi: remove g_isi_pending_from_msg()Pekka Pessi2011-01-181-9/+0
|
* gisi: simplify pending managementPekka Pessi2011-01-181-0/+63
| | | | | | | | | | Client or server mark their pending objects with the function g_isi_pending_set_owner(). When client or server get destroyed or reset the pending objects are removed with the function g_isi_remove_pending_by_owner(). As a client or server always uses only a particular resource, all the pending objects are conveniently stored into a single list.
* gisi: remove before notifyPekka Pessi2011-01-181-24/+45
| | | | | Just in case, remove pending operations before calling notifys. The notify function can remove client, service or modem.
* gisi: Add API for one-shot sending of messagesAki Niemi2011-01-071-0/+23
|
* gisi: Don't go over 80 charactersDenis Kenzior2010-12-231-1/+2
|
* gisi: fix use of unitialised variableAndrzej Zaborowski2010-12-231-1/+2
| | | | Set no msg.version if it's not available.
* gisi: Minor style fixesAki Niemi2010-12-221-3/+6
|
* gisi: Add message tracing and debugging supportAki Niemi2010-12-221-18/+86
|
* gisi: Explicit compare to NULLAki Niemi2010-12-221-29/+29
|
* gisi: Remove forward declarationAki Niemi2010-12-221-2/+0
|
* gisi: modify reachability checkMika Liljeberg2010-12-221-13/+11
| | | | Always cache server object ID and ISI version.
* gisi: store user data in GIsiModemMika Liljeberg2010-12-221-0/+14
|
* gisi: Remove forward referencePekka Pessi2010-12-221-95/+94
|
* gisi: Use direct hashing from resource IDPekka Pessi2010-12-221-42/+37
| | | | | Do not call modem_subs_update() after modem has already been destroyed, but do it earlier, already after destroying all services.
* gisi: Split indication to use separate socketAki Niemi2010-12-221-21/+42
| | | | | | Some resources send INDs with non-zero unique transaction ID, which can conflict with pending RESPs. To fix this, we use two sockets, one dedicated for INDs, and one dedicated to REQs, NTFs and RESPs.
* gisi: Redesign ISI message processingAki Niemi2010-12-221-5/+956
| | | | | | | | | | This new modem API supercedes the old client and server APIs. It properly queues resource subscriptions and version queries, as well as caches reachability status for a given resource. Also, this is a complete redesign of ISI message handling, adding another layer of abstraction to multiplexing operations to a given modem resource.
* gisi: Fix copyright and license boilerplateAki Niemi2010-10-141-13/+16
|
* gisi: move g_isi_modem_by_name to separate fileAki Niemi2010-04-211-0/+36
This fixes build warnings that resulted from conflicts between linux/if.h and net/if.h.