mbed-os5 only for TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

features/cellular/mbed_lib.json

Committer:
kenjiArai
Date:
2019-12-31
Revision:
1:9db0e321a9f4
Parent:
0:5b88d5760320

File content as of revision 1:9db0e321a9f4:

{
    "name": "cellular",
    "config": {
        "use-apn-lookup": {
            "help": "Use APN database lookup",
            "value": false
        },
        "use-sms": {
            "help": "Enable or disable SMS functionality in Cellular stack.",
            "value": false
        },
        "random_max_start_delay": {
            "help": "Maximum random delay value used in start-up sequence in milliseconds",
            "value": 0
        },
        "debug-at": {
            "help": "Enable AT debug prints. Note! This can have impact on UART performance and might need increasing of drivers.uart-serial-rxbuf-size",
            "value": false
        },
        "radio-access-technology": {
            "help": "Radio access technology to use. Value in integer: GSM=0, GSM_COMPACT=1, UTRAN=2, EGPRS=3, HSDPA=4, HSUPA=5, HSDPA_HSUPA=6, E_UTRAN=7, CATM1=8 ,NB1=9",
            "value": null
        },
        "control-plane-opt": {
            "help": "Enables control plane CIoT EPS optimization",
            "value": false
        },
        "offload-dns-queries" : {
            "help": "Use modem IP stack for DNS queries, null or numeric simultaneous queries",
            "value": null
        },
        "clear-on-connect" : {
            "help": "Clear modem to a known default state on connect() before SIM pin is entered, null to disable",
            "value": null
        },
        "max-cp-data-recv-len" : {
            "help": "Max length of the buffer storing data received over control plane",
            "value": 1358
        }
    }
}