SDK: NCS 1.4.0
board: nRF9160-DK
sample: lwm2m_client
Question:
I am testing SERCOMM module and nRF9160-DK, but there is difference in registration procedure .
When bootstrap completed, i receive some data from server. In registration procedure, i use this data.
In registration procedure with lwm2m server, it looks like i have to send some data in option[others].
1. Is there any setting value in lwm2m_client sample ?
2. Is there function to add data in option[others]?
(I have tested coap_packet_append_option() using enum coap_option_num, but there is no option[others]. )
#1 registration: (lwm2m_client sample, nRF9160-DK -> server)
#2 registration: (SERCOMM board -> server)