Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-27 | Add sane default to dial-number script | Aki Niemi | 1 | -1/+4 | |
2010-04-27 | gisi: remove misplaced define | Aki Niemi | 1 | -2/+0 | |
2010-04-27 | gisi: refactor client implementation | Aki Niemi | 2 | -214/+313 | |
2010-04-27 | Fix typo in gprs driver | Aki Niemi | 1 | -1/+1 | |
2010-04-27 | Fix faulty logic in netreg driver | Aki Niemi | 1 | -24/+21 | |
Also add missing tech param. | |||||
2010-04-27 | Fix remove ops in isimodem drivers | Aki Niemi | 8 | -31/+42 | |
2010-04-27 | Fix style issues in isimodem | Aki Niemi | 14 | -53/+61 | |
2010-04-27 | stkutil: Make get inkey parser use its own struct | Yang Gu | 2 | -5/+11 | |
2010-04-27 | stkutil: Use char* instead of char** | Yang Gu | 1 | -14/+14 | |
char ** should only be used for character arrays that are allocated by the parser. Static buffers should be passed as char* | |||||
2010-04-27 | test-stkutil: Add unit test for more time parser | Yang Gu | 1 | -0/+38 | |
2010-04-27 | stkutil: Add 'more time' proactive command parser | Yang Gu | 1 | -0/+15 | |
2010-04-27 | test-stkutil: Refactor display text unit tests | Yang Gu | 1 | -51/+109 | |
2010-04-27 | stkutil: Use struct to represent frame id | Yang Gu | 2 | -13/+12 | |
Use a field has_id to indicate if we have frame id or not. Originally we use 0xFF to indicate we don't have frame id. But in that way, we have to initialize each test case of proactive command when it doesn't have this comprehension tlv to be 0xFF. To use has_id will save this effort, and keep consistency with other implementations. | |||||
2010-04-27 | stkutil: Move advance of ctlv to parse_dataobj | Yang Gu | 1 | -3/+5 | |
Not all the proactive commands have comprehension tlv other than command details and device identities. So the appropriate code should be moved to parse_dataobj() from stk_command_new_from_pdu(). | |||||
2010-04-26 | ppp: use default ACCM when sending LCP codes 1-7 | Kristen Carlson Accardi | 3 | -0/+20 | |
According to the spec, you must transmit all Link Configuration, Termination, and Code-Reject packets as if no options had been negotiated. This requires that when encoding we use the default ACCM of 0xffffffff when sending these types of packets. | |||||
2010-04-26 | ppp: discard non-LCP packets in ESTABLISHMENT phase | Kristen Carlson Accardi | 1 | -0/+7 | |
2010-04-26 | stkutil: Fix the assignment to minimum set | Yang Gu | 1 | -1/+1 | |
2010-04-24 | Fix: transaction id usage in gisi/server.c | Pekka Pessi | 1 | -57/+54 | |
2010-04-24 | Fix broken HDLC flag handling | Marcel Holtmann | 1 | -2/+13 | |
2010-04-24 | Fix wrong escape character check in HDLC transmit | Marcel Holtmann | 1 | -2/+2 | |
2010-04-24 | Allow real wrapping around of HDLC transmit ring buffer | Marcel Holtmann | 1 | -2/+2 | |
2010-04-24 | Add offset parameter to ring_buffer_write_ptr() function | Marcel Holtmann | 5 | -10/+12 | |
2010-04-24 | Add support for wrapping of HDLC transmit ring buffer | Marcel Holtmann | 1 | -30/+57 | |
2010-04-23 | stkutil: Add parser for broadcast network info | Yang Gu | 2 | -0/+44 | |
2010-04-23 | stkutil: Add parser for activate descriptor | Yang Gu | 1 | -0/+22 | |
2010-04-23 | stkutil: Add parser for registry app data objects | Yang Gu | 2 | -0/+35 | |
2010-04-23 | stkutil: Add parser for last envelope objects | Yang Gu | 1 | -0/+10 | |
2010-04-23 | stkutil: Add parser for MMS notification objects | Yang Gu | 1 | -0/+10 | |
2010-04-23 | stkutil: Add parser for mm cid objects | Yang Gu | 2 | -0/+29 | |
2010-04-23 | stkutil: Add parser for MMS transfer status | Yang Gu | 2 | -0/+29 | |
2010-04-23 | stkutil: Add parser for MMS identifier objects | Yang Gu | 2 | -0/+29 | |
2010-04-23 | stkutil: Add parser for MMS reference objects | Yang Gu | 2 | -0/+29 | |
2010-04-23 | stkutil: Add parser for meid objects | Yang Gu | 1 | -0/+20 | |
2010-04-23 | stkutil: Add parser for frames information objects | Yang Gu | 2 | -0/+43 | |
2010-04-23 | stkutil: Add parser for frame layout objects | Yang Gu | 2 | -0/+42 | |
2010-04-23 | stkutil: Add parser for browsing status objects | Yang Gu | 1 | -0/+10 | |
2010-04-23 | Fix a typo in telephony_error_to_str | Zhenhua Zhang | 1 | -1/+1 | |
2010-04-23 | Use HDLC_FCS helper where possible | Marcel Holtmann | 1 | -1/+1 | |
2010-04-23 | Use HDLC constants instead of magic numbers | Marcel Holtmann | 1 | -4/+4 | |
2010-04-23 | Add support for wrapping of HDLC receive ring buffer | Marcel Holtmann | 1 | -21/+34 | |
2010-04-22 | ppp: Fix trivial style error | Denis Kenzior | 1 | -1/+1 | |
2010-04-22 | ppp: change MTU on TUN device when MRU option received | Kristen Carlson Accardi | 3 | -5/+23 | |
2010-04-22 | Fix CTLV three-byte tag parsing. | Andrzej Zaborowski | 1 | -6/+6 | |
2010-04-22 | ppp: Request MRU if we ever get NAKed with it | Denis Kenzior | 1 | -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-22 | ppp: Fix trivial copy paste error | Denis Kenzior | 1 | -1/+1 | |
2010-04-22 | ppp: Shut off IPCP when entering TERMINATING phase | Denis Kenzior | 1 | -0/+2 | |
2010-04-22 | ppp: implement MRU option | Kristen Carlson Accardi | 4 | -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-21 | mbm: Add Dell 5530 modem port suffix | Zhenhua Zhang | 1 | -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-21 | stkutil: Another trivial indentation fix | Denis Kenzior | 1 | -2/+2 | |
2010-04-21 | Add parser for battery state objects | Yang Gu | 2 | -0/+18 | |