NS: Send UNBLOCK signal when we get UNBLOCK_ACK from peer

This commit is contained in:
Harald Welte 2010-05-12 14:18:46 +00:00
parent 4e187c6dbb
commit f88dc00182
1 changed files with 1 additions and 0 deletions

View File

@ -678,6 +678,7 @@ int gprs_ns_rcvmsg(struct gprs_ns_inst *nsi, struct msgb *msg,
/* mark NS-VC as unblocked + active */
nsvc->state = NSE_S_ALIVE;
nsvc->remote_state = NSE_S_ALIVE;
ns_dispatch_signal(nsvc, S_NS_UNBLOCK, 0);
break;
case NS_PDUT_BLOCK:
rc = gprs_ns_rx_block(nsvc, msg);