New cellular update

Dependencies:  

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

Revision:
22:46b7bd7979f0
Parent:
16:a9ffebec6523
Parent:
21:ee06f3b2b078
--- a/TESTS/unit_tests/ftp/template_mbed_app.txt	Thu Jun 21 15:51:37 2018 +0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-{
-    "config": {
-        "ftp-server": {
-            "help": "An FTP server to use when running the FTP tests",
-            "value": "\"test.rebex.net\""
-        },
-        "ftp-username": {
-            "help": "The user name for the FTP server account",
-            "value": "\"demo\""
-        },
-        "ftp-password": {
-            "help": "The password for the FTP server account",
-            "value": "\"password\""
-        },
-        "ftp-use-passive": {
-            "help": "Set to true to use passive mode, otherwise false (defaults to true, since this is needed for most cases)",
-            "value": true
-        },
-        "ftp-server-supports-write": {
-            "help": "Set to true if the FTP server supports PUT, rename, MKDIR and delete, otherwise set to false",
-            "value": false
-        },
-        "ftp-filename": {
-            "help": "A filename to use during FTP tests.  This file must already exist on the server if the server does not support write",
-            "value": "\"readme.txt\""
-        },
-        "ftp-dirname": {
-            "help": "A directory name to use during FTP tests.  This directory must already exist on the server if the server does not support write. If the server does support write, this must not be a substring of ftp-filename.  ",
-            "value": "\"pub\""
-        }
-     },
-    "target_overrides": {
-        "*": {
-            "target.features_add": ["COMMON_PAL"],
-            "platform.stdio-convert-newlines": true
-        }
-    }
-}
-