summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Heyl <edheyl@google.com>2010-11-11 15:18:17 -0800
committerEd Heyl <edheyl@google.com>2010-11-11 15:18:17 -0800
commit1db2034d23410616d25778ab411d3e136977113a (patch)
treee240e8238a7d0fb259d98f2f98d350ff86e9ddd1
parent6ab6d7021e5eb7ff43e56692a92b628a48add525 (diff)
downloaddevice_samsung_crespo-1db2034d23410616d25778ab411d3e136977113a.zip
device_samsung_crespo-1db2034d23410616d25778ab411d3e136977113a.tar.gz
device_samsung_crespo-1db2034d23410616d25778ab411d3e136977113a.tar.bz2
Require new Radio (JK5):
S5PC11X: radio: update radio image ver.I9020XXJK5 1. Issue of APN disappearance [Issue Descrption] APN(Access Provider Name) is not displayed for some reason while phone is being left Reproduction rate is very rare. [Cause] After phone boots on, modem side tries to read some important informations on a SIM card as well as IMSI(International Mobile Subscriber Identity). However this problem comes from the case that Application layer requests IMSI information to Modem layer even if IMSI reading is not done yet by modem. [Resolution] For solving this timing matter issue, We decided to add some time-delay so that application layer can get correct information on IMSI after modem side gets SIM card reading process finished. 2. FDN doesn't refresh immediatley after changing. [Cause] When UE uses RSIM, USIM PBH(Phone Book)updates the internal caching done by USIMAP stack after reboot. But the internal caching is not updated in USIMAP stack in case of FDN due to regulation of platform. [Resolution] We implement that UE supports phonebook caching also by using of RSIM after reboot. 3. SMS Sending Fail issue [Cause] UE sends both SCRI and the CM Service Request one after another on RB2 and RB3. Network first acks the CM Service Request on RB3 and then Acks the SCRI. As here network might process the SCRI after the CM Service Request, it could terminate the new MM connection request locally at network side and thus does not respond any further. [Resolution] We fixed the issue covered by the 'UAS_SECURITY' modification. wherever UAS will now delay release indication to NAS until SCRI is acked by network. 4. Change SVN value to '2' Change-Id: Ibd8bb4fa5bd5ac6126f96608cb2b8871cbd0670b
-rw-r--r--board-info.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/board-info.txt b/board-info.txt
index bbfcab6..34598c3 100644
--- a/board-info.txt
+++ b/board-info.txt
@@ -1,3 +1,3 @@
require board=herring
require version-bootloader=I9020XXJK1
-require version-baseband=I9020XXJK1
+require version-baseband=I9020XXJK5