From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: [RFC PATCH 2/8] simutil: response-handler returns now also file-status
Date: Fri, 15 Oct 2010 07:20:46 -0500 [thread overview]
Message-ID: <4CB8471E.6030104@gmail.com> (raw)
In-Reply-To: <1287090175-3018-3-git-send-email-petteri.tikander@ixonos.com>
[-- Attachment #1: Type: text/plain, Size: 534 bytes --]
Hi Petteri,
On 10/14/2010 04:02 PM, Petteri Tikander wrote:
> ---
> src/simutil.c | 5 ++++-
> src/simutil.h | 10 +++++++++-
> 2 files changed, 13 insertions(+), 2 deletions(-)
>
>
> +/* 51.011 Section 9.3 */
> +enum sim_file_status {
> + SIM_FILE_STATUS_INVALID = 0x00,
This enum value was not being used and I removed it afterwards.
> + SIM_FILE_STATUS_VALID = 0x01,
> + SIM_FILE_STATUS_RW_WHEN_INVALID = 0x04,
> +};
> +
Otherwise, patch looked good and has been applied.
Regards,
-Denis
next prev parent reply other threads:[~2010-10-15 12:20 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-14 21:02 Handling of Fixed Dialing v4 Petteri Tikander
2010-10-14 21:02 ` [RFC PATCH 1/8] simfs: add logic to retrieve only only EF-info, but no EF-contents Petteri Tikander
2010-10-14 21:02 ` [RFC PATCH 2/8] simutil: response-handler returns now also file-status Petteri Tikander
2010-10-14 21:02 ` [RFC PATCH 3/8] sim: add new parameter to file-info utility Petteri Tikander
2010-10-14 21:02 ` [RFC PATCH 4/8] atmodem: returns file-status of SIM EF-file Petteri Tikander
2010-10-14 21:02 ` [RFC PATCH 5/8] isimodem: " Petteri Tikander
2010-10-14 21:02 ` [RFC PATCH 6/8] sim: add function for reading only general info from SIM-EF file Petteri Tikander
2010-10-14 21:02 ` [RFC PATCH 7/8] sim: check if Fixed Dialing is enabled in the SIM-card Petteri Tikander
2010-10-14 21:02 ` [RFC PATCH 8/8] doc: update sim-api Petteri Tikander
2010-10-15 12:28 ` Denis Kenzior
2010-10-15 12:33 ` [RFC PATCH 7/8] sim: check if Fixed Dialing is enabled in the SIM-card Denis Kenzior
2010-10-15 12:32 ` [RFC PATCH 6/8] sim: add function for reading only general info from SIM-EF file Denis Kenzior
2010-10-15 12:27 ` [RFC PATCH 5/8] isimodem: returns file-status of SIM EF-file Denis Kenzior
2010-10-15 12:26 ` [RFC PATCH 4/8] atmodem: " Denis Kenzior
2010-10-15 12:21 ` [RFC PATCH 3/8] sim: add new parameter to file-info utility Denis Kenzior
2010-10-15 12:20 ` Denis Kenzior [this message]
2010-10-15 12:19 ` [RFC PATCH 1/8] simfs: add logic to retrieve only only EF-info, but no EF-contents Denis Kenzior
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=4CB8471E.6030104@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.