Open Source Telephony
 help / color / mirror / Atom feed
 messages from 2010-06-16 23:19:06 to 2010-06-28 20:39:02 UTC [more...]

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

[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

[SMS D-Bus 00/23] Exports SMS over D-Bus and mis cleanups
 2010-06-28 17:01 UTC  (30+ 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

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

[PATCH 0/5] Add PPP server support
 2010-06-25  3:19 UTC  (6+ 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

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 1/8] stkutil: Refactor command parser error handling
 2010-06-23 22:08 UTC  (12+ messages)
` [PATCH 2/8] stk: Allow registering proactive command handlers
` [PATCH 3/8] stk: Handle the More Time command as a nop
` [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 0/2] convert display text attributes to HTML
 2010-06-23 20:51 UTC  (11+ messages)
` [PATCH 1/2] stkutil: convert text attributes to html
` [PATCH 2/2] test-stkutil: add html formatted text tests

[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)

Option (hso) modem and PAP
 2010-06-22  9:16 UTC  (3+ messages)
` Set username and password with create-context
` hso : swap username and password for PAP

[PATCH 03/11] gatppp: Add PPP server extension
 2010-06-22  6:31 UTC  (5+ messages)

[PATCH 1/5] gatppp: Add PPP server extension
 2010-06-22  6:24 UTC  (7+ messages)
` [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 1/6] bluetooth: Move functions from hfp.c to bluetooth.c
 2010-06-22  3:59 UTC  (8+ messages)
` [PATCH 2/6] bluetooth: add device_properties_cb() and has_uuid()
  ` [PATCH 3/6] bluetooth: add watches for the bluetoothd service and adapters
    ` [PATCH 4/6] bluetooth: add PropertyChanged watch
      ` [PATCH 5/6] hfp: use bluetooth helpers and remove similar code
        ` [PATCH 6/6] bluetooth: make bluetooth.c not a plugin

SMS status report
 2010-06-21 23:35 UTC  (9+ messages)
` [RFC PATCH 1/5] smsutil: Status report assembly
  ` [RFC PATCH 2/5] history: print SMS status
    ` [RFC PATCH 3/5] history: API change for status report notify
      ` [RFC PATCH 4/5] sms: Status "
        ` [RFC PATCH 5/5] smsutil: save pending status reports to imsi file

(no subject)
 2010-06-21 21:16 UTC  (3+ messages)
` 

[PATCH] test-common: Avoid accessing an unitialised variable
 2010-06-21 21:11 UTC  (4+ messages)
` [PATCH] stkutil: Remove obsolete comment

Reg. How client receives SMS PUD
 2010-06-21 14:28 UTC  (2+ messages)

[PATCH] TODO: PPP server support owner
 2010-06-21 14:23 UTC  (2+ messages)

[PATCH] ppp: Fix leak in pppcp_send_protocol_reject
 2010-06-21 14:22 UTC  (2+ messages)

[PATCH 1/5] stk: Add parser for send ussd commands
 2010-06-21 14:18 UTC  (9+ messages)
` [PATCH 2/5] teststk: Add test for send ussd parser
` [PATCH 3/5] Modify "
` [PATCH 4/5] Refactor "
` [PATCH 5/5] stk: Add parser for timing advance objects

[PATCH 06/12] Refactor ussd parser
 2010-06-21 14:09 UTC  (2+ messages)

[PATCH 06/12] Refactor ussd parser
 2010-06-21 14:08 UTC  (2+ messages)

[PATCH 0/5] Add PPP server support
 2010-06-21  9:56 UTC 

[PATCH] Enabling PDP Context support in atmodem
 2010-06-19 14:53 UTC  (3+ messages)

[PATCH 1/5] 23.032 GAD Shape structs and encoding utility
 2010-06-18 19:25 UTC  (13+ messages)
` [PATCH 2/5] GAD shape tests
` [PATCH 3/5] stkutil: Add the Geographical Location Reporting envelope builder
` [PATCH 4/5] stkutil: Add More Time terminal response builder
` [PATCH 5/5] test-stkutil: Add a More Time response builder test
` [PATCH 1/5] mbmmodem: Allow no response data for envelope
` [PATCH 2/5] mbm: Register stk driver post sim
` [PATCH 3/5] atmodem: Add PIN entry quirk for mbm
` [PATCH 4/5] mbm: Use MBM vendor quirk of the sim driver
` [PATCH 5/5] mbm: Move +CFUN=1 to after SIM authentication

[PATCH 1/1] Import Huawei rules from 10-Huawei-Datacard.rules (Linux Driver 4.08.01.108.tar.gz)
 2010-06-18 18:00 UTC  (2+ messages)

[PATCH 11/11] gsmdial: Delay ppp_unref after IO processing
 2010-06-18 17:51 UTC  (2+ messages)

[PATCH 09/11] gsmdial: Unref ppp when we get disconnected
 2010-06-18 17:50 UTC  (2+ messages)

[PATCH 05/11] test-server: Fix GIOChannel leak in create_tty
 2010-06-18 17:50 UTC  (2+ messages)

[PATCH 02/11] gatserver: Check for disconnection when resuming
 2010-06-18 17:31 UTC  (2+ messages)

[PATCH 01/11] gatserver: Suspend/resume GAtServer with GAtIO
 2010-06-18 17:31 UTC  (2+ messages)

Patch sending problem, missing pieces
 2010-06-18  9:55 UTC 

smtp server problem
 2010-06-17 13:26 UTC  (3+ messages)
  ` VS: "

[PATCH 4/7] Move bluetooth utils from hfp.c to bluetooth.c
 2010-06-17 10:36 UTC  (2+ messages)

[PATCH 1/7] Add bluetooth plugin skeleton
 2010-06-17 10:35 UTC  (2+ messages)

[PATCH 05/12] Modify ussd parser
 2010-06-17 10:33 UTC  (3+ messages)

[PATCH 10/12] stk: Add parser for timing advance objects
 2010-06-17  1:44 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