Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-07 | TODO: Voicecall gaps | Pekka Pessi | 1 | -0/+27 | |
2010-07-07 | doc: clarify VoiceCallManager SendTones method | Pekka Pessi | 1 | -4/+4 | |
2010-07-07 | gatppp: Unset disconnect function when unref PPP | Zhenhua Zhang | 1 | -0/+3 | |
Unset IO disconnect function when we try to destroy GAtPPP instance. After freeing the instance, the IO disconnect function should not be invoked. | |||||
2010-07-07 | gatserver: Restore GAtServer disconnect handling | Zhenhua Zhang | 1 | -0/+2 | |
Restore GAtServer disconnect handling when resuming a server session | |||||
2010-07-06 | test-server: Refactor set_raw_mode | Zhenhua Zhang | 1 | -5/+5 | |
Rename variable 'options' to 'ti' and use sizeof(ti). | |||||
2010-07-06 | gatserver: Don't free twice after user disconnect | Zhenhua Zhang | 1 | -3/+0 | |
It's possible to free gatserver in user disconnect function. So we should not free it again. | |||||
2010-07-06 | test-server: Use cfmakeraw to set TTY raw mode | Zhenhua Zhang | 1 | -5/+3 | |
Use cfmakeraw to disable echoing and special characters processing. If we don't turn off ICRNL, TTY layer translates \r\n to \n\n. | |||||
2010-07-06 | gatppp: Check ppp instance before unref it | Zhenhua Zhang | 1 | -0/+3 | |
2010-07-05 | Also add another rule for Pekka to .mailmap | Marcel Holtmann | 1 | -0/+1 | |
2010-07-05 | Update .mailmap rules | Marcel Holtmann | 1 | -1/+2 | |
2010-07-05 | Add .mailmap file to fix Luiz's name spelling in git shortlog | Marcel Holtmann | 1 | -0/+1 | |
2010-07-02 | documentation: add note about referencing standards | Inaky Perez-Gonzalez | 1 | -0/+8 | |
2010-07-02 | test-stkutil: Fix always true condition. | Andrzej Zaborowski | 1 | -47/+227 | |
2010-07-02 | test-stkutil: Fix some memory leaks | Denis Kenzior | 1 | -0/+5 | |
2010-07-02 | stkutil: Move scaddr field to gsm_sms | Andrzej Zaborowski | 3 | -108/+156 | |
2010-07-02 | huawei: Add Huawei EM770 modem support | Zhenhua Zhang | 3 | -0/+35 | |
Huawei EM770W is a 3G WCDMA modem that supports HSPA/UMTS/EDGE/GPRS/GSM data service and WCDMA/GSM short message services. It also has voice call capability that supports both 2G and 3G network. | |||||
2010-07-02 | huawei: Remove existing Huawei EM770 plugin | Zhenhua Zhang | 4 | -260/+0 | |
2010-06-29 | huawei: cleanup warnings from the previous patch | Denis Kenzior | 1 | -2/+0 | |
2010-06-29 | PPP GPRS context is now done, update documentation | Kalle Valo | 2 | -13/+0 | |
2010-06-29 | huawei: reopen the GPRS context on hup | Kalle Valo | 1 | -24/+62 | |
Huawei always closes the tty port after PPP disconnect. Handle this in huawei plugin, similarly as done with novatel. Now there's no need to unplug the modem after disconnection. Tested with Huawei E1552. Based on a patch by Marcel Holtmann: commit 0329a6ceaf8f69857cb5f8437b9db86ca327ef1d Author: Marcel Holtmann <marcel@holtmann.org> Date: Mon Jun 7 02:36:12 2010 -0700 Reopen the GPRS context channel when the modem closes it after PPP | |||||
2010-06-29 | atmodem: Don't unregister *EPEV in *EPEV handler. | Andrzej Zaborowski | 1 | -2/+20 | |
Handlers are called when looping over the unsolicited responses hash, registering or unregistering modifies that hash and confuses glib. | |||||
2010-06-29 | mbm: use CPIN? to check if SIM is missing | Pekka Pessi | 1 | -22/+6 | |
AT+CRSM=242 is not supported by all mbm models. | |||||
2010-06-29 | Documented Present property in sim-api.txt. | Pekka Pessi | 1 | -5/+10 | |
2010-06-29 | gsmdial: Wait for a no carrier before sending CFUN | Denis Kenzior | 1 | -3/+9 | |
2010-06-29 | test-server: Send a NO_CARRIER when ppp is done | Denis Kenzior | 1 | -2/+4 | |
2010-06-29 | test-server: Update to the new API | Denis Kenzior | 1 | -4/+1 | |
2010-06-29 | ppp: Don't accept 0 ip-addr/dns1/dns2 | Denis Kenzior | 1 | -3/+4 | |
2010-06-29 | ppp: Refactor server-side API | Denis Kenzior | 7 | -16/+77 | |
The biggest update here is that the server needs to be in dormant mode by default, so as not to send a Configure-Req to the peer until the peer is ready. This requires adding special constructor for LCP to initialize it to Stopped state instead of initial state. Along with this, we pass the server local IP directly to the ppp server constructor. | |||||
2010-06-29 | test-server: Update to the new API | Denis Kenzior | 1 | -1/+1 | |
2010-06-29 | ppp: Tweak set_server_info API some more | Denis Kenzior | 4 | -16/+5 | |
2010-06-29 | hdlc: Stop recording packets to stdout (fd = 0) | Denis Kenzior | 1 | -2/+2 | |
2010-06-29 | hdlc: Don't bother recording empty packets | Denis Kenzior | 1 | -0/+3 | |
2010-06-28 | gsmdial: Configure network interface for PPP | Zhenhua Zhang | 1 | -0/+29 | |
2010-06-28 | test-server: Configure network interface | Zhenhua Zhang | 1 | -0/+31 | |
Require ROOT priviledge to: 1. Run external command to configure and bring up network interface. 2. Enable kernel IP forwarding. | |||||
2010-06-28 | ppp: Tweak the set_server_info API | Denis Kenzior | 3 | -17/+20 | |
2010-06-28 | test-server: Add PPP server support | Zhenhua Zhang | 1 | -0/+119 | |
So that gsmdial and wvdial could talk to test-server and establish PPP connection. | |||||
2010-06-28 | ppp: Refactor server RCR action | Denis Kenzior | 1 | -40/+40 | |
We need to generate the Conf-Rej / Conf-Nak in the same order as the client sent us. | |||||
2010-06-28 | ppp: Refactor client RCR action | Denis Kenzior | 1 | -29/+27 | |
2010-06-28 | ppp: Simplify the logic by re-using code | Denis Kenzior | 1 | -6/+1 | |
2010-06-28 | ppp: Minor style tweaks | Denis Kenzior | 1 | -9/+9 | |
2010-06-28 | atmodem: Update to the new PPP API | Zhenhua Zhang | 1 | -2/+3 | |
2010-06-28 | gsmdial: Update to the new API | Zhenhua Zhang | 1 | -2/+3 | |
2010-06-28 | gatppp: Add PPP server extension | Zhenhua Zhang | 4 | -36/+225 | |
1. Add interface to set PPP server info by g_at_ppp_set_server_info. 2. Pass local and peer address through IPCP handshaking. | |||||
2010-06-25 | sms: Update doc about the default Bearer setting | Denis Kenzior | 1 | -0/+2 | |
2010-06-25 | sms: Tweak the Bearer API | Denis Kenzior | 2 | -12/+12 | |
2010-06-25 | Update TODO & overview.txt | Denis Kenzior | 2 | -10/+4 | |
2010-06-25 | atmodem: Add CGSMS support to sms driver | Denis Kenzior | 1 | -0/+88 | |
2010-06-25 | sms: Add support for SMS Bearer settings | Denis Kenzior | 2 | -2/+141 | |
2010-06-25 | sms: Add driver API for SMS bearer settings | Denis Kenzior | 1 | -0/+8 | |
2010-06-25 | TODO: Add owner | Denis Kenzior | 1 | -0/+1 | |