Open Source Telephony
 help / color / mirror / Atom feed
 messages from 2010-07-23 20:59:55 to 2010-08-06 00:55:25 UTC [more...]

[SMS D-Bus v5 00/17] pull request
 2010-08-06  0:55 UTC  (4+ messages)
` [SMS D-Bus v5 01/17] sms: replace sequential SMS message ID with hash
` [SMS D-Bus v5 02/17] sms: _txq_submit() returns pointer to object
` [SMS D-Bus v5 03/17] sms: document the org.ofono.SmsMessage interface

[SMS D-Bus 00/19] pull request
 2010-08-05 23:34 UTC  (31+ messages)
` [SMS D-Bus 01/19] write_file: make transaction-safe
` [SMS D-Bus 02/19] sms: introduce message ID API
` [SMS D-Bus 03/19] sms: implement SHA256-based message IDs [incomplete]
` [SMS D-Bus 04/19] sms: document the org.ofono.SmsMessage interface
` [SMS D-Bus 05/19] sms: document handle_sms_status_report()
` [SMS D-Bus 06/19] struct tx_queue_entry: add a destructor
` [SMS D-Bus 07/19] sms: introduce bare state machine and transitions
` [SMS D-Bus 08/19] sms: introduce the Wait-for-Status-Report state
` [SMS D-Bus 09/19] sms: introduce a state change callback for messages
` [SMS D-Bus 10/19] sms: export outgoing messages over D-Bus
` [SMS D-Bus 11/19] sms: send PropertyChanged signals on state change
` [SMS D-Bus 12/19] sms: introduce sms_msg_cancel and its D-Bus wrapper
` [SMS D-Bus 13/19] sms: Implement D-Bus SMS-MSG::GetProperties
` [SMS D-Bus 14/19] sms: document SMS Message's D-Bus 'To' property
` [SMS D-Bus 15/19] sms: test code for message's D-Bus GetProperties
` [SMS D-Bus 16/19] automake: fix generation of symlinks for headers
` [SMS D-Bus 17/19] sms: document variable usage in sms_msg_send()
` [SMS D-Bus 18/19] sms: add test case for message cancel
` [SMS D-Bus 19/19] sms: add test case for state change signals

[PATCH] simfilesystem: make EFimg a linear fixed file type
 2010-08-05 22:03 UTC  (2+ messages)

[PATCH 0/7] add support for icons
 2010-08-05 21:32 UTC  (8+ messages)
` [PATCH 1/7] simutil: add fileid for EFimg
` [PATCH 2/7] stkutil: change uint32_t to guint32
` [PATCH 3/7] sim: read EFimg
` [PATCH 4/7] sim: allow partial reads of files
` [PATCH 5/7] sim: read an image from an EFiidf
` [PATCH 6/7] sim: implement GetIcon dbus interface
` [PATCH 7/7] test: add get-icon script

[PATCH] huawei: Fix SIM state logic
 2010-08-05 19:21 UTC  (2+ messages)

[RFC] STE-driver: Terminating voice call in state DIALING/ALERTING
 2010-08-05 19:19 UTC  (4+ messages)

(no subject)
 2010-08-05 18:21 UTC  (3+ messages)
` [PATCH] huawei: Fix SIM state logic
` 

[PATCH 5/6] atutil: Parse CMS and CME error codes
 2010-08-05 17:31 UTC  (2+ messages)
` [PATCH 6/6] calypso: Create STK atom and reorder initialisation

[PATCH 1/6] phonesim: Don't use VENDOR_PHONESIM for Calypso
 2010-08-05 17:30 UTC  (4+ messages)
` [PATCH 2/6] calypso: Check if SIM is present on modem startup
` [PATCH 3/6] calypsomodem: Add a Calypso STK driver
` [PATCH 4/6] calypso: Enable AT extended error codes

[PATCH v3 2/2] huawei: add gprs context
 2010-08-05 17:29 UTC  (4+ messages)

[PATCH 1/5] bluetooth: define DBUS_TIMEOUT macro
 2010-08-05 15:43 UTC  (8+ messages)
` [PATCH 2/5] Bluetooth DUN modem prototype
  ` [PATCH 3/5] Add dun_enable() function
    ` [PATCH 4/5] Add dun_disable() to power down the modem
      ` [PATCH 5/5] dun: Add GAtChat for the rfcomm device

Huawei EM770W SIM card issues
 2010-08-05  9:54 UTC  (2+ messages)

[PATCH 1/6] bluetooth: Add reference count for bluetooth utils
 2010-08-05  1:51 UTC  (6+ messages)
` [PATCH 2/6] bluetooth: Add Btio library for DUN
` [PATCH 3/6] bluetooth: Add bluetooth server support "
` [PATCH 4/6] modem: Add method to get modem by path
` [PATCH 5/6] dun_gw: Add DUN server plugin for oFono
` [PATCH 6/6] emulator: Add emulator atom in oFono

Huawei EM700 SIM card recognition
 2010-08-04 21:15 UTC 

[PATCH 1/4] stkagent: Implement RequestConfirmation/Key/Digit
 2010-08-04 20:16 UTC  (5+ messages)
