Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-12 | Add basic support for emulating AT+CGATT inside AT server | Marcel Holtmann | 1 | -0/+55 | |
2010-04-12 | Add basic support for emulating AT+CGREG inside AT server | Marcel Holtmann | 1 | -0/+51 | |
2010-04-12 | Add basic support for emulating AT+CREG inside AT server | Marcel Holtmann | 1 | -2/+73 | |
2010-04-11 | Check for PIN after activating the modem | Marcel Holtmann | 1 | -4/+13 | |
2010-04-11 | Reduce fake CFUN delay to 1 second to make testing simpler | Marcel Holtmann | 1 | -1/+1 | |
2010-04-11 | Make CPIN handling of AT server a bit more compliant | Marcel Holtmann | 1 | -1/+7 | |
2010-04-11 | Add really simple COPS support to AT command server | Marcel Holtmann | 1 | -0/+44 | |
2010-04-11 | The user data pointer variable should be called user_data | Marcel Holtmann | 6 | -13/+15 | |
2010-04-11 | Implement full CFUN handling for AT server | Marcel Holtmann | 1 | -0/+14 | |
2010-04-11 | Use a ring buffer for non-blocking HDLC output streams | Marcel Holtmann | 2 | -26/+94 | |
2010-04-10 | Add initial implementation for QCDM test utility | Marcel Holtmann | 1 | -0/+174 | |
2010-04-10 | Add abstraction for HDLC stream handling | Marcel Holtmann | 2 | -0/+332 | |
2010-04-10 | Add utility helper for debugging binary blobs | Marcel Holtmann | 2 | -2/+28 | |
2010-04-10 | Add generic receive function definition | Marcel Holtmann | 1 | -0/+4 | |
2010-04-10 | Check for PIN status to see details in debug output | Marcel Holtmann | 1 | -0/+1 | |
2010-04-10 | Add skeleton for QCDM test program | Marcel Holtmann | 1 | -0/+29 | |
2010-04-09 | Remove one empty line and add another one | Marcel Holtmann | 2 | -1/+1 | |
2010-04-09 | Move CRC-CCITT table and helper into separate file | Marcel Holtmann | 3 | -60/+99 | |
2010-04-09 | ppp: Trivial style fix | Denis Kenzior | 1 | -2/+2 | |
Be more explicit | |||||
2010-04-09 | ppp: Use flags not booleans for ipcp options | Denis Kenzior | 1 | -25/+30 | |
2010-04-09 | ppp: Use flags instead of booleans for lcp options | Denis Kenzior | 1 | -3/+5 | |
2010-04-08 | ppp: Stop the timer when re-starting | Denis Kenzior | 1 | -10/+9 | |
In case we receive NAK/REJ we should stop and re-start the timer, otherwise we end up generating multiple Conf-Reqs | |||||
2010-04-08 | ppp: Rip out the now unused option string stuff | Denis Kenzior | 3 | -31/+0 | |
Using wireshark is much easier | |||||
2010-04-08 | ppp: Port LCP to the new option framework | Denis Kenzior | 1 | -73/+99 | |
2010-04-08 | ppp: port IPCP to the new option framework | Denis Kenzior | 1 | -62/+160 | |
2010-04-08 | ppp: Rip out the old option processing | Denis Kenzior | 2 | -464/+129 | |
Put in the new option processing | |||||
2010-04-08 | ppp: Fix make some functions const correct | Denis Kenzior | 2 | -4/+4 | |
2010-04-08 | ppp: Make iterators work all the time | Denis Kenzior | 1 | -1/+1 | |
2010-04-08 | ppp: Move some one-time setters to the proto | Denis Kenzior | 4 | -87/+52 | |
2010-04-07 | ppp: Add rca callback | Denis Kenzior | 4 | -40/+71 | |
When the other side acks our options, then let us apply these options locally and start using them | |||||
2010-04-07 | ppp: Add pppcp option iterators | Denis Kenzior | 2 | -0/+63 | |
2010-04-07 | ppp: Remove lcp_protocol_reject | Denis Kenzior | 2 | -6/+1 | |
Use pppcp_send_reject_protocol | |||||
2010-04-07 | ppp: Move pppcp_timer_data private | Denis Kenzior | 2 | -8/+8 | |
2010-04-07 | ppp: Cleanup ipcp.c | Denis Kenzior | 1 | -8/+6 | |
2010-04-07 | ppp: Hide away the magic_number in ppp_lcp.c | Denis Kenzior | 3 | -22/+19 | |
2010-04-06 | ppp: Use auth->proto, not ppp->proto | Denis Kenzior | 1 | -2/+1 | |
Otherwise we move on to NCP stage prematurely | |||||
2010-04-06 | Fix: Allow setting of tx ACCM | Denis Kenzior | 2 | -4/+4 | |
Specification is explicit that ACCM defaults to ~0 | |||||
2010-04-06 | ppp: Remove OPTION_ERR, treat errors as reject | Denis Kenzior | 2 | -6/+2 | |
2010-04-06 | ppp: Verify magic number is not zero | Denis Kenzior | 1 | -1/+10 | |
2010-04-06 | ppp: Move up the look up table definition | Denis Kenzior | 1 | -15/+15 | |
2010-04-06 | ppp: Implement receive ACCM | Denis Kenzior | 1 | -2/+8 | |
2010-04-05 | Refactor: Make struct pppcp declaration private | Denis Kenzior | 4 | -42/+39 | |
2010-04-05 | Refactor: add pppcp_set/get_magic_number | Denis Kenzior | 3 | -2/+15 | |
2010-04-05 | Refactor: add pppcp_set_prefix | Denis Kenzior | 4 | -2/+8 | |
2010-04-05 | Refactor: add pppcp_get_ppp | Denis Kenzior | 4 | -5/+12 | |
2010-04-05 | Refactor: add pppcp_set_option_strings | Denis Kenzior | 4 | -2/+9 | |
2010-04-05 | Refactor: Move valid code selection to ipcp/lcp | Denis Kenzior | 4 | -58/+50 | |
We already have a set_valid_codes function, let us use it | |||||
2010-04-05 | Refactor: Move packet_ops to a static look-up | Denis Kenzior | 2 | -18/+16 | |
No need to allocate space for this, as it is always the same for all instances. | |||||
2010-04-05 | Refactor: Make option_scan more type safe | Denis Kenzior | 4 | -6/+8 | |
2010-04-05 | Refactor: Make option_process more typesafe | Denis Kenzior | 4 | -10/+12 | |
option_process was declared with two gpointer arguments for the sole reason of being used as a GFunc. Casting to a GFunc or re-writing the foreach as a loop is preferable. |