Commit 137cb2ae authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5422 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent cbfaeea2
...@@ -57,6 +57,8 @@ int sctp_handle_notifications(union sctp_notification *snp) ...@@ -57,6 +57,8 @@ int sctp_handle_notifications(union sctp_notification *snp)
} else if (SCTP_ASSOC_CHANGE == snp->sn_header.sn_type) { } else if (SCTP_ASSOC_CHANGE == snp->sn_header.sn_type) {
/* Association has changed */ /* Association has changed */
SCTP_DEBUG("Notification received: server association changed\n"); 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 */ /* TODO: handle more notif here */
return 0; return 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