This class provides SMS, USSD and modem file system support for u-blox modules on the C027 and C030 boards (excepting the C030 N2xx flavour) from mbed 5.5 onwards.

Dependents:   example-ublox-at-cellular-interface-ext example-ublox-cellular-driver-gen HelloMQTT ublox_new_driver_test ... more

TESTS/unit_tests/sms/template_mbed_app.txt

Committer:
fahim.alavi@u-blox.com
Date:
2018-08-31
Revision:
9:a5389248c8d0
Parent:
5:b935404dcf7c

File content as of revision 9:a5389248c8d0:

{
    "config": {
        "sms-destination": {
            "help": "The destination number to use for SMS testing (someone must be there to reply); the number must contain no spaces and should be in international format",
            "value": "\"+6601234567890\""
        }        
     },
    "target_overrides": {
        "*": {
            "target.features_add": ["COMMON_PAL"],
            "platform.stdio-convert-newlines": true
        }
    }
}