mbed-os5 only for TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Revision:
0:5b88d5760320
Child:
1:9db0e321a9f4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/features/cellular/mbed_lib.json	Tue Dec 17 23:23:45 2019 +0000
@@ -0,0 +1,25 @@
+{
+    "name": "cellular",
+    "config": {
+        "use-apn-lookup": {
+            "help": "Use APN database lookup",
+            "value": true
+        },
+        "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",
+            "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
+        }
+    }
+}