` [PATCH 2/4] stk: Handle the Get Inkey proactive command
` [PATCH 3/4] stkagent: Implement RequestInput/RequestDigits
` [PATCH 4/4] stk: Handle the Get Input proactive command

[PATCH v3] Fix busylooped in ppp_disconnect for huawei modem
 2010-08-04 12:54 UTC  (3+ messages)

[PATCH 1/3] Bluetooth DUN modem prototype
 2010-08-03 22:58 UTC  (7+ messages)
` [PATCH 2/3] Add dun_enable() function
  ` [PATCH 3/3] Add dun_disable() to power down the modem

[PATCH] huawei: Fix SIM state logic
 2010-08-03 21:22 UTC 

Add CDMA/EVDO into TODO
 2010-08-03 15:55 UTC  (4+ messages)

How to get the SMS stored in SIM card
 2010-08-03 14:34 UTC  (2+ messages)

[PATCH] huawei: fix double include of GPRS header
 2010-08-02 19:16 UTC  (2+ messages)

[patch 00/20] SMS D-Bus support and misc small patches
 2010-08-02 19:14 UTC  (39+ messages)
` [patch 07/20] SMS: implement SHA256-based message IDs [incomplete]
` [patch 08/20] sms: document the org.ofono.SMSMessage D-Bus interface
` [patch 09/20] SMS: document handle_sms_status_report()
` [patch 10/20] sms_text_prepare: document @use_delivery_reports
` [patch 11/20] SMS: rename create_tx_queue_entry() to tx_queue_entry_new()
` [patch 12/20] struct tx_queue_entry: add a destructor
` [patch 13/20] SMS: encapsulate D-Bus specific data in 'struct sms_msg_dbus_data'
` [patch 14/20] SMS: introduce bare state machine and transitions
` [patch 15/20] SMS: introduce Wait-for-Status-Report state and infrastructure
` [patch 16/20] SMS: introduce a state change callback for TX messages
` [patch 17/20] SMS: export outgoing messages over D-Bus
` [patch 18/20] SMS: send D-Bus SMS-MSG::PropertyChanged signals when message changes status
` [patch 19/20] SMS: introduce sms_msg_cancel and its D-Bus wrapper
` [patch 20/20] SMS: Implement D-Bus SMS-MSG::GetProperties

[PATCH] sim: allow partial reads of tranparent files
 2010-08-02 17:23 UTC  (2+ messages)

USSD support in ofono-0.25
 2010-07-30 18:40 UTC  (5+ messages)

[PATCH 1/6] Add STK agent utilities and logic
 2010-07-28 10:26 UTC  (6+ messages)
` [PATCH 2/6] stk: Add STK agent registration api
` [PATCH 3/6] stk: Utilities to deal with menus
` [PATCH 4/6] stk: Handle the main menu
` [PATCH 5/6] stk: Handle the Select Item proactive command
` [PATCH 6/6] stk: Handle the Display Text "

[PATCH 1/6] Add STK agent utilities and logic
 2010-07-28  6:09 UTC  (6+ messages)
` [PATCH 2/6] stk: Add STK agent registration api
` [PATCH 3/6] stk: Utilities to deal with menus
` [PATCH 4/6] stk: Handle the main menu
` [PATCH 5/6] stk: Handle the Select Item proactive command
` [PATCH 6/6] stk: Handle the Display Text "

[PATCH] sim: allow partial reads of tranparent files
 2010-07-27 23:12 UTC 

[PATCH v2] Fix busylooped in ppp_disconnect for huawei modem
 2010-07-27 19:45 UTC  (3+ messages)

[PATCH] Fix busylooped in ppp_disconnect for huawei modem
 2010-07-27 19:39 UTC  (5+ messages)

[PATCH 1/6] Add STK agent utilities and logic
 2010-07-27  0:53 UTC  (8+ messages)
` [PATCH 2/6] stk: Add STK agent registration api
` [PATCH 3/6] stk: Utilities to deal with menus
` [PATCH 4/6] stk: Handle the main menu
` [PATCH 5/6] stk: Handle the Select Item proactive command
` [PATCH 6/6] stk: Handle the Display Text "

[patch 04/20] SMS: introduce message ID API
 2010-07-27  0:10 UTC  (2+ messages)

[PATCH 0/2] convert images to xpm
 2010-07-26 19:47 UTC  (4+ messages)
` [PATCH 1/2] stkutil: convert img "
` [PATCH 2/2] test-stkutil: unit test for img to xpm converter

huawei: invalid APN name crashes ofono
 2010-07-26 15:12 UTC 

CDMA support in Ofono
 2010-07-26  5:10 UTC  (2+ messages)

[PATCH v2] watch: Free service data in service_reply
 2010-07-26  1:10 UTC 

[patch 02/20] write_file: make transaction-safe
 2010-07-23 22:31 UTC  (3+ messages)

[patch 06/20] _assembly_encode_address: export and rename
 2010-07-23 22:31 UTC  (2+ messages)

[patch 05/20] introduce DECLARE_SMS_ADDR_STR()
 2010-07-23 22:30 UTC  (2+ messages)

[patch 03/20] manpage: explain debugging options to -d
 2010-07-23 22:05 UTC  (2+ messages)

[PATCH 1/2] stkutil: convert img to xpm
 2010-07-23 22:03 UTC  (6+ messages)

[patch 01/20] bug.h: Add BUILD_BUG_ON() and friends for compile-time assert checking
 2010-07-23 21:59 UTC  (4+ messages)


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