summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/debug.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-19Add isimodem support for network timeAki Niemi1-0/+2
2010-05-15Add missing SIM codepointsAki Niemi1-0/+2
2010-05-14Add missing SMS ISI codepointsAki Niemi1-0/+8
2010-04-27Fix style issues in isimodemAki Niemi1-2/+1
2010-04-20Refactor isimodem and gisi/netlinkPekka Pessi1-0/+7
Now usbpnmodem plugin is used to register ISI modems.
2010-04-20Add infoserver to isimodemPekka Pessi1-0/+1
The info server provides information from the mobile station to the ISI modem. Currently it returns the Software Version Number (SVN) that is used in mobile identification.
2010-04-20Add SIM server state detectionPekka Pessi1-0/+5
Register isimodem SIM driver only when SIM server is ready. The best way to find out that the server is truly ready is to read some data.
2010-04-20Add PN_GPDS code points and debuggingAki Niemi1-1/+191
2010-02-09Add USSD codepoints and debuggingAki Niemi1-0/+5
2010-02-04Add PN_GSS codepoints and debuggingAki Niemi1-0/+25
2010-02-02Fix debug dump and unknown codepoint handlingAki Niemi1-26/+26
2010-01-11Add debug implementationAki Niemi1-0/+818
Alsoo remove call specific debugs.