All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: [PATCH 2/4] plugin: Interface for using plugins that find the MNC lenght from the IMSI
Date: Thu, 24 Oct 2013 11:37:37 -0500	[thread overview]
Message-ID: <52694CD1.1000908@gmail.com> (raw)
In-Reply-To: <1382612560-29575-1-git-send-email-alfonso.sanchez-beato@canonical.com>

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

Hi Alfonso,

On 10/24/2013 06:02 AM, Alfonso Sanchez-Beato wrote:
> ---
>   include/sim-mnclength.h | 45 +++++++++++++++++++++++++++++++++++++++++++++
>   1 file changed, 45 insertions(+)
>   create mode 100644 include/sim-mnclength.h
>
> diff --git a/include/sim-mnclength.h b/include/sim-mnclength.h
> new file mode 100644
> index 0000000..67769f2
> --- /dev/null
> +++ b/include/sim-mnclength.h
> @@ -0,0 +1,45 @@
> +/*
> + *
> + *  oFono - Open Telephony stack for Linux
> + *
> + *  Copyright (C) 2011  Nokia Corporation and/or its subsidiary(-ies).

Copy-pasting?

> + *
> + *  This program is free software; you can redistribute it and/or modify
> + *  it under the terms of the GNU General Public License version 2 as
> + *  published by the Free Software Foundation.
> + *
> + *  This program is distributed in the hope that it will be useful,
> + *  but WITHOUT ANY WARRANTY; without even the implied warranty of
> + *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> + *  GNU General Public License for more details.
> + *
> + *  You should have received a copy of the GNU General Public License
> + *  along with this program; if not, write to the Free Software
> + *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
> + *
> + */
> +
> +#ifndef OFONO_SIM_MNCLENGTH_H
> +#define OFONO_SIM_MNCLENGTH_H
> +
> +#ifdef __cplusplus
> +extern "C" {
> +#endif
> +
> +
> +struct ofono_sim_mnclength_driver {
> +	const char *name;
> +	int (*get_mnclength)(const char *imsi);
> +};
> +
> +int ofono_sim_mnclength_driver_register(
> +			struct ofono_sim_mnclength_driver *driver);
> +void ofono_sim_mnclength_driver_unregister(
> +			const struct ofono_sim_mnclength_driver *driver);
> +

I'd actually like to keep this out of the core API for now.  Can you 
make this plugin a 'utility' plugin similar to plugins/mbpi.[ch]?

Feel free to extend provisioning API with a IMSI method for cases where 
EFad is not specifying the length.

> +
> +#ifdef __cplusplus
> +}
> +#endif
> +
> +#endif /* OFONO_SIM_MNCLENGTH_H */
>

Regards,
-Denis

  reply	other threads:[~2013-10-24 16:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-24 11:02 [PATCH 2/4] plugin: Interface for using plugins that find the MNC lenght from the IMSI Alfonso Sanchez-Beato
2013-10-24 16:37 ` Denis Kenzior [this message]
2013-10-25 11:20   ` Jarko Poutiainen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52694CD1.1000908@gmail.com \
    --to=denkenz@gmail.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.