Commit f317a053 authored by Lionel Gauthier's avatar Lionel Gauthier

Asserts

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6013 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent f94e2a15
......@@ -365,6 +365,8 @@ void sctp_send_data(
struct sctp_cnx_list_elm_s *sctp_cnx = NULL;
DevAssert(sctp_data_req_p != NULL);
DevAssert(sctp_data_req_p->buffer != NULL);
DevAssert(sctp_data_req_p->buffer_length > 0);
sctp_cnx = sctp_get_cnx(sctp_data_req_p->assoc_id, 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment