fahim alavi / ublox-at-cellular-interface-ext

Dependencies:  

Fork of ublox-at-cellular-interface-ext by u-blox

Revision:
11:3631f62bb359
Parent:
0:0b75e22c9231
--- a/TESTS/unit_tests/cell-locate/template_mbed_app.txt	Tue Jun 13 10:46:08 2017 +0100
+++ b/TESTS/unit_tests/cell-locate/template_mbed_app.txt	Fri Jun 16 00:55:19 2017 +0100
@@ -1,8 +1,5 @@
 {
     "config": {
-        "buffer-size": { "value": 0 },
-        "platform": { "help": "Options: UBLOX, MTS_DRAGONFLY",
-                      "value": "UBLOX"},
         "cell-locate-mga-token": {
             "help": "Your Cell Locate MGA token, required for TCP testing.  A tokane can be obtained from https://www.u-blox.com/en/assistnow-service-registration-form",
             "value": "\"mymgatoken\""
@@ -14,19 +11,8 @@
      },
     "target_overrides": {
         "*": {
-            "lwip.ipv4-enabled": true,
-            "lwip.ipv6-enabled": false,
-            "lwip.ethernet-enabled": false,
-            "lwip.ppp-enabled": true,
-            "lwip.tcp-enabled": true,
-            "target.features_add": ["LWIP", "COMMON_PAL"],
-            "platform.stdio-convert-newlines": true,
-            "platform.stdio-baud-rate": 9600,
-            "platform.default-serial-baud-rate": 115200, 
-            "lwip.debug-enabled": false,
-            "lwip.enable-ppp-trace": false,
-            "lwip.use-mbed-trace": false,
-            "mbed-trace.enable": 1
+            "target.features_add": ["COMMON_PAL"],
+            "platform.stdio-convert-newlines": true
         }
     }
 }