Deleted Added
full compact
cc_conn.c (171365) cc_conn.c (201818)
1/*
2 * Copyright (c) 2003-2007
3 * Hartmut Brandt
4 * All rights reserved.
5 *
6 * Copyright (c) 2001-2002
7 * Fraunhofer Institute for Open Communication Systems (FhG Fokus).
8 * All rights reserved.

--- 754 unchanged lines hidden (view full) ---

763cc_party_drop_ack_ind(struct ccconn *conn,
764 const struct uni_drop_party *drop)
765{
766 struct ccparty *party;
767
768 party = cc_party_find(conn, drop->epref.epref);
769 if (party == NULL) {
770 cc_party_log(party, "no party for %s",
1/*
2 * Copyright (c) 2003-2007
3 * Hartmut Brandt
4 * All rights reserved.
5 *
6 * Copyright (c) 2001-2002
7 * Fraunhofer Institute for Open Communication Systems (FhG Fokus).
8 * All rights reserved.

--- 754 unchanged lines hidden (view full) ---

763cc_party_drop_ack_ind(struct ccconn *conn,
764 const struct uni_drop_party *drop)
765{
766 struct ccparty *party;
767
768 party = cc_party_find(conn, drop->epref.epref);
769 if (party == NULL) {
770 cc_party_log(party, "no party for %s",
771 ptab[CONN_SIG_DROP_PARTY_ACK_IND]);
771 cc_conn_sigtab[CONN_SIG_DROP_PARTY_ACK_IND]);
772 return;
773 }
774 switch (party->state) {
775
776 case PARTY_ACTIVE: /* P1 */
777 memset(&conn->user->cause[1], 0, sizeof(conn->user->cause[1]));
778 conn->user->cause[0] = drop->cause;
779 cc_party_set_state(party, PARTY_WAIT_DESTROY);

--- 1317 unchanged lines hidden ---
772 return;
773 }
774 switch (party->state) {
775
776 case PARTY_ACTIVE: /* P1 */
777 memset(&conn->user->cause[1], 0, sizeof(conn->user->cause[1]));
778 conn->user->cause[0] = drop->cause;
779 cc_party_set_state(party, PARTY_WAIT_DESTROY);

--- 1317 unchanged lines hidden ---