summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-07-07TODO: Voicecall gapsPekka Pessi1-0/+27
2010-07-07doc: clarify VoiceCallManager SendTones methodPekka Pessi1-4/+4
2010-07-07gatppp: Unset disconnect function when unref PPPZhenhua Zhang1-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-07gatserver: Restore GAtServer disconnect handlingZhenhua Zhang1-0/+2
Restore GAtServer disconnect handling when resuming a server session
2010-07-06test-server: Refactor set_raw_modeZhenhua Zhang1-5/+5
Rename variable 'options' to 'ti' and use sizeof(ti).
2010-07-06gatserver: Don't free twice after user disconnectZhenhua Zhang1-3/+0
It's possible to free gatserver in user disconnect function. So we should not free it again.
2010-07-06test-server: Use cfmakeraw to set TTY raw modeZhenhua Zhang1-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-06gatppp: Check ppp instance before unref itZhenhua Zhang1-0/+3
2010-07-05Also add another rule for Pekka to .mailmapMarcel Holtmann1-0/+1
2010-07-05Update .mailmap rulesMarcel Holtmann1-1/+2
2010-07-05Add .mailmap file to fix Luiz's name spelling in git shortlogMarcel Holtmann1-0/+1
2010-07-02documentation: add note about referencing standardsInaky Perez-Gonzalez1-0/+8
2010-07-02test-stkutil: Fix always true condition.Andrzej Zaborowski1-47/+227
2010-07-02test-stkutil: Fix some memory leaksDenis Kenzior1-0/+5
2010-07-02stkutil: Move scaddr field to gsm_smsAndrzej Zaborowski3-108/+156
2010-07-02huawei: Add Huawei EM770 modem supportZhenhua Zhang3-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-02huawei: Remove existing Huawei EM770 pluginZhenhua Zhang4-260/+0
2010-06-29huawei: cleanup warnings from the previous patchDenis Kenzior1-2/+0
2010-06-29PPP GPRS context is now done, update documentationKalle Valo2-13/+0
2010-06-29huawei: reopen the GPRS context on hupKalle Valo1-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-29atmodem: Don't unregister *EPEV in *EPEV handler.Andrzej Zaborowski1-2/+20
Handlers are called when looping over the unsolicited responses hash, registering or unregistering modifies that hash and confuses glib.
2010-06-29mbm: use CPIN? to check if SIM is missingPekka Pessi1-22/+6
AT+CRSM=242 is not supported by all mbm models.
2010-06-29Documented Present property in sim-api.txt.Pekka Pessi1-5/+10
2010-06-29gsmdial: Wait for a no carrier before sending CFUNDenis Kenzior1-3/+9
2010-06-29test-server: Send a NO_CARRIER when ppp is doneDenis Kenzior1-2/+4
2010-06-29test-server: Update to the new APIDenis Kenzior1-4/+1
2010-06-29ppp: Don't accept 0 ip-addr/dns1/dns2Denis Kenzior1-3/+4
2010-06-29ppp: Refactor server-side APIDenis Kenzior7-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-29test-server: Update to the new APIDenis Kenzior1-1/+1
2010-06-29ppp: Tweak set_server_info API some moreDenis Kenzior4-16/+5
2010-06-29hdlc: Stop recording packets to stdout (fd = 0)Denis Kenzior1-2/+2
2010-06-29hdlc: Don't bother recording empty packetsDenis Kenzior1-0/+3
2010-06-28gsmdial: Configure network interface for PPPZhenhua Zhang1-0/+29
2010-06-28test-server: Configure network interfaceZhenhua Zhang1-0/+31
Require ROOT priviledge to: 1. Run external command to configure and bring up network interface. 2. Enable kernel IP forwarding.
2010-06-28ppp: Tweak the set_server_info APIDenis Kenzior3-17/+20
2010-06-28test-server: Add PPP server supportZhenhua Zhang1-0/+119
So that gsmdial and wvdial could talk to test-server and establish PPP connection.
2010-06-28ppp: Refactor server RCR actionDenis Kenzior1-40/+40
We need to generate the Conf-Rej / Conf-Nak in the same order as the client sent us.
2010-06-28ppp: Refactor client RCR actionDenis Kenzior1-29/+27
2010-06-28ppp: Simplify the logic by re-using codeDenis Kenzior1-6/+1
2010-06-28ppp: Minor style tweaksDenis Kenzior1-9/+9
2010-06-28atmodem: Update to the new PPP APIZhenhua Zhang1-2/+3
2010-06-28gsmdial: Update to the new APIZhenhua Zhang1-2/+3
2010-06-28gatppp: Add PPP server extensionZhenhua Zhang4-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-25sms: Update doc about the default Bearer settingDenis Kenzior1-0/+2
2010-06-25sms: Tweak the Bearer APIDenis Kenzior2-12/+12
2010-06-25Update TODO & overview.txtDenis Kenzior2-10/+4
2010-06-25atmodem: Add CGSMS support to sms driverDenis Kenzior1-0/+88
2010-06-25sms: Add support for SMS Bearer settingsDenis Kenzior2-2/+141
2010-06-25sms: Add driver API for SMS bearer settingsDenis Kenzior1-0/+8
2010-06-25TODO: Add ownerDenis Kenzior1-0/+1