Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ublox-at-cellular-interface-ext by
Diff: TESTS/unit_tests/cell-locate/template_mbed_app.txt
- Revision:
- 0:0b75e22c9231
- Child:
- 11:3631f62bb359
diff -r 000000000000 -r 0b75e22c9231 TESTS/unit_tests/cell-locate/template_mbed_app.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TESTS/unit_tests/cell-locate/template_mbed_app.txt Mon Jun 05 12:58:04 2017 +0000 @@ -0,0 +1,33 @@ +{ + "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\"" + }, + "run-cell-locate-tcp-server-test": { + "help": "Set to true to run tests over TCP as well as over UDP", + "value": 1 + } + }, + "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 + } + } +} +