New cellular update

Dependencies:  

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

Committer:
fahim.alavi@u-blox.com
Date:
Mon Feb 18 11:47:02 2019 +0500
Revision:
22:46b7bd7979f0
Parent:
21:ee06f3b2b078
Sync fork from master

Who changed what in which revision?

UserRevisionLine numberNew contents of line
fahim.alavi@u-blox.com 21:ee06f3b2b078 1 {
fahim.alavi@u-blox.com 21:ee06f3b2b078 2 "config": {
fahim.alavi@u-blox.com 21:ee06f3b2b078 3 "ftp-server": {
fahim.alavi@u-blox.com 21:ee06f3b2b078 4 "help": "An FTP server to use when running the FTP tests",
fahim.alavi@u-blox.com 21:ee06f3b2b078 5 "value": "\"test.rebex.net\""
fahim.alavi@u-blox.com 21:ee06f3b2b078 6 },
fahim.alavi@u-blox.com 21:ee06f3b2b078 7 "ftp-username": {
fahim.alavi@u-blox.com 21:ee06f3b2b078 8 "help": "The user name for the FTP server account",
fahim.alavi@u-blox.com 21:ee06f3b2b078 9 "value": "\"demo\""
fahim.alavi@u-blox.com 21:ee06f3b2b078 10 },
fahim.alavi@u-blox.com 21:ee06f3b2b078 11 "ftp-password": {
fahim.alavi@u-blox.com 21:ee06f3b2b078 12 "help": "The password for the FTP server account",
fahim.alavi@u-blox.com 21:ee06f3b2b078 13 "value": "\"password\""
fahim.alavi@u-blox.com 21:ee06f3b2b078 14 },
fahim.alavi@u-blox.com 21:ee06f3b2b078 15 "ftp-use-passive": {
fahim.alavi@u-blox.com 21:ee06f3b2b078 16 "help": "Set to true to use passive mode, otherwise false (defaults to true, since this is needed for most cases)",
fahim.alavi@u-blox.com 21:ee06f3b2b078 17 "value": true
fahim.alavi@u-blox.com 21:ee06f3b2b078 18 },
fahim.alavi@u-blox.com 21:ee06f3b2b078 19 "ftp-server-supports-write": {
fahim.alavi@u-blox.com 21:ee06f3b2b078 20 "help": "Set to true if the FTP server supports PUT, rename, MKDIR and delete, otherwise set to false",
fahim.alavi@u-blox.com 21:ee06f3b2b078 21 "value": false
fahim.alavi@u-blox.com 21:ee06f3b2b078 22 },
fahim.alavi@u-blox.com 21:ee06f3b2b078 23 "ftp-filename": {
fahim.alavi@u-blox.com 21:ee06f3b2b078 24 "help": "A filename to use during FTP tests. This file must already exist on the server if the server does not support write",
fahim.alavi@u-blox.com 21:ee06f3b2b078 25 "value": "\"readme.txt\""
fahim.alavi@u-blox.com 21:ee06f3b2b078 26 },
fahim.alavi@u-blox.com 21:ee06f3b2b078 27 "ftp-dirname": {
fahim.alavi@u-blox.com 21:ee06f3b2b078 28 "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. ",
fahim.alavi@u-blox.com 21:ee06f3b2b078 29 "value": "\"pub\""
fahim.alavi@u-blox.com 21:ee06f3b2b078 30 },
fahim.alavi@u-blox.com 21:ee06f3b2b078 31 "cell-locate-mga-token": {
fahim.alavi@u-blox.com 21:ee06f3b2b078 32 "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",
fahim.alavi@u-blox.com 21:ee06f3b2b078 33 "value": "\"mymgatoken\""
fahim.alavi@u-blox.com 21:ee06f3b2b078 34 },
fahim.alavi@u-blox.com 21:ee06f3b2b078 35 "run-cell-locate-tcp-server-test": {
fahim.alavi@u-blox.com 21:ee06f3b2b078 36 "help": "Set to true to run tests over TCP as well as over UDP",
fahim.alavi@u-blox.com 21:ee06f3b2b078 37 "value": 1
fahim.alavi@u-blox.com 21:ee06f3b2b078 38 },
fahim.alavi@u-blox.com 21:ee06f3b2b078 39 "http-timeout": {
fahim.alavi@u-blox.com 21:ee06f3b2b078 40 "help": "Set http request timeout default value in ms",
fahim.alavi@u-blox.com 21:ee06f3b2b078 41 "value": 30000
fahim.alavi@u-blox.com 21:ee06f3b2b078 42 },
fahim.alavi@u-blox.com 21:ee06f3b2b078 43 "debug-on": {
fahim.alavi@u-blox.com 21:ee06f3b2b078 44 "help": "Set to true to get AT interface debug",
fahim.alavi@u-blox.com 21:ee06f3b2b078 45 "value": true
fahim.alavi@u-blox.com 21:ee06f3b2b078 46 }
fahim.alavi@u-blox.com 21:ee06f3b2b078 47 },
fahim.alavi@u-blox.com 21:ee06f3b2b078 48 "target_overrides": {
fahim.alavi@u-blox.com 21:ee06f3b2b078 49 "*": {
fahim.alavi@u-blox.com 21:ee06f3b2b078 50 "platform.stdio-convert-newlines": true
fahim.alavi@u-blox.com 21:ee06f3b2b078 51 }
fahim.alavi@u-blox.com 21:ee06f3b2b078 52 }
fahim.alavi@u-blox.com 21:ee06f3b2b078 53 }
fahim.alavi@u-blox.com 21:ee06f3b2b078 54