summaryrefslogtreecommitdiffstats
path: root/gisi
AgeCommit message (Collapse)AuthorFilesLines
2010-12-22gisi: Make subblock iterator use new message APIAki Niemi2-13/+19
2010-12-22gisi: Add separate file for common constantsAki Niemi1-0/+57
2010-12-22gisi: Add new API for ISI message handlingAki Niemi2-0/+185
2010-11-29gisi: explicitly compare pointers to NULLLucas De Marchi4-29/+29
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-11gisi: return NULL instead of assertingMika Liljeberg1-2/+4
2010-11-11gisi: fix crash bug in g_isi_remove_subscriptionMika Liljeberg1-2/+5
2010-10-22gisi: Use of DBG macro is not allowedMarcel Holtmann1-7/+0
2010-10-21gisi: Add method for verifying any resourceMika Liljeberg2-6/+46
Add g_isi_verify_resource() function to GIsiClient for verifying the reachability of an arbitrary resource.
2010-10-21gisi: store object handle for associated serverMika Liljeberg3-0/+30
2010-10-21gisi: Allow subscribes towards any resourcesMika Liljeberg2-79/+153
Add methods to subscribe indications from an arbitrary resource. Configured resource id is treated as the default. Also added separate commit function for resource subscriptions in order to reduce the number of subscription messages sent to the modem.
2010-10-21gisi: make timeout optionalMika Liljeberg1-20/+31
2010-10-21gisi: Add sendto methods to GIsiClientMika Liljeberg2-11/+99
Add g_isi_vsendto() and g_isi_sendto() methods for sending messages to an arbitrary Phonet address.
2010-10-14gisi: Fix copyright and license boilerplateAki Niemi18-246/+230
2010-10-06gisi/verify: check g_try_new0 return valuePekka Pessi1-0/+3
2010-09-30gisi: Remove route adding APIAki Niemi2-75/+0
2010-09-14Fix common misspelling in gisiLucas De Marchi2-2/+2
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspelling: fomr->from
2010-09-02gisi: added g_isi_send() and g_isi_vsend()Pekka Pessi2-9/+84
Include a finalize function in GIsiRequest
2010-08-30gisi: Retry version query in g_isi_verify()Pekka Pessi1-8/+30
For some mysterious reason, not all COMMON_MESSAGEs get sent to modem. This patch adds a retry counter that tries to make sure an answer is always received.
2010-08-30gisi: Fix counter for indication subscriptionsAki Niemi1-1/+6
2010-05-27Eliminated bool, true and false from gisiPekka Pessi9-102/+88
2010-05-17gisi: Fix style issuesAki Niemi2-9/+12
2010-05-17gisi: Fix netlink style issuesAki Niemi1-11/+18
2010-05-17gisi: Add phonet netlink functionsPekka Pessi2-9/+201
Adding g_pn_netlink_set_address() and g_pn_netlink_add_route(). Automatically configure phonet links without external software.
2010-05-17gisi: Remove g_pn_netlink_by_name()Pekka Pessi2-14/+0
2010-05-14gisi: Add support for NTF requestsAki Niemi1-1/+6
Notify requests are requests sent by ISA servers towards clients. They are identical to indications in that no response is necessary, but different in that subscription is done not using the mechanism used for indications, but out-of-band. Typically routing for notify requests is enabled using a request-response pair.
2010-05-14gisi: Return negative errnosAki Niemi1-1/+1
2010-05-14gisi: Fix typo in documentationAki Niemi1-1/+1
2010-05-14gisi: Add debugging support for requestsAki Niemi1-3/+20
2010-04-27gisi: remove misplaced defineAki Niemi1-2/+0
2010-04-27gisi: refactor client implementationAki Niemi2-214/+313
2010-04-24Fix: transaction id usage in gisi/server.cPekka Pessi1-57/+54
2010-04-21gisi: move g_isi_modem_by_name to separate fileAki Niemi3-27/+59
This fixes build warnings that resulted from conflicts between linux/if.h and net/if.h.
2010-04-20Fix build warning on 64bit systemAki Niemi1-1/+1
2010-04-20Refactor isimodem and gisi/netlinkPekka Pessi3-73/+222
Now usbpnmodem plugin is used to register ISI modems.
2010-04-20gisi: add gisi server APIPekka Pessi3-0/+423
2010-04-20gisi: fix cast-align warningsPekka Pessi1-5/+4
2010-04-20gisi: check for NULL client and remove warningsPekka Pessi1-12/+28
2010-04-20gisi: move GIsiDebugFunc into modem.hPekka Pessi2-3/+3
2010-04-20gisi: fix pointer checkingAki Niemi1-2/+2
2010-04-20gisi/pep: check for NULL callbackAki Niemi1-1/+4
2010-03-16Fix: Use g_try_malloc in gisi/pipe.cDenis Kenzior1-1/+4
2010-03-16Fix: Use g_try_malloc not g_malloc in isi/pep.cDenis Kenzior1-2/+6
2010-03-16Style: Use newlines to make the code more readableDenis Kenzior1-0/+3
2010-03-16Style: Always use tab for indentationDenis Kenzior1-2/+4
2010-01-12Style: Various issuesDenis Kenzior2-3/+3
2009-12-18gisi: support sending ISI request as a scatter-gather arrayRémi Denis-Courmont2-11/+43
2009-12-18gisi: pass object handle to g_isi_verify() callbackRémi Denis-Courmont2-2/+3
This will be needed for GPDS.
2009-12-18gisi: Fix g_isi_verify() type safetyRémi Denis-Courmont1-1/+1
2009-10-16isimodem/voicecall.c: initial versionPekka Pessi1-8/+3
Implementing all the voicecall methods. Tested with Nokia 2008 modems. - problems in call creation are probably not reported properly - deflect not implemented in modem, not properly tested TODO: Clean up style issues and align with other drivers.
2009-10-14gisi: Add getter for sub-block dataAki Niemi2-37/+46
Also fix indentation and change int->unsigned in the API.