osmo-msc/openbsc/src/nat
Holger Hans Peter Freyther eea5a1bcd6 nat: Fix a crash when a BSC disconnects while a rejected IMSI
When we reject the IMSI we do not have the msc_con set on the
SCCP connection, but we do have a remote_ref. So the nat_send_rlsd
will end up with a crash due the msc_con being zero. Fix the
crash by only sending a released to the MSC when the connection
is not local.
2010-09-16 06:41:09 +08:00
..
Makefile.am sccp: Use the external libosmo-sccp as sccp implementation 2010-07-31 04:09:38 +08:00
bsc_filter.c Use new include paths of libosmo-sccp 0.0.2 2010-08-03 15:11:51 +02:00
bsc_mgcp_utils.c nat: Replace the MGCP Endpoint if that is required 2010-08-30 13:44:32 +08:00
bsc_nat.c nat: Fix a crash when a BSC disconnects while a rejected IMSI 2010-09-16 06:41:09 +08:00
bsc_nat_utils.c nat: Remove debug left overs 2010-09-15 18:58:36 +08:00
bsc_nat_vty.c nat: Fix the grammar of the sentence for listing open sccp connections 2010-09-15 19:01:31 +08:00
bsc_sccp.c Use new include paths of libosmo-sccp 0.0.2 2010-08-03 15:11:51 +02:00