Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
f317a053
Commit
f317a053
authored
Nov 14, 2014
by
gauthier
Browse files
Asserts
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6013
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
f94e2a15
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair-cn/SCTP/sctp_eNB_task.c
View file @
f317a053
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment