Open Source Telephony
 help / color / mirror / Atom feed
 messages from 2010-05-17 02:11:38 to 2010-05-26 19:49:19 UTC [more...]

[RFC patches 00/13] misc cleanups and SMS ID API
 2010-05-26 19:49 UTC  (6+ messages)
` [RFC patches 01/13] Update .gitignore to ignore cscope databases and backup files
` [RFC patches 02/13] sms_send_message: add a short roadmap
` [RFC patches 03/13] documentation: add note about referencing standards
` [RFC patches 04/13] sms_assembly_add_fragment_backup: clarify how insertion spot is found
` [RFC patches 05/13] util.h: Add BUILD_BUG_ON() and friends for compile-time assert checking

[PATCH v4 1/2] atmodem: remove CGACT command
 2010-05-26 17:37 UTC  (6+ messages)
` [PATCH v4 2/2] atmodem: fix crash during context deactivation

[PATCH] test-stkutil: Use gcc4.3 compatible initialisers
 2010-05-26 17:09 UTC  (2+ messages)

Ofono - Quering PIN authentication state failed
 2010-05-26 16:56 UTC  (4+ messages)

[PATCH] Fix more-messages-to-send indicator
 2010-05-26 16:17 UTC  (2+ messages)

[PATCH v2] atmodem: fix crash during context deactivation
 2010-05-26 15:33 UTC  (6+ messages)

[PATCH v3 1/2] atmodem: remove CGACT command
 2010-05-26 15:31 UTC  (2+ messages)
` [PATCH v3 2/2] atmodem: fix crash during context deactivation

[PATCH 3/4] Add: set_online and post_online methods to isimodem driver
 2010-05-26 14:58 UTC 

[PATCH 1/4] Add: Online property to modem
 2010-05-26 14:58 UTC  (5+ messages)
` [PATCH 2/4] Add: test scripts online-modem and offline-modem
  ` [PATCH 3/4] Add: set_online and post_online methods to isimodem driver
    ` [PATCH 4/4] Add description of Online property to modem-api.txt

[PATCH 1/8] stk: Make parse_dataobj not consume extra data
 2010-05-26 14:39 UTC  (8+ messages)
` [PATCH 2/8] stk: Add parser for launch browser commands
` [PATCH 3/8] teststk: Add check of len in byte array
` [PATCH 4/8] teststk: Use check_common_text() to check string
` [PATCH 5/8] stk: Fix the parser of send sms
` [PATCH 6/8] teststk: Add cases for send sms parser
` [PATCH 7/8] teststk: Add test for launch browser parser
` [PATCH 8/8] Move destructor prior to return

[PATCH 1/6] Add bluetooth plugin skeleton
 2010-05-26  4:51 UTC  (6+ messages)
` [PATCH 2/6] Move bluetooth utils from hfp.c to bluetooth.c
  ` [PATCH 3/6] Remove send_method_call from hfp.c
    ` [PATCH 4/6] Move create_path() to bluetooth plugin
      ` [PATCH 5/6] Change hfpmodem's header define
        ` [PATCH 6/6] Bluetooth DUN modem prototype

[PATCH 1/8] stk: Add parser for setup idle mode text commands
 2010-05-25 22:56 UTC  (9+ messages)
