Skip to content
GitLab
Menu
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
137cb2ae
Commit
137cb2ae
authored
Jun 23, 2014
by
gauthier
Browse files
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5422
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
cbfaeea2
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair-cn/SCTP/sctp_primitives_client.c
View file @
137cb2ae
...
...
@@ -57,6 +57,8 @@ int sctp_handle_notifications(union sctp_notification *snp)
}
else
if
(
SCTP_ASSOC_CHANGE
==
snp
->
sn_header
.
sn_type
)
{
/* Association has changed */
SCTP_DEBUG
(
"Notification received: server association changed
\n
"
);
}
else
{
SCTP_DEBUG
(
"Notification received: %d TODO
\n
"
,
snp
->
sn_header
.
sn_type
);
}
/* TODO: handle more notif here */
return
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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