Open Source Telephony
 help / color / mirror / Atom feed
 messages from 2010-05-20 01:18:36 to 2010-05-27 10:54:47 UTC [more...]

[PATCH 01/11] In drivers/atmodem/sms.c:at_cmgl_cpms_cb() there is a temporary fix for Siemens TC65. If AT+CMGL=4 is sent to TC65, the AT command queue jams
 2010-05-27 10:54 UTC  (8+ messages)
` [PATCH 02/11] Made needed changes to at_cds_notify() for status report and corrected at_cmgl_cpms_cb() to meet the ISO standard
  ` [PATCH 03/11] Enable status report
    ` [PATCH 04/11] Changes for SMS statur report
      ` [PATCH 05/11] Added message delivery time to dbus message
        ` [PATCH 06/11] Made it possible to ask for status report via SendMessage method parameters. True=status report on, false=off
          ` [PATCH 07/11] Removed Siemens TC65 specific code
            ` [PATCH 08/11] Some style corrections

SMS delivery report
 2010-05-27 10:06 UTC 

[PATCH 1/2] stk: Use sim bcd version
 2010-05-27  9:24 UTC  (2+ messages)
` [PATCH 2/2] teststk: "

[PATCH] test-stkutil: Use gcc4.3 compatible initialisers
 2010-05-27  6:50 UTC  (3+ messages)

[PATCH 3/4] Add: set_online and post_online methods to isimodem driver
 2010-05-27  6:48 UTC  (3+ messages)

[PATCH 01/20] stkutil: Add Set Up Call response builder
 2010-05-27  4:59 UTC  (20+ messages)
` [PATCH 02/20] test-stkutil: Add Set Up Call response tests
` [PATCH 03/20] stkutil: Add Polling Off response builder support
` [PATCH 04/20] test-stkutil: Add a Polling Off response test
` [PATCH 05/20] stkutil: Add the Provide Local Info response builder
` [PATCH 06/20] test-stkutil: Add Provide Local Info response tests
` [PATCH 07/20] stkutil: Add Set Up Event List response builder support
` [PATCH 08/20] test-stkutil: Add a Set Up Event List response test
` [PATCH 09/20] stkutil: Add the Timer Management response builder
` [PATCH 10/20] test-stkutil: Add Timer Management response tests
` [PATCH 11/20] stkutil: Add Set Up Idle Mode Text response builder support
` [PATCH 12/20] test-stkutil: Add Set Up Idle Mode response builder tests
` [PATCH 13/20] stkutil: Add the Run AT Command response builder
` [PATCH 14/20] test-stkutil: Add Run AT Command response builder tests
` [PATCH 15/20] stkutil: Add Send DTMF response builder support
` [PATCH 16/20] test-stkutil: Add the Send DTMF response tests
` [PATCH 17/20] stkutil: Add Language Notification response builder support
` [PATCH 18/20] test-stkutil: Add Language Notification response tests
` [PATCH 19/20] stkutil: Add Launch Browser response builder support
` [PATCH 20/20] test-stkutil: Add Launch Browser response builder tests

[PATCH 1/4] Add: Online property to modem
 2010-05-27  2:05 UTC  (8+ 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

[RFC patches 00/13] misc cleanups and SMS ID API
 2010-05-26 19:49 UTC  (14+ 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
` [RFC patches 06/13] smutil.h: add missing header file dependencies
` [RFC patches 07/13] write_file: make transaction-safe
` [RFC patches 08/13] storage: add __attribute__((format)) to {write, read}_file() for printf-like variable arg verification
` [RFC patches 09/13] Add function doc headers to ofono_sms_{create, register}
` [RFC patches 10/13] doc: explain debugging options to -d, add a pointer in -h to manpage
` [RFC patches 11/13] automake: fix installation of udev rules in VPATH builds
` [RFC patches 12/13] SMS: introduce message ID API
` [RFC patches 13/13] SMS: implement SHA256-based message IDs [incomplete]

[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

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 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  (2+ messages)

[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 1/3] huawei: detect possible secondary device
 2010-05-20 10:46 UTC  (2+ messages)

[PATCH v4 2/3] Move report_signal_strength to atutil
 2010-05-20 10:23 UTC  (2+ messages)

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

[PATCH v4 0/3] Huawei GPRS support
 2010-05-20  8:04 UTC  (4+ 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 v3 2/2] huawei: add gprs context
 2010-05-20  7:35 UTC  (2+ messages)

[PATCH v3 1/2] huawei: detect SecondaryDevice which is used for events
 2010-05-20  7:15 UTC  (2+ messages)

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

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


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