` [PATCH 2/8] test-stk: Add test for setup idle mode text parser
` [PATCH 3/8] stk: Add parser for run at command commands
` [PATCH 4/8] test-stk: Add test for run at command parser
` [PATCH 5/8] stk: Add parser for send dtmf commands
` [PATCH 6/8] test-stk: Add test for send dtmf parser
` [PATCH 7/8] stk: Add parser for language notification commands
` [PATCH 8/8] teststk: Add test for language notification parser

[PATCH 01/16] stkutil: Add the Provide Local Info response builder
 2010-05-25 22:07 UTC  (2+ messages)

[PATCH 24/27] stkutil: Add Polling Off response builder support
 2010-05-25 22:05 UTC  (2+ messages)

[PATCH 27/27] simutil: Add MMC MNC pair encoding utility
 2010-05-25 21:52 UTC  (2+ messages)

[PATCH 26/27] smsutil: Expose SMS timestamp encoding utility
 2010-05-25 21:39 UTC  (2+ messages)

[PATCH 22/27] stkutil: Add Set Up Call response builder
 2010-05-25 21:38 UTC  (2+ messages)

[PATCH 01/27] Add utilities for encoding BTLVs and CTLVs
 2010-05-25 21:36 UTC  (2+ messages)

[PATCH 1/4] Add: support for EF_ICCID in isimodem
 2010-05-25 21:27 UTC  (5+ messages)
` [PATCH 2/4] Fix: set correct local address for phonet on PCs
  ` [PATCH 3/4] isimodem: fix memory leak
    ` [PATCH 4/4] isimodem: fix confusing log message

[PATCH 1/3] Add: Online property to modem
 2010-05-25 21:24 UTC  (10+ messages)
` [PATCH 2/3] Add: test scripts online-modem and offline-modem
  ` [PATCH 3/3] Add: online and post_online methods to isimodem driver

Testing asset for oFono
 2010-05-25 20:34 UTC  (2+ messages)

[PATCH 0/4] huawei: minor cleanups
 2010-05-25 14:52 UTC  (6+ messages)
` [PATCH 1/4] huawei: use g_at_result_iter_skip_next()
` [PATCH 2/4] huawei: properly notify sim state to ofono
` [PATCH 3/4] huawei: send a prefix with AT commands
` [PATCH 4/4] huawei: remove voicecall support

[PATCH]enable-modem.c
 2010-05-25 14:12 UTC 

Examples in C for Ofono
 2010-05-25 12:54 UTC  (3+ messages)

[PATCH 1/2] atmodem: fix crash during context deactivation
 2010-05-25 12:44 UTC  (4+ messages)
` [PATCH 2/2] atmodem: timeout for gprs "

[PATCH] Add: support for EF_ICCID in isimodem
 2010-05-25 11:18 UTC  (2+ messages)

patches for DUN, HFP and gdbus
 2010-05-25 10:17 UTC  (13+ messages)
` [PATCH 1/9] Add g_dbus_interface_is_registered()
  ` [PATCH 2/9] Remove hack around hfp agent interface
    ` [PATCH 3/9] Bring back -d option without need for argument
      ` [PATCH 4/9] Add bluetooth plugin skeleton
        ` [PATCH 5/9] Move bluetooth utils from hfp.c to bluetooth.c
          ` [PATCH 6/9] Remove send_method_call from hfp.c
            ` [PATCH 7/9] Move create_path() to bluetooth plugin
              ` [PATCH 8/9] Change hfpmodem's header define
                ` [PATCH 9/9] Bluetooth DUN modem prototype

[PATCH v2] huawei: follow sim state change notifications
 2010-05-25  9:15 UTC  (2+ messages)

[PATCH] Bring back -d option without need for argument
 2010-05-25  9:09 UTC  (2+ messages)

[PATCH] huawei: follow sim state change notifications
 2010-05-25  8:34 UTC  (3+ messages)

[PATCH] Fix more-messages-to-send indicator
 2010-05-25  7:56 UTC 

How To Run the PhoneSIM and OFono
 2010-05-24 14:01 UTC  (2+ messages)

[PATCH 16/16] test-stkutil: Add Launch Browser response builder tests
 2010-05-23 10:17 UTC 

[PATCH 15/16] stkutil: Add Launch Browser response builder support
 2010-05-23 10:16 UTC 

[PATCH 14/16] test-stkutil: Add Language Notification response tests
 2010-05-23 10:16 UTC 

[PATCH 13/16] stkutil: Add Language Notification response builder support
 2010-05-23 10:16 UTC 

[PATCH 12/16] test-stkutil: Add the Send DTMF response tests
 2010-05-23 10:16 UTC 

[PATCH 11/16] stkutil: Add Send DTMF response builder support
 2010-05-23 10:16 UTC 

