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
TESTS/unit_tests/cell-locate/template_mbed_app.txt@11:3631f62bb359, 2017-06-16 (annotated)
- Committer:
- rob.meades@u-blox.com
- Date:
- Fri Jun 16 00:55:19 2017 +0100
- Revision:
- 11:3631f62bb359
- Parent:
- 0:0b75e22c9231
Remove return code from ftpResetPar() since not all modules support all parameters and hence it's not possible to be certain which are errors and which are normal. Change order of parameters in ftpCommand() as offset is truly optional (it is not supported by Sara-G350). Make switching on of +ULOCIND URC optional (it is only informative and is not supported by Sara-G350). Update UbloxAtCellularInterface library version. Update mbed_app.json templates. Don't run the HTTP TLS test on C027 as Sara-G350 doesn't support it.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
RobMeades | 0:0b75e22c9231 | 1 | { |
RobMeades | 0:0b75e22c9231 | 2 | "config": { |
RobMeades | 0:0b75e22c9231 | 3 | "cell-locate-mga-token": { |
RobMeades | 0:0b75e22c9231 | 4 | "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", |
RobMeades | 0:0b75e22c9231 | 5 | "value": "\"mymgatoken\"" |
RobMeades | 0:0b75e22c9231 | 6 | }, |
RobMeades | 0:0b75e22c9231 | 7 | "run-cell-locate-tcp-server-test": { |
RobMeades | 0:0b75e22c9231 | 8 | "help": "Set to true to run tests over TCP as well as over UDP", |
RobMeades | 0:0b75e22c9231 | 9 | "value": 1 |
RobMeades | 0:0b75e22c9231 | 10 | } |
RobMeades | 0:0b75e22c9231 | 11 | }, |
RobMeades | 0:0b75e22c9231 | 12 | "target_overrides": { |
RobMeades | 0:0b75e22c9231 | 13 | "*": { |
rob.meades@u-blox.com | 11:3631f62bb359 | 14 | "target.features_add": ["COMMON_PAL"], |
rob.meades@u-blox.com | 11:3631f62bb359 | 15 | "platform.stdio-convert-newlines": true |
RobMeades | 0:0b75e22c9231 | 16 | } |
RobMeades | 0:0b75e22c9231 | 17 | } |
RobMeades | 0:0b75e22c9231 | 18 | } |
RobMeades | 0:0b75e22c9231 | 19 |