Open Source Telephony
 help / color / mirror / Atom feed
 messages from 2010-06-22 11:20:47 to 2010-07-02 20:43:26 UTC [more...]

[SMS D-Bus 00/23] Exports SMS over D-Bus and mis cleanups
 2010-07-02 20:43 UTC  (35+ messages)
` [SMS D-Bus 01/23] documentation: add note about referencing standards
` [SMS D-Bus 02/23] util.h: Add BUILD_BUG_ON() and friends for compile-time assert checking
` [SMS D-Bus 03/23] smutil.h: add missing header file dependencies
` [SMS D-Bus 04/23] write_file: make transaction-safe
` [SMS D-Bus 05/23] doc: explain debugging options to -d, add a pointer in -h to manpage
` [SMS D-Bus 06/23] SMS: introduce message ID API
` [SMS D-Bus 07/23] introduce DECLARE_SMS_ADDR_STR()
` [SMS D-Bus 08/23] export sms_assembly_encode_address
` [SMS D-Bus 09/23] SMS: implement SHA256-based message IDs [incomplete]
` [SMS D-Bus 10/23] sms: add doc about the extensions D-Bus API (not yet implemented)
` [SMS D-Bus 11/23] struct tx_queue_entry: add fields and destructor
` [SMS D-Bus 12/23] SMS: produce a unique, persistent name for in-transit messages
` [SMS D-Bus 13/23] SMS: introduce bare state machine and transitions
` [SMS D-Bus 14/23] SMS: export outgoing messages over D-Bus (skeleton)
` [SMS D-Bus 15/23] SMS: split sms_send_message() into a D-Bus front end and an internal API
` [SMS D-Bus 16/23] SMS: introduce wait-for-ack state and infrastructure
` [SMS D-Bus 17/23] SMS: introduce sms_msg_cancel and its D-Bus wrapper
` [SMS D-Bus 18/23] SMS: rename tx_queue_entry->msg to ->dbus_msg for clarity
` [SMS D-Bus 19/23] SMS: Implement D-Bus SMS-MSG::GetProperties
` [SMS D-Bus 20/23] SMS: send D-Bus SMS-MSG::ProperyChanged signals when message changes status
` [SMS D-Bus 21/23] SMS: make D-Bus SendMessage and Cancel fully synchronous
` [SMS D-Bus 22/23] SMS: set the SRR bit in outgoing PDUs if WFA is requested
` [SMS D-Bus 23/23] sms_text_prepare: document @use_delivery_reports

[PATCH 1/9] stk: Utilities for proactive command/envelope handling
 2010-07-02 20:20 UTC  (18+ messages)
` [PATCH 2/9] mbmmodem: Cancel running command on *STKEND
` [PATCH 3/9] stk: Handle the More Time command as a nop
` [PATCH 4/9] Make sim operations return sim error codes to core
` [PATCH 5/9] stk: Handle ENVELOPEs in a queue, retry on sim busy
` [PATCH 6/9] Add SimToolkit and SimApplicationAgent interfaces
` [PATCH 7/9] stk: Add menu related utilities
` [PATCH 8/9] stk: Handle Select Item and Set Up Menu commands
` [PATCH 9/9] stk: Handle the Display Text command

[PATCH 1/6] stk: Handle the Get Inkey proactive command
 2010-07-02 19:52 UTC  (8+ messages)
` [PATCH 2/6] stk: Handle the Get Input "
` [PATCH 3/6][RfC] stkutil: Move scaddr field to gsm_sms in stk_command_send_sms
` [PATCH 4/6] test-stkutil: Fix always true condition
` [PATCH 5/6] stk: Separate Dbus request cancelling from command cancelling
` [PATCH 6/6][RfC] Implement the Send SMS proactive command

Help regarding understanding of ofono atoms
 2010-07-02 15:57 UTC  (2+ messages)

[PATCH 1/2] huawei: Remove existing Huawei EM770 plugin
 2010-07-02 15:44 UTC  (3+ messages)
` [PATCH 2/2] huawei: Add Huawei EM770 modem support

[PATCH 0/9] html text attribute patches
 2010-07-02 13:46 UTC  (10+ messages)
` [PATCH 1/9] stkutil: display text attributes as html
` [PATCH 2/9] test-stkutil: add unit test for html text attributes
` [PATCH 3/9] test-stkutil: add html attribute test for Display Text tests
` [PATCH 4/9] test-stkutil: add html attribute tests for get_inkey_test
` [PATCH 5/9] test-stkutil: add html attribute tests for get_input_test
` [PATCH 6/9] test-stkutil: add html attribute tests for play_tone_test
` [PATCH 7/9] test-stkutil: add html attribute test for setup_menu_test
` [PATCH 8/9] test-stkutil: add html attribute test for select_item_test
` [PATCH 9/9] test-stkutil: add html attribute tests for setup idle mode tests

[PATCH 0/5] Add PPP server support
 2010-07-02  3:11 UTC  (9+ messages)
` [PATCH 1/5] gatppp: Add PPP server extension
  ` [PATCH 2/5] atmodem: Fix GAtPPPConnectFunc interface change
    ` [PATCH 3/5] test-server: Add PPP server support
      ` [PATCH 4/5] test-server: Configure network interface
        ` [PATCH 5/5] gsmdial: Configure network interface for PPP

[PATCH 0/3] Merge Huawei EM770 into plugins/huawei.c
 2010-07-02  0:57 UTC  (7+ messages)
` [PATCH 1/3] huawei: Remove existing Huawei EM770 plugin
  ` [PATCH 2/3] huawei: Add Huawei EM770 modem support
    ` [PATCH 3/3] huawei: Remove call meter support for EM770