[PATCH 10/16] test-stkutil: Add Run AT Command response builder tests
 2010-05-23 10:16 UTC 

[PATCH 09/16] stkutil: Add the Run AT Command response builder
 2010-05-23 10:16 UTC 

[PATCH 08/16] test-stkutil: Add Set Up Idle Mode response builder tests
 2010-05-23 10:15 UTC 

[PATCH 07/16] stkutil: Add Set Up Idle Mode Text response builder support
 2010-05-23 10:15 UTC 

[PATCH 06/16] test-stkutil: Add Timer Management response tests
 2010-05-23 10:15 UTC 

[PATCH 05/16] stkutil: Add the Timer Management response builder
 2010-05-23 10:15 UTC 

[PATCH 04/16] test-stkutil: Add a Set Up Event List response test
 2010-05-23 10:14 UTC 

[PATCH 03/16] stkutil: Add Set Up Event List response builder support
 2010-05-23 10:14 UTC 

[PATCH 02/16] test-stkutil: Add Provide Local Info response tests
 2010-05-23 10:14 UTC 

[PATCH] Accept opaque data in EF_ICCID
 2010-05-21 15:56 UTC 

Ofono 0.20 compilation failed
 2010-05-21 14:30 UTC  (4+ messages)

[PATCH v1] Read EF_ICCID property of SIM
 2010-05-21 14:04 UTC  (4+ messages)

Need your help - Few queries on ofono
 2010-05-20 12:11 UTC  (2+ messages)

[PATCH v5 0/3] Huawei GPRS support
 2010-05-20 10:53 UTC  (5+ messages)
` [PATCH v5 1/3] huawei: detect possible secondary device
` [PATCH v5 2/3] Move report_signal_strength to atutil
` [PATCH v5 3/3] huawei: add gprs context

[PATCH v4 0/3] Huawei GPRS support
 2010-05-20 10:46 UTC  (8+ messages)
` [PATCH v4 1/3] huawei: detect possible secondary device
` [PATCH v4 2/3] Move report_signal_strength to atutil
` [PATCH v4 3/3] huawei: add gprs context

[PATCH] Add EFiccid entry
 2010-05-20 10:00 UTC  (2+ messages)

[PATCH v3 0/2] Huawei GPRS support
 2010-05-20  7:35 UTC  (7+ messages)
` [PATCH v3 1/2] huawei: detect SecondaryDevice which is used for events
` [PATCH v3 2/2] huawei: add gprs context

atmodem: gprs context deactivate crashes ofonod
 2010-05-20  6:49 UTC  (3+ messages)

commit "Fix Use hashtable to record udev path" breaks huawei
 2010-05-20  5:13 UTC  (5+ messages)

[RFC] AGPS support
 2010-05-19 21:18 UTC  (4+ messages)

New TODO process
 2010-05-19 21:17 UTC  (4+ messages)

Reg. Request for ISI modem details
 2010-05-19 10:16 UTC  (2+ messages)

Patch for voice call history plugin merge
 2010-05-18 16:51 UTC 

Network time patches, take two
 2010-05-18 16:36 UTC  (3+ messages)
` [PATCH 1/2] Add network time support
` [PATCH 2/2] Add isimodem support for network time

Unable to use DataConnectionManager
 2010-05-18 15:42 UTC  (4+ messages)

[PATCH 1/2] Add network time support
 2010-05-18 15:21 UTC  (2+ messages)
` [PATCH 2/2] Add isimodem "

Patch for merging voice call history plugin implementation
 2010-05-17 23:54 UTC 

[PATCH 0/2] detect NO CARRIER within HDLC
 2010-05-17 19:43 UTC  (3+ messages)
` [PATCH 1/2] hdlc: detect NO CARRIER
` [PATCH 2/2] ppp: check for "

[PATCH 4/6] Move create_path() to bluetooth plugin
 2010-05-17  2:11 UTC  (3+ messages)
` [PATCH 5/6] Change hfpmodem's header define
  ` [PATCH 6/6] Bluetooth DUN modem prototype


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox