ARMmbed / mbed-client-c

DEPRECATED: Coap+mbed-client-c libraries.
https://cloud.mbed.com/docs/current
Other
2 stars 11 forks source link

Split resource struct to dynamic and static ones #93

Closed anttiylitokola closed 7 years ago

TeroJaasko commented 7 years ago

Since the bootstrap functionality is being removed, it might be good to have some explanation of reasoning (duplicate functionality with the one in mbed-client?) of it just for the record.

TeroJaasko commented 7 years ago

Would it be possible to separate these commits logically, ie. have the lwm2m bootstrap removal in its own commit and the structure split in the another? The "Split resource struct to dynamic and static.." commit is also removing eg. omalw_certificate_list_t, sn_nsdl_get_certificates, sn_nsdl_update_certificates and sn_nsdl_create_oma_device_object().

anttiylitokola commented 7 years ago

Made another PR for splitting the commits. https://github.com/ARMmbed/mbed-client-c/pull/94