aboutsummaryrefslogtreecommitdiffstats
path: root/telephony/remote_call.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove compiler warnings when building the emulator.David 'Digit' Turner2010-09-221-1/+1
| | | | | | | This forces -Wall during the build. Note that this patch doesn't remove all warnings, but most of the remaining ones are from upstream anyway. Change-Id: I8808d8495e99866e156ce5780d2e3c305eab491f
* Make the GSM simulator more realisticMarc Petit-Huguenin2010-07-271-6/+15
| | | | | | | | | | | | - The phone number of the phone is now built by concatenating "1555521" to the console port. - Convert number in remote call by concatenating "1555521" to the port number. - Convert called number to a number starting with "1555521". - Fixed a bug in sms_address_to_str where the length returned is incorrect is the length of the phone number to convert is odd. Change-Id: Iefbdd866b6e41f6086c6e0cc33026551e3d5ae8f
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+430
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-430/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-2/+3
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-4/+4
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+429