From: Junghwan Song Date: Tue, 4 Sep 2012 13:18:19 +0000 (+0900) Subject: sync with private git ver.0.1.21 X-Git-Tag: 2.0_alpha~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bfe069a82fe6809c31a202d40d02f5bf6b8f588;p=platform%2Fcore%2Ftelephony%2Ftel-plugin-atmodem.git sync with private git ver.0.1.21 --- diff --git a/packaging/tel-plugin-atmodem.spec b/packaging/tel-plugin-atmodem.spec index 0dbc485..7b71ffe 100644 --- a/packaging/tel-plugin-atmodem.spec +++ b/packaging/tel-plugin-atmodem.spec @@ -1,7 +1,7 @@ #sbs-git:slp/pkgs/t/tel-plugin-atmodem Name: tel-plugin-atmodem Summary: Telephony AT Modem library -Version: 0.1.19 +Version: 0.1.21 Release: 1 Group: System/Libraries License: Apache diff --git a/src/s_sim.c b/src/s_sim.c index c348726..383dec6 100644 --- a/src/s_sim.c +++ b/src/s_sim.c @@ -510,11 +510,11 @@ static enum tel_sim_access_result _decode_status_word(unsigned short status_word dbg(" error -Incorrect parameters [%x][%x]", status_word1, status_word2); } else if (status_word1 == 0x6A && status_word2 == 0x82) { - rst = SIM_ACCESS_FAILED; // not sure of the SW1 and SW2 meaning here + rst = SIM_ACCESS_FILE_NOT_FOUND; // not sure of the SW1 and SW2 meaning here dbg(" error -File Not found [%x][%x]", status_word1, status_word2); } else if (status_word1 == 0x6A && status_word2 == 0x83) { - rst = SIM_ACCESS_FAILED; // not sure of the SW1 and SW2 meaning here + rst = SIM_ACCESS_FILE_NOT_FOUND; // not sure of the SW1 and SW2 meaning here dbg(" error -Record Not found [%x][%x]", status_word1, status_word2); } else { @@ -2644,7 +2644,7 @@ static TReturn s_read_file(CoreObject *o, UserRequest *ur) break; case TREQ_SIM_GET_CPHS_NETNAME: - api_ret = TCORE_RETURN_ENOSYS; + api_ret = _get_file_info(o, ur, SIM_EF_CPHS_OPERATOR_NAME_STRING); break; case TREQ_SIM_GET_OPLMNWACT: