summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-07-06GSM to UTF8 should accept empty stringsDenis Kenzior1-1/+1
2009-07-06gisi: call to non existent functionRémi Denis-Courmont1-1/+1
2009-07-03Use phonet.hRémi Denis-Courmont4-15/+4
2009-07-03Replacement header for Phonet definitionsRémi Denis-Courmont1-0/+56
2009-07-03Do not include <config.h> from headersRémi Denis-Courmont2-8/+0
It should be included _first_ in all modules, and it is not proof against multiple inclusions.
2009-07-02Add Unit test for CBS assembly utilitiesDenis Kenzior1-0/+93
2009-07-02Add Cell Broadcast assembly utilitiesDenis Kenzior2-0/+279
2009-07-02Fix memory leaks in unit testsDenis Kenzior1-1/+5
2009-07-02Fix memory leakDenis Kenzior1-0/+1
2009-07-02Don't hardcodeDenis Kenzior2-5/+7
2009-07-02Update unit testDenis Kenzior1-0/+22
2009-07-02Add CBS Text converter utilityDenis Kenzior2-0/+151
2009-07-02Add cbs lang to ISO 639 conversion utilityDenis Kenzior1-0/+111
2009-07-02Add app-port extraction utility for CBSDenis Kenzior2-13/+33
2009-07-02Make sms_udh_iter work for Cell Broadcast messagesDenis Kenzior2-24/+63
2009-07-02Add unit test for CBS encode / decodeDenis Kenzior1-0/+48
2009-07-02Add Cell Broadcast encoding / decoding utilitiesDenis Kenzior2-0/+66
2009-07-02Add DCS decoder for Cell BroadcastDenis Kenzior2-0/+136
2009-07-01Add support for tty on character device.Santtu Lakkala1-8/+28
Adds support for using ttys through a serial device directly.
2009-07-01Fix uninitialized use of bufposDenis Kenzior1-1/+2
2009-07-01Change sequence in phonebook merge_listYang Gu1-0/+1
2009-06-30Add support for AM_SLIENT_RULESMarcel Holtmann1-0/+2
2009-06-30Add support for opening TTYs directlyMarcel Holtmann2-0/+42
2009-06-29gisi: fix extracting Phonet address from NetlinkRémi Denis-Courmont1-1/+1
2009-06-29Fix GISI_CFLAGSRémi Denis-Courmont1-1/+1
This fixes the failure to include <gisi/netlink.h>.
2009-06-29ofonod: missing dependencies on convenience librariesRémi Denis-Courmont1-1/+3
Without this, plain "make" does not work properly when gatchat or gisi, or one of the built-in drivers or plugins are modified.
2009-06-29Fix bootstrap-configure when building from subdirRémi Denis-Courmont1-2/+4
2009-06-25Preserve clip_validityDenis Kenzior1-0/+9
CLCC does not report clip_validity. So if clip_validity of witheld has been reported in CLIP, but we're still somehow polling CLCC, which happens if CRING is not supported, and RING is used instead, this fact can be lost. Make sure we preserve clip_validity if possible
2009-06-25Number and Number Type are optional in CLCCDenis Kenzior1-7/+5
According to 27.007, the number and number type are optional. We must take care not to do anything unexpected in this case.
2009-06-25Add E-UTRAN as access technology of network opYang Gu2-1/+4
2009-06-25Delete old placeholderAki Niemi1-42/+0
2009-06-25Add new ISI modem driver to buildAki Niemi2-5/+7
2009-06-25Add baseline for ISI modem driverAki Niemi2-0/+188
2009-06-25gisi: Fix documentation and add API for resource IDAki Niemi2-2/+14
2009-06-24Print new line as intendedDenis Kenzior1-1/+1
2009-06-24Another type safety fixDenis Kenzior1-1/+1
2009-06-24fix test compileShane Bryan1-2/+2
Signed-off-by: Shane Bryan <shane.bryan@linux.intel.com>
2009-06-24gisi: fix g_pn_netlink_start() return valueAki Niemi1-1/+1
2009-06-23Fix when the same operator reported multiple timesDenis Kenzior1-5/+4
2009-06-22Make signature match properlyDenis Kenzior1-1/+1
2009-06-22Add GISI_* build variables; remove unnecessary curly bracketsAki Niemi2-2/+4
2009-06-22Minor style issuesDenis Kenzior1-4/+8
2009-06-22Read EF-SPDI and use it for SPN display.Andrzej Zaborowski3-1/+176
When the operator is one of those listed in EF-SPDI then we need to treat it like a HPLMN in deciding whether the SPN or PLMN name should be displayed.
2009-06-22Add write/read operations for cyclic files in SIM.Andrzej Zaborowski2-0/+41
2009-06-22Make compiler happyDenis Kenzior1-2/+6
2009-06-22Cleanup phonebook againDenis Kenzior1-64/+100
2009-06-22Fix minor API issueDenis Kenzior1-1/+1
2009-06-22Merge phonebook entries belong to one personYang Gu2-35/+213
2009-06-22gisi: fixes to request/response handling and timeout registrationAki Niemi1-6/+14
2009-06-22gisi: specify destination socket addressRémi Denis-Courmont1-3/+28
Kernel wants it, and returns an error on send otherwise.