OSDN Git Service

disable emulator code and fix a typo
authorChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 7 Mar 2012 16:39:38 +0000 (00:39 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 2 Oct 2015 06:19:00 +0000 (14:19 +0800)
include/telephony/ril.h
rild/rild.c

index 62521f4..2f68a7d 100644 (file)
@@ -605,7 +605,7 @@ typedef enum {
        cases for error notification and potential retries. */
     PDP_FAIL_OPERATOR_BARRED = 0x08,               /* no retry */
     PDP_FAIL_INSUFFICIENT_RESOURCES = 0x1A,
-    PDP_FAIL_MISSING_UKNOWN_APN = 0x1B,            /* no retry */
+    PDP_FAIL_MISSING_UNKNOWN_APN = 0x1B,           /* no retry */
     PDP_FAIL_UNKNOWN_PDP_ADDRESS_TYPE = 0x1C,      /* no retry */
     PDP_FAIL_USER_AUTHENTICATION = 0x1D,           /* no retry */
     PDP_FAIL_ACTIVATION_REJECT_GGSN = 0x1E,        /* no retry */
index 8e479dc..7a540e5 100644 (file)
@@ -169,7 +169,7 @@ int main(int argc, char **argv)
     }
 
     /* special override when in the emulator */
-#if 1
+#if 0
     {
         static char*  arg_overrides[5];
         static char   arg_device[32];