OSDN Git Service

Fix bug 1687659 - cell id in reference ril.
authorJohn Wang <johnwang@google.com>
Tue, 30 Jun 2009 20:12:53 +0000 (13:12 -0700)
committerJohn Wang <johnwang@google.com>
Tue, 30 Jun 2009 20:12:53 +0000 (13:12 -0700)
commit6f189a6a1b53adfa9570cf5911c3f81ef1b1fcf8
tree518fd88dcaaf7b1bbc119b57b4fc524b19475e8d
parent593c910c9a98973ff1be5afe39987bafaa546170
Fix bug 1687659 - cell id in reference ril.

The LAC and CID of RIL_REQUEST_REGISTRATION_STATE should be in the hex format. The valid LAC are from 0x0000 to 0xffff and Valid CID are from 0x00000000 to 0xffffffff. reference-ril should return hex value instead of decimal one.

modified:   reference-ril/reference-ril.c
reference-ril/reference-ril.c