Skip to content

Commit bc3ce5e

Browse files
Veijo Pesonenrlubos
Veijo Pesonen
authored andcommittedMay 17, 2022
samples: lwm2m: v1.1 w/a TLV enabled bootstrap
With the LwM2M v1.1 the preferred content format would be SenML CBOR but the current implementation doesn't tell it to a bootstrap server. In those cases bootstrap uses TLV so there is need to enable it separately. Usage of TLV is discouraged with v1.1. This w/a can be removed once sending preferred content format functionality is implemented. Signed-off-by: Veijo Pesonen <veijo.pesonen@nordicsemi.no>
1 parent bb3d325 commit bc3ce5e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
CONFIG_LWM2M_RD_CLIENT_SUPPORT_BOOTSTRAP=y
22
CONFIG_LWM2M_CLIENT_UTILS_SERVER="coaps://eu.iot.avsystem.cloud:5694"
33
CONFIG_LWM2M_SECURITY_INSTANCE_COUNT=3
4+
5+
# V1.1 w/a until we give SeNML CBOR as the preferred content format
6+
CONFIG_LWM2M_RW_OMA_TLV_SUPPORT=y
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
CONFIG_LWM2M_RD_CLIENT_SUPPORT_BOOTSTRAP=y
22
CONFIG_LWM2M_CLIENT_UTILS_SERVER="coaps://leshan.eclipseprojects.io:5784"
3+
4+
# V1.1 w/a until we give SeNML CBOR as the preferred content format
5+
CONFIG_LWM2M_RW_OMA_TLV_SUPPORT=y

0 commit comments

Comments
 (0)