net: lwm2m: LwM2M message allocation update
Allocated own message buffer for RD client interface. This helps to cover if all messages are queued and need to do registration or update. Signed-off-by: Juha Heiskanen <juha.heiskanen@nordicsemi.no> (cherry picked from commit 8dca91109d73a4a697e074c58ee9430d56c01a51)
This commit is contained in:
parent
ad1960625a
commit
6d42ded565
5 changed files with 52 additions and 17 deletions
|
@ -50,5 +50,6 @@ void engine_bootstrap_finish(void);
|
|||
int lwm2m_rd_client_connection_resume(struct lwm2m_ctx *client_ctx);
|
||||
#endif
|
||||
void engine_update_tx_time(void);
|
||||
struct lwm2m_message *lwm2m_get_ongoing_rd_msg(void);
|
||||
|
||||
#endif /* LWM2M_RD_CLIENT_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue