From 1626f909461becfe1bb09707640ab23685b970dd Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 26 May 2018 22:56:59 +0200 Subject: Re-introduce support for IPA-encapsulated MGCP Old osmo-bsc-sccplite already supported this, but in the migration over to libosmo-sigtran and to real 3GPP AoIP, this functionality got lost. We now create a UDP proxy socket. Any MGCP commands received via IPA from MSC (or rather: bsc_nat) are retransmitted to the MGW via UDP on this socket. Any responses back from the MGW received on the UDP socket are retransmitted back to MSC/bsc_nat as MGCP inside the IPA multiplex. Closes: OS#2536 Change-Id: I38ad8fa645c08900e0e1f1b4b96136bc6d96b3ab --- src/osmo-bsc/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/osmo-bsc/Makefile.am') diff --git a/src/osmo-bsc/Makefile.am b/src/osmo-bsc/Makefile.am index e88e6144b..d50515b0f 100644 --- a/src/osmo-bsc/Makefile.am +++ b/src/osmo-bsc/Makefile.am @@ -78,6 +78,7 @@ osmo_bsc_SOURCES = \ osmo_bsc_grace.c \ osmo_bsc_lcls.c \ osmo_bsc_main.c \ + osmo_bsc_mgcp.c \ osmo_bsc_msc.c \ osmo_bsc_sigtran.c \ osmo_bsc_vty.c \ -- cgit v1.2.3