summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-04-23stkutil: Add parser for meid objectsYang Gu1-0/+20
2010-04-23stkutil: Add parser for frames information objectsYang Gu2-0/+43
2010-04-23stkutil: Add parser for frame layout objectsYang Gu2-0/+42
2010-04-23stkutil: Add parser for browsing status objectsYang Gu1-0/+10
2010-04-23Fix a typo in telephony_error_to_strZhenhua Zhang1-1/+1
2010-04-23Use HDLC_FCS helper where possibleMarcel Holtmann1-1/+1
2010-04-23Use HDLC constants instead of magic numbersMarcel Holtmann1-4/+4
2010-04-23Add support for wrapping of HDLC receive ring bufferMarcel Holtmann1-21/+34
2010-04-22ppp: Fix trivial style errorDenis Kenzior1-1/+1
2010-04-22ppp: change MTU on TUN device when MRU option receivedKristen Carlson Accardi3-5/+23
2010-04-22Fix CTLV three-byte tag parsing.Andrzej Zaborowski1-6/+6
2010-04-22ppp: Request MRU if we ever get NAKed with itDenis Kenzior1-3/+45
Huawei E160G hardware seems to NAK our configure request and suggest that it will never send packets bigger than 1440 bytes. Since we don't particularly care (our receive ring buffer is 4K, so it can handle 2048 byte packets), we just re-send the Configure Request with the preferred value.
2010-04-22ppp: Fix trivial copy paste errorDenis Kenzior1-1/+1
2010-04-22ppp: Shut off IPCP when entering TERMINATING phaseDenis Kenzior1-0/+2
2010-04-22ppp: implement MRU optionKristen Carlson Accardi4-2/+33
If the peer requests a MRU option, set the mtu for the network phase. When we are in link establishment phase, we should continue to behave as if no option has been set and the peer should use the default MRU. This option is required for the Huawei E160G modem.
2010-04-21mbm: Add Dell 5530 modem port suffixZhenhua Zhang1-0/+1
Dell 5530 seems to have three tty ports labeled: "Dell Wireless 5530 HSPA Mobile Broadband Minicard Modem" "Dell Wireless 5530 HSPA Mobile Broadband Minicard Modem 2" "Dell Wireless 5530 HSPA Mobile Broadband Minicard GPS Port"
2010-04-21stkutil: Another trivial indentation fixDenis Kenzior1-2/+2
2010-04-21Add parser for battery state objectsYang Gu2-0/+18
2010-04-21Add parser for network search mode objectsYang Gu1-0/+10
2010-04-21Add parser for imeisv objectsYang Gu1-0/+45
2010-04-21Add parser for item text attribute list objectsYang Gu2-0/+32
2010-04-21Add parser for cdma sms tpdu objectsYang Gu1-0/+10
2010-04-21stkutil: Refactor network access nameDenis Kenzior1-1/+1
Don't allow 0 byte objects
2010-04-21Add parser for network access name objectsYang Gu2-0/+29
2010-04-21stkutil: Trivial indentation fixDenis Kenzior1-2/+2
2010-04-21Add parser for esn objectsYang Gu1-0/+21
2010-04-21stkutil: Refactor remote entity addressDenis Kenzior1-2/+2
Don't assign to the return structure until we know we can successfully parse.
2010-04-21Add parser for remote entity address objectsYang Gu2-0/+43
2010-04-21Add parser for service availability objectsYang Gu1-0/+10
2010-04-21stkutil: Refactor attribute informationDenis Kenzior1-4/+7
Only Bluetooth & IRDA are really defined by the specification
2010-04-21Add parser for attribute information objectsYang Gu2-0/+36
2010-04-21stkutil: Refactor service searchDenis Kenzior1-4/+7
Only Bluetooth & IRDA are really defined by the specification
2010-04-21Add parser for service search objectsYang Gu2-0/+36
2010-04-21stkutil: refactor device filterDenis Kenzior1-4/+7
Only Bluetooth & IRDA are really defined by the specification
2010-04-21Add parser for device filter objectsYang Gu2-0/+36
2010-04-21Add parser for service record objectsYang Gu2-0/+44
2010-04-21Add parser for display parameters objectsYang Gu2-0/+27
2010-04-21Add parser for access technology objectsYang Gu1-0/+14
2010-04-21gisi: move g_isi_modem_by_name to separate fileAki Niemi4-32/+68
This fixes build warnings that resulted from conflicts between linux/if.h and net/if.h.
2010-04-20Add parser for aid objectsYang Gu2-0/+43
2010-04-20Add parser for UICC/TE transport interface levelYang Gu2-0/+26
2010-04-20build: Upate test script list and sortDenis Kenzior1-12/+30
2010-04-20Mention Daniel's contributionsDenis Kenzior1-0/+1
2010-04-20Add script for entering pinDaniel Wagner1-0/+26
2010-04-20Mention Matthias' contributionsDenis Kenzior1-0/+1
2010-04-20wavecom: Trivial comment updateDenis Kenzior1-2/+4
2010-04-20wavecom: Braces are not necessaryDenis Kenzior1-2/+1
2010-04-20Added Wavecom modem plugin.Matthias Günther3-0/+190
The Wavecom WMP100 is a serial based modem, however it assumes CPIN to be the final response. This requires some quirking in the sim driver. Refer to commit 6d28f82dc1ccb3de3a028a88eafb96fb001c7e61 for details.
2010-04-20Fix build warning on 64bit systemAki Niemi1-1/+1
2010-04-20Add user authentication to gprs context driverAki Niemi1-17/+69