NS / GB Proxy: Add Signal in case Tns-Alive expires too often

The Gb Proxy can then restart the RESET procedure.
This commit is contained in:
Harald Welte 2010-05-12 13:28:25 +00:00
parent 7c24b9edbc
commit 4941b35be5
1 changed files with 1 additions and 0 deletions

View File

@ -362,6 +362,7 @@ static void gprs_ns_timer_cb(void *data)
"NSEI=%u Tns-alive expired more then "
"%u times, blocking NS-VC\n", nsvc->nsei,
NS_ALIVE_RETRIES);
ns_dispatch_signal(nsvc, S_NS_ALIVE_EXP, 0);
ns_dispatch_signal(nsvc, S_NS_BLOCK, NS_CAUSE_NSVC_BLOCKED);
return;
}