[PATCH 0/3] html text attribute patches
 2010-07-01 23:47 UTC  (17+ messages)
` [PATCH 1/3] stkutil: display text attributes as html
` [PATCH 2/3] test-stkutil: add unit test for html text attributes
` [PATCH 3/3] test-stkutil: add html attribute test for Display Text tests

[PATCH 00/10] html text attributes patches
 2010-07-01 23:12 UTC  (12+ messages)
` [PATCH 01/10] stkutil: display text attributes as html
` [PATCH 02/10] test-stkutil: add unit test for html text attributes
` [PATCH 03/10] test-stkutil: add html attribute test for Display Text tests
` [PATCH 04/10] test-stkutil: add html attribute tests for get_inkey_test
` [PATCH 05/10] test-stkutil: add html attribute tests for get_input_test
` [PATCH 06/10] test-stkutil: add html attribute tests for play_tone_test
` [PATCH 07/10] test-stkutil: add html attribute test for setup_menu_test
` [PATCH 08/10] test-stkutil: add html attribute test for select_item_test
` [PATCH 09/10] test-stkutil: add html attribute tests for setup idle mode tests
` [PATCH 10/10] test-stkutil: add html_attr_test for special chars

[PATCH] Voicecall gaps
 2010-07-01 14:52 UTC  (2+ messages)

Crash in at_gprs_context_remove()
 2010-07-01 13:41 UTC  (3+ messages)

Reg. How client receives SMS PUD
 2010-07-01 10:01 UTC  (3+ messages)
` How about offering a raw way for SMS

[PATCH] test-stkutil: Fix always true condition
 2010-07-01  2:18 UTC  (2+ messages)

[PATCH 1/2] huawei: reopen the GPRS context when the modem closes it after PPP
 2010-06-29 19:04 UTC  (3+ messages)
` [PATCH 2/2] PPP GPRS context is now done, update documentation

[PATCH] atmodem: Don't unregister *EPEV in *EPEV handler
 2010-06-29 19:03 UTC  (2+ messages)

[PATCH 1/2] Documented Present property in sim-api.txt
 2010-06-29 17:25 UTC  (7+ messages)
` [PATCH 2/2] mbm: use cpin? to check if SIM is missing
    ` [PATCH] mbm: use CPIN? "

[PATCH 1/2] Documented Present property in sim-api.txt
 2010-06-28 18:21 UTC 

[PATCH 1/2] Documented Present property in sim-api.txt
 2010-06-28 18:17 UTC  (2+ messages)
` [PATCH 2/2] mbm: use cpin? to check if SIM is missing

Monitor current technology
 2010-06-28 16:41 UTC  (7+ messages)
` [PATCH v2 1/3] Add CurrentTechnology property to DCM
` [PATCH v2 2/3] Pass down vendor flag into DCM
` [PATCH v2 3/3] Monitor current technology used for Option modems

Required suggestion to use third part code in oFono
 2010-06-28 10:03 UTC  (4+ messages)

[PATCH 0/2] Add function for diplaying text attributes as html
 2010-06-25 20:24 UTC  (6+ messages)
` [PATCH 1/2] stkutil: display "
` [PATCH 2/2] test-stkutil: add html attribute display tests

SimApplicationAgent api
 2010-06-24 18:39 UTC 

[PATCH 0/6] Add PPP server support
 2010-06-24  6:26 UTC  (11+ messages)
` [PATCH 1/6] ppp: Fix incorrect packet length for little-endian
  ` [PATCH 2/6] gatppp: Add PPP server extension
    ` [PATCH 3/6] atmodem: Fix GAtPPPConnectFunc interface change
      ` [PATCH 4/6] test-server: Add PPP server support
        ` [PATCH 5/6] test-server: Configure network interface
          ` [PATCH 6/6] gsmdial: Configure network interface for PPP

[PATCH 2/8] stk: Allow registering proactive command handlers
 2010-06-23 22:08 UTC  (3+ messages)

[PATCH 1/8] stkutil: Refactor command parser error handling
 2010-06-23 21:25 UTC  (8+ messages)
` [PATCH 4/8] stk: Add SimApplication interface
` [PATCH 5/8] stk: Forget previous command if a new one comes
` [PATCH 6/8] Add a proactive command cancel notification
` [PATCH 7/8] mbmmodem: Cancel running command on *STKEND
` [PATCH 8/8] stk: Handle the Display Text command

[PATCH 1/2] stkutil: convert text attributes to html
 2010-06-23 20:51 UTC  (2+ messages)

[PATCH] stkutil: Alpha Id is optional for Select Item
 2010-06-23 19:46 UTC  (2+ messages)

[PATCH] mbmmodem: Fix ip netmask should be 255.255.255.255
 2010-06-23  7:40 UTC  (3+ messages)

Ofono and PPP
 2010-06-23  7:09 UTC  (4+ messages)

Demo client
 2010-06-23  6:29 UTC  (2+ messages)

commit a7690918 "huawei: Import huawei rules" broke Huawei E1552
 2010-06-23  6:23 UTC  (4+ messages)

[PATCH 2/4] stk: Allow registering proactive command handlers
 2010-06-22 22:14 UTC  (3+ messages)

[PATCH 1/4][RFC] stkutil: Refactor command parser error handling
 2010-06-22 21:44 UTC  (2+ messages)


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