($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
[PATCH 1/4] qmimodem: voicecall: Implement call dialing
 2024-04-23 21:54 UTC  (12+ messages)
` [PATCH 2/4] qmimodem: voicecall: Implement call answer
` [PATCH 3/4] qmimodem: voicecall: Implement active call hangup
` [PATCH 4/4] qmimodem: voicecall: Implement DTMF tones

[PATCH 1/2] qmimodem: Remove redundant unregister all calls
 2024-04-23 15:30 UTC  (3+ messages)
` [PATCH 2/2] qmimodem: Eliminate qmi_service reference counting

[PATCH v2 1/3] qmimodem: Remove redundant unregister all calls
 2024-04-23 15:30 UTC  (4+ messages)
` [PATCH v2 2/3] qmimodem: Eliminate qmi_service reference counting
` [PATCH v2 3/3] qmimodem: Remove unregister/cancel_all functions

[PATCH 1/4] qmi: Remove redundant NULL check in qmi_param_new
 2024-04-22 22:30 UTC  (5+ messages)
` [PATCH 2/4] qmi: voicecall: Fix up code style violations
` [PATCH 3/4] qmi: voicecall: Remove ternary conditional use
` [PATCH 4/4] qmi: voicecall: Remove redundant initialization to NULL

[PATCH 1/8] qmi unit: Link to dl
 2024-04-22 16:32 UTC  (11+ messages)
` [PATCH 2/8] qmi: Eliminate atomic ref counting
` [PATCH 3/8] qmi: Create a better client service abstraction
` [PATCH 4/8] qmi: Eliminate unnecessary casting to unsigned int
` [PATCH 5/8] qmi: Prevent clients from unregistering for others
` [PATCH 6/8] qmi unit: Validate creation of services of the same type
` [PATCH 7/8] qmi unit: Validate destroyed services do not notify
` [PATCH 8/8] qmi unit: Validate notifications are independent
  ` [EXT] Re: [PATCH 1/8] qmi unit: Link to dl

[PATCH v4 1/4] qmimodem: voicecall: Implement call dialing
 2024-04-18 15:03 UTC  (15+ messages)
` [PATCH v4 2/4] qmimodem: voicecall: Implement call answer
` [PATCH v4 3/4] qmimodem: voicecall: Implement active call hangup
` [PATCH v4 4/4] qmimodem: voicecall: Implement DTMF tones

[PATCH 1/3] gobi: Do not wait for timeout to shutdown
 2024-04-17 15:40 UTC  (4+ messages)
` [PATCH 2/3] qmi unit: Make test service sends more generic
` [PATCH 3/3] qmi unit: Add notification registration test

[PATCH 1/7] qmimodem: wds: Introduce qmi_wds_ip_family enum
 2024-04-16 21:50 UTC  (8+ messages)
` [PATCH 2/7] qmi: gprs-context: Do not free/alloc unnecessarily
` [PATCH 3/7] qmi: gprs-context: Move singleton defines to call site
` [PATCH 4/7] qmi: gprs-context: Convert QMI_WDS_AUTHENTICATION to an enum
` [PATCH 5/7] qmi: wds: Convert defines to enums
` [PATCH 6/7] qmi: gprs-context: Remove single-use structure definition
` [PATCH 7/7] qmi: gprs-context: Request certain TLVs to be included

[PATCH] qmi unit: Ignore QRTR control packets
 2024-04-08 22:40 UTC  (2+ messages)

[PATCH 1/2] modem: remove atom entry prior to invoking the watch callback
 2024-04-08 22:40 UTC  (3+ messages)
` [PATCH 2/2] hfp_ag_bluez5: Fix use-after-free

[PATCH v2 1/2] udevng: Detect embedded qmi QRTR modems
 2024-04-08 22:40 UTC  (3+ messages)
` [PATCH v2 2/2] qmimodem: Default embedded modems endpoint ID

[PATCH v2 1/2] modem: remove atom entry prior to invoking the watch callback
 2024-04-08 22:40 UTC  (3+ messages)
` [PATCH v2 2/2] hfp_ag_bluez5: Fix use-after-free

[PATCH] bluez4: Remove support
 2024-04-06 20:30 UTC  (2+ messages)

[PATCH v3 1/2] qmi: Create QRTR unit testing framework
 2024-04-05 20:10 UTC  (3+ messages)
` [PATCH v3 2/2] qmi: Add unit test for QRTR qmi_service_send

[PATCH v2 1/2] qmi: Create QRTR unit testing framework
 2024-04-05 19:06 UTC  (2+ messages)
` [PATCH v2 2/2] qmi: Add unit test for QRTR qmi_service_send

[PATCH 1/2] qmi: Create QRTR unit testing framework
 2024-04-05 16:07 UTC  (2+ messages)
` [PATCH 2/2] qmi: Add unit test for QRTR qmi_service_send

[PATCH v3 1/4] qmimodem: voicecall: Implement call dialing
 2024-04-04 21:38 UTC  (11+ messages)
` [PATCH v3 2/4] qmimodem: voicecall: Implement call answer
` [PATCH v3 3/4] qmimodem: voicecall: Implement active call hangup
` [PATCH v3 4/4] qmimodem: voicecall: Implement DTMF tones

[PATCH v2 01/14] simutil: Convert eons APIs to use ell
 2024-04-03 17:00 UTC  (15+ messages)
` [PATCH v2 02/14] sim: Simplify SPN management logic
` [PATCH v2 03/14] data: Remove AweSIM entry
` [PATCH v2 04/14] data: Mark some MVNOs via the "spn" attribute
` [PATCH v2 05/14] data: Remove outdated T-mobile settings
` [PATCH v2 06/14] data: Remove RESELLER settings from AT&T
` [PATCH v2 07/14] provisiontool: Add support for context tags
` [PATCH v2 08/14] provisiondb: Add tags_filter support
` [PATCH v2 09/14] tools: lookup-apn: add support for optional tags filter
` [PATCH v2 10/14] data: Add tags for AT&T and T-Mobile contexts
` [PATCH v2 11/14] ofono: Add support for ofono main.conf settings
` [PATCH v2 12/14] provision: Add support for provision filter tags
` [PATCH v2 13/14] examples: Fix use after free and resource leaks
` [PATCH v2 14/14] unit: Add test cases with tags_filter provided

[PATCH v2] udevng: Detect embedded qmi qrtr modems
 2024-04-02 23:28 UTC 

[PATCH 01/13] simutil: Convert eons APIs to use ell
 2024-04-02 22:30 UTC  (13+ messages)
` [PATCH 02/13] sim: Simplify SPN management logic
` [PATCH 03/13] data: Remove AweSIM entry
` [PATCH 04/13] data: Mark some MVNOs via the "spn" attribute
` [PATCH 05/13] data: Remove outdated T-mobile settings
` [PATCH 06/13] data: Remove RESELLER settings from AT&T
` [PATCH 07/13] provisiontool: Add support for context tags
` [PATCH 08/13] provisiondb: Add tags_filter support
` [PATCH 09/13] tools: lookup-apn: add support for optional tags filter
` [PATCH 10/13] data: Add tags for AT&T and T-Mobile contexts
` [PATCH 11/13] ofono: Add support for ofono main.conf settings
` [PATCH 12/13] provision: Add support for provision filter tags
` [PATCH 13/13] examples: Fix use after free and resource leaks

[PATCH] udevng: Detect embedded qmi qrtr modems
 2024-04-02 22:21 UTC  (3+ messages)

[PATCH 0/1]
 2024-03-28 15:17 UTC  (3+ messages)
` [PATCH 1/1] atmodem: sim: when reading sim files, avoid incomplete result lines

[PATCH v2 1/4] [qmimodem][voicecall] Implement call dialing
 2024-03-27 19:31 UTC  (8+ messages)
` [PATCH v2 2/4] [qmimodem][voicecall] Implement call answer
` [PATCH v2 3/4] [qmimodem][voicecall] Implement active call hangup
` [PATCH v2 4/4] [qmimodem][voicecall] Implement DTMF tones

[PATCH 1/4] [qmimodem][voicecall] Implement call dialing
 2024-03-25 23:32 UTC  (6+ messages)
` [PATCH 2/4] [qmimodem][voicecall] Implement call answer
` [PATCH 3/4] [qmimodem][voicecall] Implement active call hangup
` [PATCH 4/4] [qmimodem][voicecall] Implement DTMF tones

Receive DTMF
 2024-03-25 13:58 UTC  (2+ messages)

[PATCH v2 01/11] phonesim: Allow phonesim to work with Multiplexer=internal
 2024-03-22 16:20 UTC  (12+ messages)
` [PATCH v2 02/11] modem: commonize feature string list generation
` [PATCH v2 03/11] modem: commonize interface "
` [PATCH v2 04/11] doc: Add new Modem.Capabilities property
` [PATCH v2 05/11] modem: add implementation for the Capabilities property
` [PATCH v2 06/11] phonesim: Set modem lte capable
` [PATCH v2 07/11] gemalto: "
` [PATCH v2 08/11] xmm7xxx: Set modem as "
` [PATCH v2 09/11] ublox: Set modem "
` [PATCH v2 10/11] gobi: "
` [PATCH v2 11/11] quectel: "

[PATCH 01/11] phonesim: Allow phonesim to work with Multiplexer=internal
 2024-03-22 14:09 UTC  (11+ messages)
` [PATCH 02/11] modem: commonize feature string list generation
` [PATCH 03/11] modem: commonize interface "
` [PATCH 04/11] doc: Add new Modem.Capabilities property
` [PATCH 05/11] modem: add implementation for the Capabilities property
` [PATCH 06/11] phonesim: Set modem lte capable
` [PATCH 07/11] gemalto: "
` [PATCH 08/11] xmm7xxx: Set modem as "
` [PATCH 09/11] ublox: Set modem "
` [PATCH 10/11] gobi: "
` [PATCH 11/11] quectel: "

[RFC PATCH] qmimodem voicecall support
 2024-03-20  2:49 UTC  (2+ messages)

[PATCH 1/2] qmimodem: Rework GET_CARD_STATUS retry logic
 2024-03-19 22:30 UTC  (3+ messages)
` [PATCH 2/2] qmimodem: sms: Silence valgrind warning

[PATCH] qmi: Initialize group_id for control requests
 2024-03-19 16:50 UTC  (2+ messages)

[PATCH v2 1/3] qmi: Discover timeout could cause a crash
 2024-03-18 21:20 UTC  (4+ messages)
` [PATCH v2 2/3] qmi: Fix printing the wrong type for services
` [PATCH v2 3/3] qmi: Allow QRTR services to be destroyed

Possible ofono patches
 2024-03-16 10:41 UTC  (3+ messages)

[RFC PATCH] qmi: Initial unit test POC for QRTR
 2024-03-13 19:01 UTC 

[PATCH 1/3] qmi: Discover timeout could cause a crash
 2024-03-11 23:20 UTC  (3+ messages)
` [PATCH 2/3] qmi: Fix printing the wrong type for services
` [PATCH 3/3] qmi: Allow QRTR services to be destroyed

[PATCH 1/5] qmimodem: Use stdbool instead of gboolean
 2024-03-04 22:00 UTC  (6+ messages)
` [PATCH 2/5] qmimodem: Use ell endianness converter helpers
` [PATCH 3/5] qmimodem: Use l_new / l_free
` [PATCH 4/5] gobi: Replace g_try_new0 / g_free with ell equivalents
` [PATCH 5/5] qmimodem: Remove glib use from util.[ch]

[PATCH v4 1/4] qmi: Add an abstract group id to services and requests
 2024-03-02  0:10 UTC  (5+ messages)
` [PATCH v4 2/4] qmi: Store the service info in the request
` [PATCH v4 3/4] qmi: Clean up the __debug_msg function
` [PATCH v4 4/4] qmi: Enable QRTR service writes and reads

[PATCH v3 1/4] qmi: Add an abstract group id to services and requests
 2024-03-01 22:18 UTC  (4+ messages)
` [PATCH v3 2/4] qmi: Store the service info in the request
` [PATCH v3 3/4] qmi: Clean up the __debug_msg function
` [PATCH v3 4/4] qmi: Enable QRTR service writes and reads


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).