OSDN Git Service

Add switch case for '-c' in reference-ril
authorSandeep Gutta <sangutta@codeaurora.org>
Wed, 9 Jul 2014 23:30:25 +0000 (05:00 +0530)
committerWink Saville <wink@google.com>
Sun, 13 Jul 2014 16:43:18 +0000 (09:43 -0700)
commit11f27940d5928f9e6cfb0784fcc1285fe2870702
treea758459d73f7d9650c8e1650141d1cb1635a6b48
parentc29360a92ad603fcec008c098cbbed47e3399dc8
Add switch case for '-c' in reference-ril

Currently reference-ril not handling the '-c' option
that RILD is sending as part of "RIL_Init" arguments and
due to that reference-ril initialisation failing for emulator.

To fix this add switch case statement to handle '-c' option.

Change-Id: Ia2430cb1df91b42d51af7bf820ff42b8ce2b5066
reference-ril/reference-ril.c