osmo-msc/openbsc/src
Holger Hans Peter Freyther 462b7d7158 nat: We want the remote to respond to our DLCX request
We want to send a TRAP with the MGCP statistics from the NAT and
the connected BSC. The BSC endpoint can be either released because
of a DLCX from the MGCP CallAgent or the SCCP Connection release on
the A-link.

This is why we need to queue the statistics when the deleting the
endpoint on the BSC. The processing is continued once the response
arrives. This code assumes that the response of the DLCX will be sent
by the remote side. The current amount of outstanding responses can be
seen on the VTY. This assumption is based on the fact that the BSC has
already responded to the CRCX and maybe to the MDCX.

The MGCP RFC is bended to prefix the transaction identifier with "nat-"
to easily detect the response and hand it to the handler. This will
then parse the response and generate the TRAP. The current version is
v1. We assume that the transaction space is big enough and we will
not re-assign the transaction identifier too early.
2013-04-16 09:17:21 +02:00
..
gprs misc: Fix compilation now that the method is located in libosmocore 2012-12-19 16:18:44 +01:00
ipaccess misc: Linking fixes for Ubuntu 11.10 Compiler 2011-10-16 17:08:51 +02:00
libbsc Add VTY option to set GPRS network-control-order to enable MS measurements 2013-03-17 14:37:16 +01:00
libcommon sysmobts: Add the necessary data structure and init for the SAPI queue 2013-04-05 18:41:45 +02:00
libctrl libctrl, osmo-bsc: Get rid of net prefix 2012-09-11 16:20:46 +02:00
libgb use new external libosmogb (part of libosmocore.git) 2012-06-17 23:34:34 +08:00
libmgcp nat: We want the remote to respond to our DLCX request 2013-04-16 09:17:21 +02:00
libmsc SMPP: Implement SMPP Osmocom Estensions on MO-SMS 2013-03-13 15:30:48 +01:00
libtrau add some more docbook snippets 2013-02-07 15:03:08 +01:00
osmo-bsc bsc-ctrl: Fix a potential memory leak on failed verification 2013-03-28 17:13:01 +01:00
osmo-bsc_mgcp mgcp: Calculate the jitter with the formula/code from the appendix 2012-11-12 10:45:03 +01:00
osmo-bsc_nat nat: We want the remote to respond to our DLCX request 2013-04-16 09:17:21 +02:00
osmo-nitb Fix osmo-nitb build without libsmpp 2013-03-13 15:40:14 +01:00
utils SMPP: add small utility program 'smpp_mirror' 2012-11-24 11:09:21 +01:00
Makefile.am use new external libosmogb (part of libosmocore.git) 2012-06-17 23:34:34 +08:00