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>
Thu, 5 May 2016 09:46:53 +0000 (17:46 +0800)
include/telephony/ril.h
rild/rild.c

index 2e71367..2983652 100644 (file)
@@ -633,7 +633,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 c63da38..40ec350 100644 (file)
@@ -191,7 +191,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];