All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] gprs-context: adding get function for network interface
@ 2019-02-15 11:42 Antara Borwankar
  2019-02-21 17:02 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Antara Borwankar @ 2019-02-15 11:42 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 691 bytes --]

Added declaration of get function to get network interface
for gprs-context
---
 include/gprs-context.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/gprs-context.h b/include/gprs-context.h
index 965cefc..ad0872f 100644
--- a/include/gprs-context.h
+++ b/include/gprs-context.h
@@ -92,6 +92,8 @@ void ofono_gprs_context_set_type(struct ofono_gprs_context *gc,
 enum ofono_gprs_context_type ofono_gprs_context_get_type(
 						struct ofono_gprs_context *gc);
 
+const char *ofono_gprs_context_get_interface(struct ofono_gprs_context *gc);
+
 void ofono_gprs_context_set_interface(struct ofono_gprs_context *gc,
 					const char *interface);
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/3] gprs-context: adding get function for network interface
  2019-02-15 11:42 [PATCH 1/3] gprs-context: adding get function for network interface Antara Borwankar
@ 2019-02-21 17:02 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2019-02-21 17:02 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]

Hi Antara,

On 02/15/2019 05:42 AM, Antara Borwankar wrote:
> Added declaration of get function to get network interface
> for gprs-context
> ---
>   include/gprs-context.h | 2 ++
>   1 file changed, 2 insertions(+)

Patch 1 & 2 applied, thanks.

Regards,
-Denis


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-21 17:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-15 11:42 [PATCH 1/3] gprs-context: adding get function for network interface Antara Borwankar
2019-02-21 17:02 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.