nat: Add a warning for an important todo item on connection loss

In case we disconnect with some pending operations we will need to
signal the MSC that something is wrong. This could be by sending a
RLSD directly, or a clear command. Another part of the fix is to
respond with a RLC on unknown RLSD messages.
This commit is contained in:
Holger Hans Peter Freyther 2010-03-26 09:28:40 +01:00
parent 929d788e21
commit 3368e2a3d1
1 changed files with 1 additions and 0 deletions

View File

@ -492,6 +492,7 @@ static void remove_bsc_connection(struct bsc_connection *connection)
if (sccp_patch->bsc != connection)
continue;
#warning "TODO: Send a RLSD to the MSC. Or at least a clear command."
llist_del(&sccp_patch->list_entry);
talloc_free(sccp_patch);
}