mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
				synced 2025-11-03 21:43:32 +00:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			pmaier/mgw
			...
			laforge/li
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					15f64b5199 | 
							
								
								
									
										52
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										52
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -2,20 +2,26 @@ debian/*.log
 | 
			
		||||
*.o
 | 
			
		||||
*.lo
 | 
			
		||||
*.a
 | 
			
		||||
*.la
 | 
			
		||||
.deps
 | 
			
		||||
Makefile
 | 
			
		||||
Makefile.in
 | 
			
		||||
bscconfig.h
 | 
			
		||||
bscconfig.h.in
 | 
			
		||||
src/osmo-mgw/osmo-mgw
 | 
			
		||||
openbsc.pc
 | 
			
		||||
src/osmo-nitb/osmo-nitb
 | 
			
		||||
src/osmo-bsc_mgcp/osmo-bsc_mgcp
 | 
			
		||||
src/osmo-bsc/osmo-bsc
 | 
			
		||||
src/utils/meas_vis
 | 
			
		||||
src/utils/meas_json
 | 
			
		||||
src/utils/osmo-meas-pcap2db
 | 
			
		||||
src/utils/osmo-meas-udp2db
 | 
			
		||||
src/utils/smpp_mirror
 | 
			
		||||
*.*~
 | 
			
		||||
*.sw?
 | 
			
		||||
.libs
 | 
			
		||||
*.pyc
 | 
			
		||||
*.gcda
 | 
			
		||||
*.gcno
 | 
			
		||||
*.pc
 | 
			
		||||
 | 
			
		||||
#configure
 | 
			
		||||
aclocal.m4
 | 
			
		||||
@@ -32,16 +38,38 @@ missing
 | 
			
		||||
stamp-h1
 | 
			
		||||
libtool
 | 
			
		||||
ltmain.sh
 | 
			
		||||
m4/*.m4
 | 
			
		||||
 | 
			
		||||
# git-version-gen magic
 | 
			
		||||
.tarball-version
 | 
			
		||||
.version
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# apps and app data
 | 
			
		||||
hlr.sqlite3
 | 
			
		||||
src/utils/bs11_config
 | 
			
		||||
src/ipaccess/ipaccess-config
 | 
			
		||||
src/ipaccess/abisip-find
 | 
			
		||||
src/ipaccess/ipaccess-firmware
 | 
			
		||||
src/ipaccess/ipaccess-proxy
 | 
			
		||||
src/utils/isdnsync
 | 
			
		||||
src/nat/bsc_nat
 | 
			
		||||
src/gprs/osmo-sgsn
 | 
			
		||||
src/gprs/osmo-gbproxy
 | 
			
		||||
src/gprs/osmo-gtphub
 | 
			
		||||
src/osmo-bsc_nat/osmo-bsc_nat
 | 
			
		||||
src/libcommon/gsup_test_client
 | 
			
		||||
src/osmo-msc/osmo-msc
 | 
			
		||||
 | 
			
		||||
#tests
 | 
			
		||||
tests/testsuite.dir
 | 
			
		||||
tests/*/*_test
 | 
			
		||||
# ignore compiled binaries like msc_vlr_test_foo; do not ignore
 | 
			
		||||
# msc_vlr_test_foo.{c,ok,err}, but do still ignore the corresponding .o object
 | 
			
		||||
# files:
 | 
			
		||||
tests/msc_vlr/msc_vlr_test_*
 | 
			
		||||
!tests/msc_vlr/msc_vlr_test_*.*
 | 
			
		||||
tests/msc_vlr/msc_vlr_test_*.o
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
tests/atconfig
 | 
			
		||||
tests/atlocal
 | 
			
		||||
@@ -49,17 +77,7 @@ tests/package.m4
 | 
			
		||||
tests/testsuite
 | 
			
		||||
tests/testsuite.log
 | 
			
		||||
 | 
			
		||||
gsn_restart
 | 
			
		||||
src/openbsc.cfg*
 | 
			
		||||
writtenconfig/
 | 
			
		||||
 | 
			
		||||
# manuals
 | 
			
		||||
doc/manuals/*.html
 | 
			
		||||
doc/manuals/*.svg
 | 
			
		||||
doc/manuals/*.pdf
 | 
			
		||||
doc/manuals/*__*.png
 | 
			
		||||
doc/manuals/*.check
 | 
			
		||||
doc/manuals/generated/
 | 
			
		||||
doc/manuals/osmomsc-usermanual.xml
 | 
			
		||||
doc/manuals/common
 | 
			
		||||
doc/manuals/build
 | 
			
		||||
 | 
			
		||||
contrib/osmo-mgw.spec
 | 
			
		||||
gtphub_restart_count
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										15
									
								
								Makefile.am
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								Makefile.am
									
									
									
									
									
								
							@@ -9,29 +9,22 @@ AM_CPPFLAGS = \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
SUBDIRS = \
 | 
			
		||||
	doc \
 | 
			
		||||
	include \
 | 
			
		||||
	src \
 | 
			
		||||
	tests \
 | 
			
		||||
	doc \
 | 
			
		||||
	contrib \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
pkgconfigdir = $(libdir)/pkgconfig
 | 
			
		||||
pkgconfig_DATA = \
 | 
			
		||||
	libosmo-legacy-mgcp.pc \
 | 
			
		||||
	libosmo-mgcp-client.pc \
 | 
			
		||||
	libosmo-mgcp.pc \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
BUILT_SOURCES = $(top_srcdir)/.version
 | 
			
		||||
EXTRA_DIST = \
 | 
			
		||||
	     .version \
 | 
			
		||||
	     contrib/osmo-mgw.spec.in \
 | 
			
		||||
	     debian \
 | 
			
		||||
	     git-version-gen \
 | 
			
		||||
	     osmoappdesc.py \
 | 
			
		||||
	     $(NULL)
 | 
			
		||||
 | 
			
		||||
AM_DISTCHECK_CONFIGURE_FLAGS = \
 | 
			
		||||
	--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
 | 
			
		||||
EXTRA_DIST = git-version-gen osmoappdesc.py .version
 | 
			
		||||
 | 
			
		||||
@RELMAKE@
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								README
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								README
									
									
									
									
									
								
							@@ -19,6 +19,10 @@ OsmoBSC, and receives and sends RTP streams as configured via MGCP.
 | 
			
		||||
The libosmo-mgcp-client library exposes utilities used by e.g. OsmoMSC (found
 | 
			
		||||
in osmo-msc.git) to instruct OsmoMGW via its MGCP service.
 | 
			
		||||
 | 
			
		||||
The libosmo-mgcp library exposes MGCP server utilities used by e.g. OsmoBSC-NAT
 | 
			
		||||
(found in osmo-bsc.git) to navigate RTP streams through a NAT.
 | 
			
		||||
(At time of writing, this is still called libosmo-legacy-mgcp.)
 | 
			
		||||
 | 
			
		||||
Find OsmoMGW issue tracker and wiki online at
 | 
			
		||||
https://osmocom.org/projects/osmo-mgw
 | 
			
		||||
https://osmocom.org/projects/osmo-mgw/wiki
 | 
			
		||||
 
 | 
			
		||||
@@ -24,3 +24,6 @@
 | 
			
		||||
# If any interfaces have been removed or changed since the last public release, a=0.
 | 
			
		||||
#
 | 
			
		||||
#library		what		description / commit summary line
 | 
			
		||||
libosmo-mgcp		API/ABI change	parse and represent connection identifiers as hex strings
 | 
			
		||||
libosmo-mgcp		API/ABI change	connection identifiers are assigned by the server, not CA
 | 
			
		||||
libosmo-mgcp-client	API/ABI change	parse and store connection identifier in response
 | 
			
		||||
							
								
								
									
										132
									
								
								configure.ac
									
									
									
									
									
								
							
							
						
						
									
										132
									
								
								configure.ac
									
									
									
									
									
								
							@@ -22,11 +22,6 @@ AC_PROG_CC
 | 
			
		||||
AC_PROG_INSTALL
 | 
			
		||||
LT_INIT
 | 
			
		||||
 | 
			
		||||
dnl patching ${archive_cmds} to affect generation of file "libtool" to fix linking with clang
 | 
			
		||||
AS_CASE(["$LD"],[*clang*],
 | 
			
		||||
  [AS_CASE(["${host_os}"],
 | 
			
		||||
     [*linux*],[archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'])])
 | 
			
		||||
 | 
			
		||||
dnl check for pkg-config (explained in detail in libosmocore/configure.ac)
 | 
			
		||||
AC_PATH_PROG(PKG_CONFIG_INSTALLED, pkg-config, no)
 | 
			
		||||
if test "x$PKG_CONFIG_INSTALLED" = "xno"; then
 | 
			
		||||
@@ -43,17 +38,11 @@ dnl checks for libraries
 | 
			
		||||
AC_SEARCH_LIBS([dlopen], [dl dld], [LIBRARY_DL="$LIBS";LIBS=""])
 | 
			
		||||
AC_SUBST(LIBRARY_DL)
 | 
			
		||||
 | 
			
		||||
AC_SEARCH_LIBS([dlsym], [dl dld], [LIBRARY_DLSYM="$LIBS";LIBS=""])
 | 
			
		||||
AC_SUBST(LIBRARY_DLSYM)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.1.0)
 | 
			
		||||
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.1.0)
 | 
			
		||||
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.1.0)
 | 
			
		||||
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.1.0)
 | 
			
		||||
PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.6.0)
 | 
			
		||||
PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.6.0)
 | 
			
		||||
PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 0.6.0)
 | 
			
		||||
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.10.0)
 | 
			
		||||
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.10.0)
 | 
			
		||||
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.10.0)
 | 
			
		||||
PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.1.0)
 | 
			
		||||
 | 
			
		||||
AC_ARG_ENABLE(sanitize,
 | 
			
		||||
	[AS_HELP_STRING(
 | 
			
		||||
@@ -67,30 +56,39 @@ then
 | 
			
		||||
	CPPFLAGS="$CPPFLAGS -fsanitize=address -fsanitize=undefined"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
AC_ARG_ENABLE(werror,
 | 
			
		||||
	[AS_HELP_STRING(
 | 
			
		||||
		[--enable-werror],
 | 
			
		||||
		[Turn all compiler warnings into errors, with exceptions:
 | 
			
		||||
		 a) deprecation (allow upstream to mark deprecation without breaking builds);
 | 
			
		||||
		 b) "#warning" pragmas (allow to remind ourselves of errors without breaking builds)
 | 
			
		||||
		]
 | 
			
		||||
	)],
 | 
			
		||||
	[werror=$enableval], [werror="no"])
 | 
			
		||||
if test x"$werror" = x"yes"
 | 
			
		||||
then
 | 
			
		||||
	WERROR_FLAGS="-Werror"
 | 
			
		||||
	WERROR_FLAGS+=" -Wno-error=deprecated -Wno-error=deprecated-declarations"
 | 
			
		||||
	WERROR_FLAGS+=" -Wno-error=cpp" # "#warning"
 | 
			
		||||
	CFLAGS="$CFLAGS $WERROR_FLAGS"
 | 
			
		||||
	CPPFLAGS="$CPPFLAGS $WERROR_FLAGS"
 | 
			
		||||
# Enable/disable transcoding within osmo-bsc_mgcp?
 | 
			
		||||
AC_ARG_ENABLE([mgcp-transcoding], [AS_HELP_STRING([--enable-mgcp-transcoding], [Build the MGCP gateway with internal transcoding enabled.])],
 | 
			
		||||
    [osmo_ac_mgcp_transcoding="$enableval"],[osmo_ac_mgcp_transcoding="no"])
 | 
			
		||||
AC_ARG_WITH([g729], [AS_HELP_STRING([--with-g729], [Enable G.729 encoding/decoding.])], [osmo_ac_with_g729="$withval"],[osmo_ac_with_g729="no"])
 | 
			
		||||
 | 
			
		||||
if test "$osmo_ac_mgcp_transcoding" = "yes" ; then
 | 
			
		||||
    AC_SEARCH_LIBS([gsm_create], [gsm], [LIBRARY_GSM="$LIBS";LIBS=""], [AC_MSG_ERROR([--enable-mgcp-transcoding: cannot find usable libgsm])])
 | 
			
		||||
    AC_SUBST(LIBRARY_GSM)
 | 
			
		||||
    if test "$osmo_ac_with_g729" = "yes" ; then
 | 
			
		||||
	PKG_CHECK_MODULES(LIBBCG729, libbcg729 >= 0.1, [AC_DEFINE([HAVE_BCG729], [1], [Use bgc729 decoder/encoder])])
 | 
			
		||||
    fi
 | 
			
		||||
    AC_DEFINE(BUILD_MGCP_TRANSCODING, 1, [Define if we want to build the MGCP gateway with transcoding support])
 | 
			
		||||
fi
 | 
			
		||||
AM_CONDITIONAL(BUILD_MGCP_TRANSCODING, test "x$osmo_ac_mgcp_transcoding" = "xyes")
 | 
			
		||||
AC_SUBST(osmo_ac_mgcp_transcoding)
 | 
			
		||||
 | 
			
		||||
dnl Checks for typedefs, structures and compiler characteristics
 | 
			
		||||
 | 
			
		||||
# The following test is taken from WebKit's webkit.m4
 | 
			
		||||
saved_CFLAGS="$CFLAGS"
 | 
			
		||||
CFLAGS="$CFLAGS -fvisibility=hidden "
 | 
			
		||||
AC_MSG_CHECKING([if ${CC} supports -fvisibility=hidden])
 | 
			
		||||
AC_COMPILE_IFELSE([AC_LANG_SOURCE([char foo;])],
 | 
			
		||||
      [ AC_MSG_RESULT([yes])
 | 
			
		||||
        SYMBOL_VISIBILITY="-fvisibility=hidden"],
 | 
			
		||||
        AC_MSG_RESULT([no]))
 | 
			
		||||
CFLAGS="$saved_CFLAGS"
 | 
			
		||||
AC_SUBST(SYMBOL_VISIBILITY)
 | 
			
		||||
 | 
			
		||||
AX_CHECK_COMPILE_FLAG([-Werror=implicit], [CFLAGS="$CFLAGS -Werror=implicit"])
 | 
			
		||||
AX_CHECK_COMPILE_FLAG([-Werror=maybe-uninitialized], [CFLAGS="$CFLAGS -Werror=maybe-uninitialized"])
 | 
			
		||||
AX_CHECK_COMPILE_FLAG([-Werror=memset-transposed-args], [CFLAGS="$CFLAGS -Werror=memset-transposed-args"])
 | 
			
		||||
AX_CHECK_COMPILE_FLAG([-Wnull-dereference], [CFLAGS="$CFLAGS -Wnull-dereference"])
 | 
			
		||||
AX_CHECK_COMPILE_FLAG([-Werror=null-dereference], [CFLAGS="$CFLAGS -Werror=null-dereference"])
 | 
			
		||||
AX_CHECK_COMPILE_FLAG([-Werror=sizeof-array-argument], [CFLAGS="$CFLAGS -Werror=sizeof-array-argument"])
 | 
			
		||||
AX_CHECK_COMPILE_FLAG([-Werror=sizeof-pointer-memaccess], [CFLAGS="$CFLAGS -Werror=sizeof-pointer-memaccess"])
 | 
			
		||||
 | 
			
		||||
@@ -128,88 +126,30 @@ AC_MSG_CHECKING([whether to enable VTY/CTRL tests])
 | 
			
		||||
AC_MSG_RESULT([$enable_ext_tests])
 | 
			
		||||
AM_CONDITIONAL(ENABLE_EXT_TESTS, test "x$enable_ext_tests" = "xyes")
 | 
			
		||||
 | 
			
		||||
# Generate manuals
 | 
			
		||||
AC_ARG_ENABLE(manuals,
 | 
			
		||||
	[AS_HELP_STRING(
 | 
			
		||||
		[--enable-manuals],
 | 
			
		||||
		[Generate manual PDFs [default=no]],
 | 
			
		||||
	)],
 | 
			
		||||
	[osmo_ac_build_manuals=$enableval], [osmo_ac_build_manuals="no"])
 | 
			
		||||
AM_CONDITIONAL([BUILD_MANUALS], [test x"$osmo_ac_build_manuals" = x"yes"])
 | 
			
		||||
AC_ARG_VAR(OSMO_GSM_MANUALS_DIR, [path to common osmo-gsm-manuals files, overriding pkg-config and "../osmo-gsm-manuals"
 | 
			
		||||
	fallback])
 | 
			
		||||
if test x"$osmo_ac_build_manuals" = x"yes"
 | 
			
		||||
then
 | 
			
		||||
	# Find OSMO_GSM_MANUALS_DIR (env, pkg-conf, fallback)
 | 
			
		||||
	if test -n "$OSMO_GSM_MANUALS_DIR"; then
 | 
			
		||||
		echo "checking for OSMO_GSM_MANUALS_DIR... $OSMO_GSM_MANUALS_DIR (from env)"
 | 
			
		||||
	else
 | 
			
		||||
		OSMO_GSM_MANUALS_DIR="$($PKG_CONFIG osmo-gsm-manuals --variable=osmogsmmanualsdir 2>/dev/null)"
 | 
			
		||||
		if test -n "$OSMO_GSM_MANUALS_DIR"; then
 | 
			
		||||
			echo "checking for OSMO_GSM_MANUALS_DIR... $OSMO_GSM_MANUALS_DIR (from pkg-conf)"
 | 
			
		||||
		else
 | 
			
		||||
			OSMO_GSM_MANUALS_DIR="../osmo-gsm-manuals"
 | 
			
		||||
			echo "checking for OSMO_GSM_MANUALS_DIR... $OSMO_GSM_MANUALS_DIR (fallback)"
 | 
			
		||||
		fi
 | 
			
		||||
	fi
 | 
			
		||||
	if ! test -d "$OSMO_GSM_MANUALS_DIR"; then
 | 
			
		||||
		AC_MSG_ERROR("OSMO_GSM_MANUALS_DIR does not exist! Install osmo-gsm-manuals or set OSMO_GSM_MANUALS_DIR.")
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
	# Find and run check-depends
 | 
			
		||||
	CHECK_DEPENDS="$OSMO_GSM_MANUALS_DIR/check-depends.sh"
 | 
			
		||||
	if ! test -x "$CHECK_DEPENDS"; then
 | 
			
		||||
		CHECK_DEPENDS="osmo-gsm-manuals-check-depends"
 | 
			
		||||
	fi
 | 
			
		||||
	if ! $CHECK_DEPENDS; then
 | 
			
		||||
		AC_MSG_ERROR("missing dependencies for --enable-manuals")
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
	# Put in Makefile with absolute path
 | 
			
		||||
	OSMO_GSM_MANUALS_DIR="$(realpath "$OSMO_GSM_MANUALS_DIR")"
 | 
			
		||||
	AC_SUBST([OSMO_GSM_MANUALS_DIR])
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# https://www.freedesktop.org/software/systemd/man/daemon.html
 | 
			
		||||
AC_ARG_WITH([systemdsystemunitdir],
 | 
			
		||||
     [AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files])],,
 | 
			
		||||
     [with_systemdsystemunitdir=auto])
 | 
			
		||||
AS_IF([test "x$with_systemdsystemunitdir" = "xyes" -o "x$with_systemdsystemunitdir" = "xauto"], [
 | 
			
		||||
     def_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)
 | 
			
		||||
 | 
			
		||||
     AS_IF([test "x$def_systemdsystemunitdir" = "x"],
 | 
			
		||||
   [AS_IF([test "x$with_systemdsystemunitdir" = "xyes"],
 | 
			
		||||
    [AC_MSG_ERROR([systemd support requested but pkg-config unable to query systemd package])])
 | 
			
		||||
    with_systemdsystemunitdir=no],
 | 
			
		||||
   [with_systemdsystemunitdir="$def_systemdsystemunitdir"])])
 | 
			
		||||
AS_IF([test "x$with_systemdsystemunitdir" != "xno"],
 | 
			
		||||
      [AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir])])
 | 
			
		||||
AM_CONDITIONAL([HAVE_SYSTEMD], [test "x$with_systemdsystemunitdir" != "xno"])
 | 
			
		||||
 | 
			
		||||
AC_MSG_RESULT([CFLAGS="$CFLAGS"])
 | 
			
		||||
AC_MSG_RESULT([CPPFLAGS="$CPPFLAGS"])
 | 
			
		||||
 | 
			
		||||
dnl Generate the output
 | 
			
		||||
AM_CONFIG_HEADER(bscconfig.h)
 | 
			
		||||
 | 
			
		||||
AC_OUTPUT(
 | 
			
		||||
    libosmo-legacy-mgcp.pc
 | 
			
		||||
    libosmo-mgcp-client.pc
 | 
			
		||||
    libosmo-mgcp.pc
 | 
			
		||||
    include/Makefile
 | 
			
		||||
    include/osmocom/Makefile
 | 
			
		||||
    include/osmocom/legacy_mgcp/Makefile
 | 
			
		||||
    include/osmocom/mgcp_client/Makefile
 | 
			
		||||
    include/osmocom/mgcp/Makefile
 | 
			
		||||
    src/Makefile
 | 
			
		||||
    src/libosmo-legacy-mgcp/Makefile
 | 
			
		||||
    src/libosmo-mgcp-client/Makefile
 | 
			
		||||
    src/libosmo-mgcp/Makefile
 | 
			
		||||
    src/osmo-bsc_mgcp/Makefile
 | 
			
		||||
    src/osmo-mgw/Makefile
 | 
			
		||||
    tests/Makefile
 | 
			
		||||
    tests/atlocal
 | 
			
		||||
    tests/legacy_mgcp/Makefile
 | 
			
		||||
    tests/mgcp_client/Makefile
 | 
			
		||||
    tests/mgcp/Makefile
 | 
			
		||||
    doc/Makefile
 | 
			
		||||
    doc/examples/Makefile
 | 
			
		||||
    doc/manuals/Makefile
 | 
			
		||||
    contrib/Makefile
 | 
			
		||||
    contrib/systemd/Makefile
 | 
			
		||||
    contrib/osmo-mgw.spec
 | 
			
		||||
    Makefile)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1 @@
 | 
			
		||||
SUBDIRS = systemd
 | 
			
		||||
 | 
			
		||||
EXTRA_DIST = ipa.py
 | 
			
		||||
 
 | 
			
		||||
@@ -1,10 +1,5 @@
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
# jenkins build helper script for openbsc.  This is how we build on jenkins.osmocom.org
 | 
			
		||||
#
 | 
			
		||||
# environment variables:
 | 
			
		||||
# * WITH_MANUALS: build manual PDFs if set to "1"
 | 
			
		||||
# * PUBLISH: upload manuals after building if set to "1" (ignored without WITH_MANUALS = "1")
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
if ! [ -x "$(command -v osmo-build-dep.sh)" ]; then
 | 
			
		||||
	echo "Error: We need to have scripts/osmo-deps.sh from http://git.osmocom.org/osmo-ci/ in PATH !"
 | 
			
		||||
@@ -28,18 +23,10 @@ verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
 | 
			
		||||
 | 
			
		||||
export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
 | 
			
		||||
export LD_LIBRARY_PATH="$inst/lib"
 | 
			
		||||
export PATH="$inst/bin:$PATH"
 | 
			
		||||
 | 
			
		||||
osmo-build-dep.sh libosmo-abis
 | 
			
		||||
osmo-build-dep.sh libosmo-netif
 | 
			
		||||
 | 
			
		||||
# Additional configure options and depends
 | 
			
		||||
CONFIG=""
 | 
			
		||||
if [ "$WITH_MANUALS" = "1" ]; then
 | 
			
		||||
	osmo-build-dep.sh osmo-gsm-manuals
 | 
			
		||||
	CONFIG="--enable-manuals"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
set +x
 | 
			
		||||
echo
 | 
			
		||||
echo
 | 
			
		||||
@@ -50,18 +37,13 @@ set -x
 | 
			
		||||
 | 
			
		||||
cd "$base"
 | 
			
		||||
autoreconf --install --force
 | 
			
		||||
./configure --enable-vty-tests --enable-external-tests --enable-werror $CONFIG
 | 
			
		||||
./configure $MGCP --enable-vty-tests --enable-external-tests
 | 
			
		||||
$MAKE $PARALLEL_MAKE
 | 
			
		||||
LD_LIBRARY_PATH="$inst/lib" $MAKE check \
 | 
			
		||||
  || cat-testlogs.sh
 | 
			
		||||
LD_LIBRARY_PATH="$inst/lib" \
 | 
			
		||||
  DISTCHECK_CONFIGURE_FLAGS="--enable-vty-tests --enable-external-tests $CONFIG" \
 | 
			
		||||
  DISTCHECK_CONFIGURE_FLAGS="$MGCP --enable-vty-tests --enable-external-tests" \
 | 
			
		||||
  $MAKE distcheck \
 | 
			
		||||
  || cat-testlogs.sh
 | 
			
		||||
 | 
			
		||||
if [ "$WITH_MANUALS" = "1" ] && [ "$PUBLISH" = "1" ]; then
 | 
			
		||||
	make -C "$base/doc/manuals" publish
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
$MAKE maintainer-clean
 | 
			
		||||
osmo-clean-workspace.sh
 | 
			
		||||
 
 | 
			
		||||
@@ -1,134 +0,0 @@
 | 
			
		||||
#
 | 
			
		||||
# spec file for package osmo-mgw
 | 
			
		||||
#
 | 
			
		||||
# Copyright (c) 2017, Martin Hauke <mardnh@gmx.de>
 | 
			
		||||
#
 | 
			
		||||
# All modifications and additions to the file contributed by third parties
 | 
			
		||||
# remain the property of their copyright owners, unless otherwise agreed
 | 
			
		||||
# upon. The license for this file, and modifications and additions to the
 | 
			
		||||
# file, is the same license as for the pristine package itself (unless the
 | 
			
		||||
# license for the pristine package is not an Open Source License, in which
 | 
			
		||||
# case the license is the MIT License). An "Open Source License" is a
 | 
			
		||||
# license that conforms to the Open Source Definition (Version 1.9)
 | 
			
		||||
# published by the Open Source Initiative.
 | 
			
		||||
 | 
			
		||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
Name:           osmo-mgw
 | 
			
		||||
Version:        @VERSION@
 | 
			
		||||
Release:        0
 | 
			
		||||
Summary:        Osmocom's Media Gateway for 2G and 3G circuit-switched mobile networks
 | 
			
		||||
License:        AGPL-3.0-or-later AND GPL-2.0-or-later
 | 
			
		||||
Group:          Hardware/Mobile
 | 
			
		||||
URL:            https://osmocom.org/projects/osmo-mgw
 | 
			
		||||
Source:         %{name}-%{version}.tar.xz
 | 
			
		||||
BuildRequires:  automake >= 1.9
 | 
			
		||||
BuildRequires:  libtool >= 2
 | 
			
		||||
BuildRequires:  pkgconfig >= 0.20
 | 
			
		||||
%if 0%{?suse_version}
 | 
			
		||||
BuildRequires:  systemd-rpm-macros
 | 
			
		||||
%endif
 | 
			
		||||
BuildRequires:  pkgconfig(libosmo-netif) >= 0.6.0
 | 
			
		||||
BuildRequires:  pkgconfig(libosmocore) >= 1.0.0
 | 
			
		||||
BuildRequires:  pkgconfig(libosmoctrl) >= 1.1.0
 | 
			
		||||
BuildRequires:  pkgconfig(libosmogsm) >= 1.0.0
 | 
			
		||||
BuildRequires:  pkgconfig(libosmovty) >= 1.0.0
 | 
			
		||||
BuildRequires:  pkgconfig(libosmocoding) >= 1.0.0
 | 
			
		||||
%{?systemd_requires}
 | 
			
		||||
 | 
			
		||||
%description
 | 
			
		||||
OsmoMGW is Osmocom's Media Gateway for 2G and 3G circuit-switched mobile networks.
 | 
			
		||||
 | 
			
		||||
%package -n libosmo-mgcp-client6
 | 
			
		||||
Summary:        Osmocom's Media Gateway Control Protocol client library
 | 
			
		||||
Group:          System/Libraries
 | 
			
		||||
 | 
			
		||||
%description -n libosmo-mgcp-client6
 | 
			
		||||
Osmocom's Media Gateway Control Protocol client library.
 | 
			
		||||
 | 
			
		||||
%package -n libosmo-mgcp-client-devel
 | 
			
		||||
Summary:        Development files for Osmocom's Media Gateway Control Protocol client library
 | 
			
		||||
Group:          Development/Libraries/C and C++
 | 
			
		||||
Requires:       libosmo-mgcp-client6 = %{version}
 | 
			
		||||
 | 
			
		||||
%description -n libosmo-mgcp-client-devel
 | 
			
		||||
Osmocom's Media Gateway Control Protocol client librarary.
 | 
			
		||||
 | 
			
		||||
This subpackage contains libraries and header files for developing
 | 
			
		||||
applications that want to make use of libosmo-mgcp-client.
 | 
			
		||||
 | 
			
		||||
%package -n libosmo-mgcp-devel
 | 
			
		||||
Summary:        Development files for Osmocom's Media Gateway server library
 | 
			
		||||
Group:          Development/Libraries/C and C++
 | 
			
		||||
 | 
			
		||||
%description -n libosmo-mgcp-devel
 | 
			
		||||
Osmocom's Media Gateway Control Protocol server library.
 | 
			
		||||
 | 
			
		||||
This subpackage contains libraries and header files for developing
 | 
			
		||||
applications that want to make use of libosmo-mgcp.
 | 
			
		||||
 | 
			
		||||
%prep
 | 
			
		||||
%setup -q
 | 
			
		||||
 | 
			
		||||
%build
 | 
			
		||||
echo "%{version}" >.tarball-version
 | 
			
		||||
autoreconf -fi
 | 
			
		||||
%configure \
 | 
			
		||||
  --disable-static \
 | 
			
		||||
  --docdir=%{_docdir}/%{name} \
 | 
			
		||||
  --with-systemdsystemunitdir=%{_unitdir}
 | 
			
		||||
 | 
			
		||||
make %{?_smp_mflags}
 | 
			
		||||
 | 
			
		||||
%install
 | 
			
		||||
%make_install
 | 
			
		||||
find %{buildroot} -type f -name "*.la" -delete -print
 | 
			
		||||
 | 
			
		||||
%check
 | 
			
		||||
make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
 | 
			
		||||
 | 
			
		||||
%post   -n libosmo-mgcp-client6 -p /sbin/ldconfig
 | 
			
		||||
%postun -n libosmo-mgcp-client6 -p /sbin/ldconfig
 | 
			
		||||
 | 
			
		||||
%if 0%{?suse_version}
 | 
			
		||||
%preun
 | 
			
		||||
%service_del_preun osmo-mgw.service
 | 
			
		||||
 | 
			
		||||
%postun
 | 
			
		||||
%service_del_postun osmo-mgw.service
 | 
			
		||||
 | 
			
		||||
%pre
 | 
			
		||||
%service_add_pre osmo-mgw.service
 | 
			
		||||
 | 
			
		||||
%post
 | 
			
		||||
%service_add_post osmo-mgw.service
 | 
			
		||||
%endif
 | 
			
		||||
 | 
			
		||||
%files
 | 
			
		||||
%license COPYING
 | 
			
		||||
%doc AUTHORS README
 | 
			
		||||
%dir %{_docdir}/%{name}/examples
 | 
			
		||||
%dir %{_docdir}/%{name}/examples/osmo-mgw
 | 
			
		||||
%{_docdir}/%{name}/examples/osmo-mgw/osmo-mgw.cfg
 | 
			
		||||
%{_bindir}/osmo-mgw
 | 
			
		||||
%{_unitdir}/osmo-mgw.service
 | 
			
		||||
%dir %{_sysconfdir}/osmocom
 | 
			
		||||
%config(noreplace) %{_sysconfdir}/osmocom/osmo-mgw.cfg
 | 
			
		||||
 | 
			
		||||
%files -n libosmo-mgcp-client6
 | 
			
		||||
%{_libdir}/libosmo-mgcp-client.so.6*
 | 
			
		||||
 | 
			
		||||
%files -n libosmo-mgcp-client-devel
 | 
			
		||||
%{_libdir}/libosmo-mgcp-client.so
 | 
			
		||||
%{_libdir}/pkgconfig/libosmo-mgcp-client.pc
 | 
			
		||||
%dir %{_includedir}/osmocom
 | 
			
		||||
%dir %{_includedir}/osmocom/mgcp_client
 | 
			
		||||
%{_includedir}/osmocom/mgcp_client/*.h
 | 
			
		||||
 | 
			
		||||
%files -n libosmo-mgcp-devel
 | 
			
		||||
%dir %{_includedir}/osmocom
 | 
			
		||||
%dir %{_includedir}/osmocom/mgcp
 | 
			
		||||
%{_includedir}/osmocom/mgcp/*.h
 | 
			
		||||
 | 
			
		||||
%changelog
 | 
			
		||||
@@ -1,6 +0,0 @@
 | 
			
		||||
EXTRA_DIST = osmo-mgw.service
 | 
			
		||||
 | 
			
		||||
if HAVE_SYSTEMD
 | 
			
		||||
systemdsystemunit_DATA = \
 | 
			
		||||
  osmo-mgw.service
 | 
			
		||||
endif
 | 
			
		||||
							
								
								
									
										11
									
								
								contrib/systemd/osmo-bsc-mgcp.service
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								contrib/systemd/osmo-bsc-mgcp.service
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
[Unit]
 | 
			
		||||
Description=OpenBSC MGCP
 | 
			
		||||
 | 
			
		||||
[Service]
 | 
			
		||||
Type=simple
 | 
			
		||||
Restart=always
 | 
			
		||||
ExecStart=/usr/bin/osmo-bsc_mgcp -s -c /etc/osmocom/osmo-bsc-mgcp.cfg
 | 
			
		||||
RestartSec=2
 | 
			
		||||
 | 
			
		||||
[Install]
 | 
			
		||||
WantedBy=multi-user.target
 | 
			
		||||
							
								
								
									
										428
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										428
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -1,431 +1,3 @@
 | 
			
		||||
osmo-mgw (1.7.0) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
  [ Neels Hofmeyr ]
 | 
			
		||||
  * rename codecs_cmp() to codecs_same()
 | 
			
		||||
  * mgcp_codec: constify 'param' arg
 | 
			
		||||
  * fix crashes: don't assert on incoming RTP packet size
 | 
			
		||||
  * mgcp_send(): stop looping on conversion error
 | 
			
		||||
  * mgcp_codec: split codec_free() off of codec_init()
 | 
			
		||||
  * fix memleak: actually free strings in mgcp_codec_reset_all()
 | 
			
		||||
  * mgcp_test: extend / rewrite test_mgcp_codec_pt_translate()
 | 
			
		||||
  * test_mgcp_codec_pt_translate(): more tests
 | 
			
		||||
  * differentiate AMR octet-aligned=0 vs =1
 | 
			
		||||
  * ptmap: implicitly match  '/8000' and '/8000/1'
 | 
			
		||||
  * mgcp_codec: codec_set(): log about all possible errors
 | 
			
		||||
  * mgcp_codec_add: fix audio_name size check
 | 
			
		||||
  * explicitly free codecs in mgcp_rtp_conn_cleanup()
 | 
			
		||||
  * tweak mgcp_parse_audio_ptime_rtpmap()
 | 
			
		||||
  * SDP: store all ptmap entries
 | 
			
		||||
  * mgcp_client_fsm cleanup: Do not assert on DLCX failure
 | 
			
		||||
  * clear pending requests on MGCP failure
 | 
			
		||||
  * client: endp fsm: add notify struct, prep for cancel-notify
 | 
			
		||||
  * client: endp fsm: clear ci[] before dispatching DLCX success
 | 
			
		||||
  * client: endp fsm: allow cancelling a notify event
 | 
			
		||||
  * client: endp fsm: add osmo_mgcpc_ep_ci_ep()
 | 
			
		||||
  * accept MGCP without SDP
 | 
			
		||||
  * fix use-after-free: require new fsm deferred dealloc, check for term
 | 
			
		||||
 | 
			
		||||
  [ Pau Espin Pedrol ]
 | 
			
		||||
  * mgcp_test: Correctly release all endpoints allocated
 | 
			
		||||
  * mgw: Allocate mgcp_conn instance under tcfg->endpoints
 | 
			
		||||
 | 
			
		||||
  [ Harald Welte ]
 | 
			
		||||
  * manual: Fix copy+paste error
 | 
			
		||||
  * mgcp_client: Check for osmo_fsm_register() error return value
 | 
			
		||||
  * Move fsm_mgcp_client regstration to __attribute__((contructor))
 | 
			
		||||
  * exit(2) on unsupported positional arguments on command line
 | 
			
		||||
 | 
			
		||||
  [ Oliver Smith ]
 | 
			
		||||
  * osmoappdesc.py: switch to python 3
 | 
			
		||||
 | 
			
		||||
 -- Pau Espin Pedrol <pespin@sysmocom.de>  Fri, 03 Jan 2020 13:35:09 +0100
 | 
			
		||||
 | 
			
		||||
osmo-mgw (1.6.0) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
  [ Oliver Smith ]
 | 
			
		||||
  * Cosmetic: fix spaces/tabs in mgcp_requests[]
 | 
			
		||||
  * Inactive connection cleanup (disabled by default)
 | 
			
		||||
  * debian: create -doc subpackage with pdf manuals
 | 
			
		||||
  * vty: allow 0 as conn-timeout to disable it
 | 
			
		||||
  * vty: update desc of conn-timeout
 | 
			
		||||
  * manuals: update VTY documentation
 | 
			
		||||
  * "make dist" fix for: no rule to make mgcp_common.h
 | 
			
		||||
  * contrib/jenkins.sh: run "make maintainer-clean"
 | 
			
		||||
 | 
			
		||||
  [ Philipp Maier ]
 | 
			
		||||
  * Add option to GSM HR frames to RFC5593 representation
 | 
			
		||||
  * mgcp_sdp: cosmetic: correct typo in comment
 | 
			
		||||
  * mgco_client: cosmetic: remove excess whitespace
 | 
			
		||||
  * mgcp_sdp: mgcp_sdp.c does not include own header file
 | 
			
		||||
  * mgcp_sdp: untangle parsing of a= parameters
 | 
			
		||||
  * mgcp_network: use mgcp_rtp_codec in downlink format callback
 | 
			
		||||
  * AMR: Add function to convert between bw-effient and octet aligned mode
 | 
			
		||||
 | 
			
		||||
  [ Neels Hofmeyr ]
 | 
			
		||||
  * log: don't spam with "can not patch PT" messages
 | 
			
		||||
  * mgcp client: allow setting conn mode for CRCX and MDCX
 | 
			
		||||
  * make codec_table public as osmo_mgcpc_codec_names
 | 
			
		||||
  * move MGW endpoint FSM from osmo-bsc to here
 | 
			
		||||
  * fix: multiple initial CRCX
 | 
			
		||||
  * constify map_codec_to_pt() ptmap arg
 | 
			
		||||
 | 
			
		||||
  [ Pau Espin Pedrol ]
 | 
			
		||||
  * mgcp-client: whitespace cleanup in mgcp_client.c
 | 
			
		||||
  * mgcp-client: Sanitize implementation of mgcp_client_rtpbridge_wildcard
 | 
			
		||||
  * libosmo-mgcp: Use trunk type during endpoint allocation
 | 
			
		||||
  * cosmetic: Fix typos in comment
 | 
			
		||||
  * cosmetic: tests: mgcp_client_test: clean trailing whitespace
 | 
			
		||||
  * mgcp_msg: Log faulty line on Osmux parsing error
 | 
			
		||||
  * cosmetic: handle_modify_con: Fix indentation level
 | 
			
		||||
  * Introduce log fmt helpers LOGPENDP and LOGPCONN
 | 
			
		||||
  * create_response_with_sdp: Fix inclusion of X-Osmux
 | 
			
		||||
  * osmux: Cleanup of CID alloc pool APIs
 | 
			
		||||
  * mgcp_osmux.c: osmux_enable_endpoint: Fix incorrect return check
 | 
			
		||||
  * osmux: Log osmux socket during osmux_init
 | 
			
		||||
  * mgcp-cli: Change osmo_mgcpc_ep_fsm name to avoid collision with old osmo-bsc
 | 
			
		||||
  * osmux: Document func and return different rc upon osmux init failure
 | 
			
		||||
  * osmux: Fix reception of legacy dummy payloads
 | 
			
		||||
  * osmux: Use LOGPCONN in several log calls
 | 
			
		||||
  * cosmetic: mgcp_udp_send: Document port param is in network byte order
 | 
			
		||||
  * cosmetic: osmux: Document network byte order in port variable
 | 
			
		||||
  * vty: Allow enabling Osmux
 | 
			
		||||
  * osmux: Allocate CID during CRCX
 | 
			
		||||
  * osmux: Introduce mgcp_conn_rtp_is_osmux() helper
 | 
			
		||||
  * osmux: Mark conn_rtp->type as osmux during CRCX
 | 
			
		||||
  * mgcp-cli: Allow submitting X-Osmux on CRCX request
 | 
			
		||||
  * mgcp-cli: Parse X-Osmux on CRCX response
 | 
			
		||||
  * osmux: Handle Osmux MGCP extension in MDCX messages
 | 
			
		||||
  * mgcp-cli: Allow submitting X-Osmux on MDCX request
 | 
			
		||||
  * mgcp-cli: Parse X-Osmux on MDCX response
 | 
			
		||||
  * osmux: Drop unneeded OSMUX_STATE_NEGOTIATING
 | 
			
		||||
  * mgcp-cli: endpoint_fsm: Add API to retrieve Osmux CID from MGW
 | 
			
		||||
  * osmux: Provide correct local port during mgcp resp
 | 
			
		||||
  * osmux: Use remote port to send osmux frames
 | 
			
		||||
  * osmux: Improve logging around osmux enabling events
 | 
			
		||||
  * osmux: Delay osmux enable of conn until remote addr is configured by MDCX
 | 
			
		||||
  * osmux: Redo read/write osmux glue code to have data routed correctly
 | 
			
		||||
  * mgw, mgcp-li: Handle X-Osmux param name as case insensitive
 | 
			
		||||
  * osmux: Use DUMMY ft msg as per Osmux spec
 | 
			
		||||
  * osmux: Fix loopback for Osmux connections
 | 
			
		||||
  * osmux: Fix CID release for non-enabled connections
 | 
			
		||||
  * osmux: Fix hardcoded rtp payload_type 98 in osmux conn
 | 
			
		||||
  * mgcp-cli: Validate osmux cid value during mgcp_msg_gen
 | 
			
		||||
  * mgw: Support uppercase LCO options
 | 
			
		||||
  * mgw: Support lowercase header parameters
 | 
			
		||||
  * mgcp-cli: Support lowercase header parameters
 | 
			
		||||
  * mgw: Support receiving uppercase connection mode
 | 
			
		||||
  * mgw: Support receiving lowercase LCO codec
 | 
			
		||||
  * mgw: Make check of duplicated LCO fields case insensitive
 | 
			
		||||
  * mgw: Allow receiving lowercase MGCP header keyword
 | 
			
		||||
  * mgw: Allow receiving lowercase X-Osmo-Ign Callid field
 | 
			
		||||
  * mgw: Allow receiving uppercase noanswer keyword
 | 
			
		||||
  * doc: X-Osmo-IGN: small formatting and typo fixes
 | 
			
		||||
  * doc: Add Osmux documentation to OsmoMGW User Manual
 | 
			
		||||
  * Catch unsigned integer MGCP parsing errors with strtoul
 | 
			
		||||
  * Fix return variable of strtoul()
 | 
			
		||||
  * Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds
 | 
			
		||||
  * configure.ac: Require libosmo-netif 0.6.0
 | 
			
		||||
 | 
			
		||||
  [ Alexander Couzens ]
 | 
			
		||||
  * mgcp_internal: LOGPENDP: ensure *endp is not NULL
 | 
			
		||||
 | 
			
		||||
  [ Harald Welte ]
 | 
			
		||||
  * handle NULL return of rate_ctr_group_alloc()
 | 
			
		||||
  * update .gitignore
 | 
			
		||||
  * mgcp_sdp: Don't check if an unsigned int is below 0
 | 
			
		||||
 | 
			
		||||
  [ Vadim Yanitskiy ]
 | 
			
		||||
  * configure.ac: drop useless check for -fvisibility=hidden
 | 
			
		||||
 | 
			
		||||
  [ Daniel Willmann ]
 | 
			
		||||
  * manuals: Add script to regenerate vty/counter documentation
 | 
			
		||||
  * manuals: Update vty/counter documentation
 | 
			
		||||
 | 
			
		||||
  [ Hoernchen ]
 | 
			
		||||
  * turn -Werror=null-dereference into a warning
 | 
			
		||||
 | 
			
		||||
 -- Pau Espin Pedrol <pespin@sysmocom.de>  Wed, 07 Aug 2019 16:52:58 +0200
 | 
			
		||||
 | 
			
		||||
osmo-mgw (1.5.0) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
  [ Pau Espin Pedrol ]
 | 
			
		||||
  * gitignore: Filter *.pc
 | 
			
		||||
  * configure: Find correct libgsm's gsm.h header
 | 
			
		||||
  * vty: Fix typo writing bts-jitter-buffer-delay-{min,max}
 | 
			
		||||
  * Remove libosmo-legacy-mgcp and osmo-bsc-mgcp
 | 
			
		||||
  * debian: Remove dangling symlink to osmo-bsc-mgcp.service
 | 
			
		||||
  * Install systemd services with autotools
 | 
			
		||||
  * Install sample cfg file to /etc/osmocom
 | 
			
		||||
  * mgcp: Fix osmux_cid_bitmap static array size calculation
 | 
			
		||||
  * mgcp_osmux: Use define to calculate rtp_ssrc_winlen
 | 
			
		||||
  * osmux: Avoid initing output without enabling osmux
 | 
			
		||||
  * mgcp: Log endpoint nr consistently as hex
 | 
			
		||||
  * osmux_send_dummy: Avoid logging incorrectly and sending if osmux not enabled
 | 
			
		||||
  * osmux: Don't process regular osmux frames if disabled by cfg
 | 
			
		||||
  * osmux: Move parse_cid of legacy dummy frames to own function
 | 
			
		||||
  * osmux: Make func handling dummy frames independent of endp type
 | 
			
		||||
  * osmux: allow enabling osmux only on correct activating state
 | 
			
		||||
  * osmux: Improve checks around activating and using enabled osmux
 | 
			
		||||
  * osmux.h: Document enum osmux_state
 | 
			
		||||
  * osmux: Avoid processing further frames if conn not found
 | 
			
		||||
 | 
			
		||||
  [ Philipp Maier ]
 | 
			
		||||
  * mgcp_client_fsm: allow ptmap in mgcp_client_fsm as well
 | 
			
		||||
  * mgcp_network: translate payload type numbers in RTP packets
 | 
			
		||||
  * mgcp_client: use IETF source port as for MGCP
 | 
			
		||||
  * mgcp_client: increment local port number when port is in use
 | 
			
		||||
  * mgcp_test: release endpoints after use
 | 
			
		||||
  * network: do not patch PT of RTCP packets
 | 
			
		||||
  * network: check packets before further processing
 | 
			
		||||
  * Cosmetic: remove misplaced line break
 | 
			
		||||
  * mgcp_sdp: restructure mgcp_write_response_sdp() (rtpmap)
 | 
			
		||||
  * mgcp_sdp: restructure mgcp_write_response_sdp() (audio)
 | 
			
		||||
  * mgcp_client: check local port only once
 | 
			
		||||
  * mgcp_client_fsm: switch to MGCP_CONN_RECV_SEND in add_audio()
 | 
			
		||||
  * mgcp_protocol: increase buffer space for codec name in LCO
 | 
			
		||||
  * osmo-mgw: Add vty reference manual
 | 
			
		||||
 | 
			
		||||
  [ Neels Hofmeyr ]
 | 
			
		||||
  * fix handling of "Wrong domain name" error
 | 
			
		||||
  * interpret domain '*' as 'allow any domain'
 | 
			
		||||
  * cosmetic: log: fix "CallIDs does not match"
 | 
			
		||||
  * fix 3G hack: allow any IP for loopback and 0.0.0.0
 | 
			
		||||
  * cosmetic: drop code dup in mgcp_client_fsm.c CRCX
 | 
			
		||||
  * add X-Osmo-IGN MGCP header to ignore CallID
 | 
			
		||||
  * X-Osmo-IGN: rather parse items by token, not char
 | 
			
		||||
  * mgcp_test: fix log of conn_id presence
 | 
			
		||||
  * mgcp_test: fix get_conn_id_from_response() CI length
 | 
			
		||||
  * mgcp_client_test: cosmetically re-arrange reply_to() args
 | 
			
		||||
  * mgcp_client_test: use "\r\n\r\n" instead of "\n\n"
 | 
			
		||||
  * mgcp_client_test: also verify received conn_id
 | 
			
		||||
  * mgcp_client_test: test long conn_id
 | 
			
		||||
  * mgcp_client: error on too long conn id
 | 
			
		||||
  * mgcp_common: rename to MGCP_CONN_ID_MAXLEN
 | 
			
		||||
  * doc: fix mgcp_verify_ci() return val doc
 | 
			
		||||
  * mgcp_verify_ci(): return meaningful error codes
 | 
			
		||||
  * fix mgcp_verify_ci(): off-by-one in max len check
 | 
			
		||||
  * generate shorter 'I:' conn IDs
 | 
			
		||||
  * mgcp_conn_get(): compare conn Id ('I:') case insensitively
 | 
			
		||||
  * mgcp_conn_get(): match conn Id ('I:') despite leading zeros
 | 
			
		||||
  * cosmetic: mgcp_test: fix get_conn_id_from_response()
 | 
			
		||||
  * comment: indicate struct type for mgcp_endpoint.conns
 | 
			
		||||
  * log: avoid logging early media as error
 | 
			
		||||
  * fix osmo-mgw -s; fixes osmo-mgw.service using -s
 | 
			
		||||
  * Importing history from osmo-gsm-manuals.git
 | 
			
		||||
  * OsmoMGW: update VTY reference
 | 
			
		||||
  * OsmoMGW: document the 'X-Osmo-IGN' MGCP extension
 | 
			
		||||
  * mgw: update vty reference
 | 
			
		||||
  * drop/replace very weird logging in mgcp_client.c
 | 
			
		||||
  * check_rtp: on IP:port errors, log the IP and port
 | 
			
		||||
  * osmo-mgw: err-log: include expected domain name
 | 
			
		||||
  * mgcp_client_vty: fix missing talloc_free
 | 
			
		||||
  * mgcp_client: drop a bunch of dead code
 | 
			
		||||
  * mgcp_client: logging tweaks
 | 
			
		||||
  * mgcp_client: make domain part of endpoint configurable
 | 
			
		||||
  * mgcp_client: tweak some log levels INFO -> {DEBUG,ERROR}
 | 
			
		||||
 | 
			
		||||
  [ Stefan Sperling ]
 | 
			
		||||
  * add VTY commands which show specific mgcp endpoints
 | 
			
		||||
  * add MGCP CRCX command statistics to osmo-mgw
 | 
			
		||||
  * show RTP TX/RX stats in 'mgcp show stats' output
 | 
			
		||||
  * use local variable for rate counters in handle_create_con()
 | 
			
		||||
  * add more mgcp crxc error counters
 | 
			
		||||
  * add MDCX command statistics to osmo-mgw
 | 
			
		||||
  * add aggregated rtp connection stats to osmo-mgw
 | 
			
		||||
  * add DLCX command statistics to osmo-mgw
 | 
			
		||||
 | 
			
		||||
  [ Harald Welte ]
 | 
			
		||||
  * debian/rules: Don't overwrite .tarball-version
 | 
			
		||||
  * check_rtp_origin(): Don't memcmp sockadd_in and in_addr
 | 
			
		||||
  * check_rtp_origin(): Avoid using memcmp for comparing integer types
 | 
			
		||||
  * vty-ref: Update URI of docbook 5.0 schema
 | 
			
		||||
 | 
			
		||||
  [ Daniel Willmann ]
 | 
			
		||||
  * mgw: Add new VTY reference
 | 
			
		||||
  * Add initial OsmoMGW manual
 | 
			
		||||
 | 
			
		||||
  [ Oliver Smith ]
 | 
			
		||||
  * build manuals moved here from osmo-gsm-manuals.git
 | 
			
		||||
  * jenkins.sh: remove leftover MGCP env variable
 | 
			
		||||
  * Fix DISTCHECK_CONFIGURE_FLAGS override
 | 
			
		||||
  * contrib/jenkins.sh: build and publish manuals
 | 
			
		||||
  * contrib: fix makedistcheck with disabled systemd
 | 
			
		||||
 | 
			
		||||
 -- Harald Welte <laforge@gnumonks.org>  Sun, 20 Jan 2019 15:02:18 +0100
 | 
			
		||||
 | 
			
		||||
osmo-mgw (1.4.0) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
  [ Philipp Maier ]
 | 
			
		||||
  * network: independently initalize state->out_stream
 | 
			
		||||
  * stats: use libosmocore rate counter for in/out_stream.err_ts_counter
 | 
			
		||||
  * mgcp_sdp: correct apidoc of mgcp_parse_sdp_data
 | 
			
		||||
  * vty: clean up rtp port-range command
 | 
			
		||||
  * sdp: remove unused alt_codec field from struct mgcp_rtp_end
 | 
			
		||||
  * sdp: remove circular inclusion
 | 
			
		||||
  * protocol: Try whole port range on port allocation
 | 
			
		||||
  * client: do not start connections in loopback mode
 | 
			
		||||
  * mgcp_network: do not log destination invalid ip/port as error
 | 
			
		||||
  * cosmetic: fix log output
 | 
			
		||||
  * conn: call talloc_free before setting the pointer to NULL
 | 
			
		||||
  * protocol: do not change LCO, when no LCO are present
 | 
			
		||||
  * protocol: reject illegal lco options
 | 
			
		||||
  * cosmetic: fix typo
 | 
			
		||||
  * mgw: clean up codec negotiation (sdp)
 | 
			
		||||
  * client: add features to generate and parse codec information
 | 
			
		||||
  * mgcp_internal: remove unused struct member
 | 
			
		||||
  * stats: replace packet statistic counters with libosmocore rate counters
 | 
			
		||||
  * stat+vty: fix printing of rate counter values
 | 
			
		||||
  * protocol: prevent unnecessary null pointer deref
 | 
			
		||||
 | 
			
		||||
  [ Pau Espin Pedrol ]
 | 
			
		||||
  * legacy-mgcp: Add jitter buffer on the uplink receiver
 | 
			
		||||
  * legacy-mgcp: switch to new osmux output APIs
 | 
			
		||||
  * mgcp: mgcp_osmux: use conn_bts when forwarding pkts from bsc_nat
 | 
			
		||||
  * mgcp: switch to new osmux output APIs
 | 
			
		||||
  * debian: Package installed example doc files
 | 
			
		||||
  * gitignore: Add m4 scripts from m4 subdir
 | 
			
		||||
 | 
			
		||||
  [ Neels Hofmeyr ]
 | 
			
		||||
  * api doc: fix parameter name for mgcp_conn_create()
 | 
			
		||||
  * mgcp-client: add mgcp_conn_get_ci()
 | 
			
		||||
  * mgcp_client_fsm: improve error logging
 | 
			
		||||
  * cosmetic: fix doxygen comment markers
 | 
			
		||||
  * cosmetic: mgcp_network.c: merge one LOGPC to its preceding LOGP
 | 
			
		||||
  * IuUP hack: make RTP patching less general
 | 
			
		||||
 | 
			
		||||
  [ Harald Welte ]
 | 
			
		||||
  * cosmetic: fix typo in log message: 'abrupt' instead of 'aprupt'
 | 
			
		||||
 | 
			
		||||
  [ Daniel Willmann ]
 | 
			
		||||
  * git-version-gen: Don't check for .git directory
 | 
			
		||||
 | 
			
		||||
 -- Pau Espin Pedrol <pespin@sysmocom.de>  Fri, 27 Jul 2018 19:05:22 +0200
 | 
			
		||||
 | 
			
		||||
osmo-mgw (1.3.0) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
  [ Pau Espin Pedrol ]
 | 
			
		||||
  * contrib: Add osmo-mgw systemd service
 | 
			
		||||
  * legacy: mgcp_protocol: Don't print osmux stats if it is off
 | 
			
		||||
  * mgcp_stat: Don't print osmux stats if it is off
 | 
			
		||||
 | 
			
		||||
  [ Neels Hofmeyr ]
 | 
			
		||||
  * fix segfault: DLCX for unknown endpoint: dont try to log NULL endpoint
 | 
			
		||||
  * MGCP endpoints: parse as decimal, not hex
 | 
			
		||||
  * add --enable-sanitize config option
 | 
			
		||||
  * legacy_mgcp: mgcp_test: sanitize: free msgb_ctx
 | 
			
		||||
  * mgcp_test: test_packet_error_detection: sanitize: free all conns
 | 
			
		||||
  * mgcp_test: test_no_cycle: sanitize: free endp
 | 
			
		||||
  * mgcp_test: sanitize: free msgb_ctx
 | 
			
		||||
  * mgcp_client: don't configure "bts base"
 | 
			
		||||
  * Revert "mgcp_client: don't configure "bts base"" until osmo-msc is ready
 | 
			
		||||
  * mgcp_client: add transaction cleanup
 | 
			
		||||
  * mgcp_client_test makefile: add update_exp target
 | 
			
		||||
  * cosmetic: mgcp_network: typo in log
 | 
			
		||||
  * osmo-mgw: Add talloc context introspection via VTY
 | 
			
		||||
  * mgcp_client: show failure by MGCP SDP section parsing test
 | 
			
		||||
  * mgcp_client: cosmetic: clean up SDP params parsing
 | 
			
		||||
  * mgcp_client: detect SDP section-start parsing errors
 | 
			
		||||
  * compiler warning: ignore deprecated in mgcp_client_test.c
 | 
			
		||||
  * configure: add --enable-werror
 | 
			
		||||
  * jenkins.sh: add --enable-werror to configure flags
 | 
			
		||||
  * cosmetic: mgcp, legacy_mgcp: drop unused vty.h definitions
 | 
			
		||||
  * use osmo_init_logging2() with proper talloc ctx
 | 
			
		||||
 | 
			
		||||
  [ Philipp Maier ]
 | 
			
		||||
  * osmux: fix nullpointer dereference
 | 
			
		||||
  * cosmetic: guard dead osmux vty code with ifdef
 | 
			
		||||
  * cosmetic: remove prefix "net" from rtp related vty commands
 | 
			
		||||
  * doc: update sample config file
 | 
			
		||||
  * cosmetic: use correct VTY port number constant
 | 
			
		||||
  * vty: simplify endpoint allocation
 | 
			
		||||
  * vty: do not change number_endpoints at runtime
 | 
			
		||||
  * MGCP: Connection Identifiers are hex strings
 | 
			
		||||
  * libosmo-mgcp: Connection Identifiers are allocated by MGW, not CA
 | 
			
		||||
  * client: use osmo_strlcpy instead of strncpy
 | 
			
		||||
  * cosmetic: fix sourcecode formatting
 | 
			
		||||
  * cosmetic: clearly mark endpoint numbers as hex
 | 
			
		||||
  * client: use string as connection identifier
 | 
			
		||||
  * conn: remove assertions
 | 
			
		||||
  * mgcp_test: fix wrong strcmp() parameters
 | 
			
		||||
  * mgcp_test: fix nullpointer dereference
 | 
			
		||||
  * mgcp_test: add returncode check
 | 
			
		||||
  * mgcp_test: fix possible double free
 | 
			
		||||
  * mcgp_client: mgcp_msg_gen(): add checks to verify params
 | 
			
		||||
  * network: use originating RTP packet address for loopback
 | 
			
		||||
  * client: mgcp_response_parse_params: check rtp port
 | 
			
		||||
  * mgcp: allow endpoints beginning from zero
 | 
			
		||||
  * client/common: move constant MGCP_ENDPOINT_MAXLEN
 | 
			
		||||
  * mgcp: make domain name configurable
 | 
			
		||||
  * cosmetic: protocol: remove unnecessary nul termination
 | 
			
		||||
  * client: do not insist on \n\n when parsing MGCP messages
 | 
			
		||||
  * main: display mgcp ip/port
 | 
			
		||||
  * client: make callid in MDCX mandatory
 | 
			
		||||
  * client: add missing mandatory SDP fields
 | 
			
		||||
  * mgcp: permit wildcarded endpoint assignment (CRCX)
 | 
			
		||||
  * mgcp: add prefix to virtual trunk
 | 
			
		||||
  * client: eliminate destructive parameter parsing
 | 
			
		||||
  * client: eliminate destructive head parsing
 | 
			
		||||
  * cosmetic: client: add doxygen comments
 | 
			
		||||
  * protocol: fix problem with line break and OSMUX
 | 
			
		||||
  * protocol: fix missing carriage return
 | 
			
		||||
  * client: fix sdp parameter ordering
 | 
			
		||||
  * protocol: check the packetization in local cx options
 | 
			
		||||
  * cosmetic: remove spaces from pointer symbol
 | 
			
		||||
  * client: Do not accept endpoint ids with wildcards in responses
 | 
			
		||||
  * client: do not accept endpoint ids without @ character in responses
 | 
			
		||||
  * client: prohibit endpoint ids without @ character
 | 
			
		||||
  * protocol: on wildcarded CRCX return endpoint number as hex
 | 
			
		||||
  * msg: fix response code on exhausted endp resources
 | 
			
		||||
  * cosmetic: move mgcp_release_endp() to mgcp_ep.c
 | 
			
		||||
  * client: use heap to store mgcp_response
 | 
			
		||||
  * ep: move endpoint struct and define to mgcp_ep.h
 | 
			
		||||
  * cosmetic: rename mgcp_release_endp to mgcp_endp_release
 | 
			
		||||
  * cosmetic: rename mgcp_ep.c/h to mgcp_endp.c/h
 | 
			
		||||
  * protocol: reject DLCX/CRCX/MDCX on unsupported parameters
 | 
			
		||||
  * protocol: exit cleanly when local cx options check fails
 | 
			
		||||
  * cosmetic: Add missing \n on log line
 | 
			
		||||
  * protocol: check requested connection mode
 | 
			
		||||
  * protocol: fix tagging of wildcarded requests
 | 
			
		||||
  * protocol: prohibit wildcarded requests for MDCX and DLCX
 | 
			
		||||
  * mgcp: fix use-after-free and add callback for endpoint cleanup
 | 
			
		||||
  * client: add an optional FSM interface
 | 
			
		||||
  * mgcp_client_fsm: Add FSM event names
 | 
			
		||||
  * cosmetic: mgcp_client_fsm: rename enums
 | 
			
		||||
  * cosmetic: rename function .._conn_reset() to .._conn_init()
 | 
			
		||||
  * mgcp_conn: do not touch u.rtp in mgcp_conn_alloc()
 | 
			
		||||
  * cosmetic: rename .._codec_reset() to .._codec_init()
 | 
			
		||||
  * mgcp_conn: add function mgcp_rtp_conn_cleanup()
 | 
			
		||||
  * stats: use libosmocore rate counter for in/out_stream.err_ts_counter
 | 
			
		||||
 | 
			
		||||
  [ Alexander Couzens ]
 | 
			
		||||
  * debian/control: correct library dependency of osmo-mgw against libosmo-mgcp1
 | 
			
		||||
  * debian: include systemd service osmo-mgw.service
 | 
			
		||||
  * Revert "stats: use libosmocore rate counter for in/out_stream.err_ts_counter"
 | 
			
		||||
 | 
			
		||||
  [ Harald Welte ]
 | 
			
		||||
  * cosmetic: fix whitespaces; we use tabs for indentation
 | 
			
		||||
  * Fix possible buffer overflow in mgcp_conn_dump()
 | 
			
		||||
  * osmo-mgw: Update copyright statement
 | 
			
		||||
  * osmo-mgw: Config file is osmo-mgw.cfg, and not mgcp.cfg
 | 
			
		||||
  * osmo-mgw: Fix copyright notice
 | 
			
		||||
  * strct mgcp_rtp_state: Group + document struct members related to patching
 | 
			
		||||
  * mgcp_rtp_state: grup 'stats' members into sub-structure
 | 
			
		||||
  * mgcp_rtp_end: Group statistics members into 'stats' sub-struct
 | 
			
		||||
  * libosmo-mgcp: Cosmetic spelling fixes in comments
 | 
			
		||||
  * mgcp_msg: We must parse endpoint numbers as hex, not decimal!
 | 
			
		||||
  * mgcp_internal.h: document more struct members with comments
 | 
			
		||||
  * centralize handling of common errors like "endpoint not found"
 | 
			
		||||
  * Return proper MGCP Error codes, as per spec
 | 
			
		||||
  * osmo-mgw: Use libosmocore socket abstraction
 | 
			
		||||
  * osmo-bsc_mgcp: Add LIBOSMONETIF_{CFLAGS,LIBS}
 | 
			
		||||
  * libosmo-mgcp-client is GPLv2+, not AGPLv3+
 | 
			
		||||
  * Turn libosmo-mgcp into local, non-installed library
 | 
			
		||||
 | 
			
		||||
  [ Stefan Sperling ]
 | 
			
		||||
  * enable osmo_fsm vty commands in libosmo-mgcp-client vty
 | 
			
		||||
 | 
			
		||||
 -- Pau Espin Pedrol <pespin@sysmocom.de>  Thu, 03 May 2018 17:40:35 +0200
 | 
			
		||||
 | 
			
		||||
osmo-mgw (1.2.0) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
  [ Neels Hofmeyr ]
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										52
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										52
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							@@ -7,8 +7,7 @@ Build-Depends: debhelper (>=9),
 | 
			
		||||
               pkg-config,
 | 
			
		||||
               autotools-dev,
 | 
			
		||||
               libosmocore-dev,
 | 
			
		||||
               libosmo-netif-dev,
 | 
			
		||||
               osmo-gsm-manuals-dev
 | 
			
		||||
               libosmo-netif-dev
 | 
			
		||||
Standards-Version: 3.9.8
 | 
			
		||||
Vcs-Git: git://git.osmocom.org/osmo-mgw.git
 | 
			
		||||
Vcs-Browser: https://git.osmocom.org/osmo-mgw/
 | 
			
		||||
@@ -17,10 +16,25 @@ Homepage: https://osmocom.org/projects/osmo-mgw
 | 
			
		||||
Package: osmo-mgw
 | 
			
		||||
Architecture: any
 | 
			
		||||
Multi-Arch: foreign
 | 
			
		||||
Depends: ${misc:Depends}, ${shlibs:Depends}
 | 
			
		||||
Depends: libosmo-mgcp1, ${misc:Depends}, ${shlibs:Depends}
 | 
			
		||||
Description: OsmoMGW: Osmocom's Media Gateway for 2G and 3G circuit-switched mobile networks
 | 
			
		||||
 | 
			
		||||
Package: libosmo-mgcp-client6
 | 
			
		||||
Package: libosmo-mgcp1
 | 
			
		||||
Section: libs
 | 
			
		||||
Architecture: any
 | 
			
		||||
Multi-Arch: same
 | 
			
		||||
Pre-Depends: ${misc:Pre-Depends}
 | 
			
		||||
Depends: ${misc:Depends}, ${shlibs:Depends}
 | 
			
		||||
Description: libosmo-mgcp: Osmocom's Media Gateway server library
 | 
			
		||||
 | 
			
		||||
Package: libosmo-mgcp-dev
 | 
			
		||||
Section: libdevel
 | 
			
		||||
Architecture: any
 | 
			
		||||
Multi-Arch: same
 | 
			
		||||
Depends: libosmo-mgcp1 (= ${binary:Version}), ${misc:Depends}
 | 
			
		||||
Description: libosmo-mgcp: Osmocom's Media Gateway server library
 | 
			
		||||
 | 
			
		||||
Package: libosmo-mgcp-client2
 | 
			
		||||
Section: libs
 | 
			
		||||
Architecture: any
 | 
			
		||||
Multi-Arch: same
 | 
			
		||||
@@ -32,14 +46,26 @@ Package: libosmo-mgcp-client-dev
 | 
			
		||||
Section: libdevel
 | 
			
		||||
Architecture: any
 | 
			
		||||
Multi-Arch: same
 | 
			
		||||
Depends: libosmo-mgcp-client6 (= ${binary:Version}), ${misc:Depends}
 | 
			
		||||
Depends: libosmo-mgcp-client2 (= ${binary:Version}), ${misc:Depends}
 | 
			
		||||
Description: libosmo-mgcp-client: Osmocom's Media Gateway Control Protocol client utilities
 | 
			
		||||
 | 
			
		||||
Package: osmo-mgw-doc
 | 
			
		||||
Architecture: all
 | 
			
		||||
Section: doc
 | 
			
		||||
Priority: optional
 | 
			
		||||
Depends: ${misc:Depends}
 | 
			
		||||
Description: ${misc:Package} PDF documentation
 | 
			
		||||
 Various manuals: user manual, VTY reference manual and/or
 | 
			
		||||
 protocol/interface manuals.
 | 
			
		||||
Package: osmo-bsc-mgcp
 | 
			
		||||
Architecture: any
 | 
			
		||||
Multi-Arch: foreign
 | 
			
		||||
Depends: libosmo-legacy-mgcp0, ${misc:Depends}, ${shlibs:Depends}
 | 
			
		||||
Description: OsmoBSC-MGCP: Osmocom's Legacy Media Gateway; use osmo-mgw instead.
 | 
			
		||||
 | 
			
		||||
Package: libosmo-legacy-mgcp0
 | 
			
		||||
Section: libs
 | 
			
		||||
Architecture: any
 | 
			
		||||
Multi-Arch: same
 | 
			
		||||
Pre-Depends: ${misc:Pre-Depends}
 | 
			
		||||
Depends: ${misc:Depends}, ${shlibs:Depends}
 | 
			
		||||
Description: libosmo-legacy-mgcp: Osmocom's Legacy Media Gateway server library; use libosmo-mgcp instead.
 | 
			
		||||
 | 
			
		||||
Package: libosmo-legacy-mgcp-dev
 | 
			
		||||
Section: libdevel
 | 
			
		||||
Architecture: any
 | 
			
		||||
Multi-Arch: same
 | 
			
		||||
Depends: libosmo-legacy-mgcp0 (= ${binary:Version}), ${misc:Depends}
 | 
			
		||||
Description: libosmo-legacy-mgcp: Osmocom's Legacy Media Gateway server library; use libosmo-mgcp instead.
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										29
									
								
								debian/copyright
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										29
									
								
								debian/copyright
									
									
									
									
										vendored
									
									
								
							@@ -21,12 +21,11 @@ License:   AGPL-3.0+
 | 
			
		||||
 You should have received a copy of the GNU Affero General Public License
 | 
			
		||||
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 | 
			
		||||
Files:     src/libosmo-mgcp-client/* include/osmocom/mgcp_client/*
 | 
			
		||||
Copyright: 2016 by sysmocom s.m.f.c. GmbH <info@sysmocom.de>
 | 
			
		||||
           Based on OpenBSC interface to quagga VTY (libmsc/vty_interface_layer3.c)
 | 
			
		||||
           2009 by Harald Welte <laforge@gnumonks.org>
 | 
			
		||||
           2009-2011 by Holger Hans Peter Freyther
 | 
			
		||||
Files:     src/libosmo-legacy-mgcp/g711common.h
 | 
			
		||||
Copyright: 2000 Abramo Bagnara <abramo@alsa-project.org>
 | 
			
		||||
License:   GPL-2.0+
 | 
			
		||||
 Wrapper for linphone Codec class by Simon Morlat <simon.morlat@linphone.org>
 | 
			
		||||
 .
 | 
			
		||||
 This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 it under the terms of the GNU General Public License as published by
 | 
			
		||||
 the Free Software Foundation; either version 2 of the License, or
 | 
			
		||||
@@ -38,7 +37,13 @@ License:   GPL-2.0+
 | 
			
		||||
 GNU General Public License for more details.
 | 
			
		||||
 .
 | 
			
		||||
 You should have received a copy of the GNU General Public License
 | 
			
		||||
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 along with this program; if not, write to the Free Software
 | 
			
		||||
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 | 
			
		||||
 .
 | 
			
		||||
 The FSF address in the above text is the old one.
 | 
			
		||||
 .
 | 
			
		||||
 On Debian systems, the complete text of the GNU General Public License
 | 
			
		||||
 Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
 | 
			
		||||
 | 
			
		||||
Files:     tests/vty_test_runner.py
 | 
			
		||||
Copyright: 2013 Holger Hans Peter Freyther
 | 
			
		||||
@@ -63,3 +68,15 @@ License:   GPL-3.0+
 | 
			
		||||
Files:     osmoappdesc.py
 | 
			
		||||
Copyright: 2013 Katerina Barone-Adesi <kat.obsc@gmail.com>
 | 
			
		||||
License:   GPL-3.0+
 | 
			
		||||
 | 
			
		||||
Files:     src/libosmo-legacy-mgcp/mgcp_osmux.c
 | 
			
		||||
Copyright: 2012-2013 On Waves ehf <http://www.on-waves.com>
 | 
			
		||||
           2012-2013 Pablo Neira Ayuso <pablo@gnumonks.org>
 | 
			
		||||
License:   AGPL-3.0+
 | 
			
		||||
 All rights not specifically granted under this license are reserved.
 | 
			
		||||
 .
 | 
			
		||||
 This program is free software; you can redistribute it and/or modify it
 | 
			
		||||
 under the terms of the GNU Affero General Public License as published by the
 | 
			
		||||
 Free Software Foundation; either version 3 of the License, or (at your
 | 
			
		||||
 option) any later version.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								debian/libosmo-legacy-mgcp-dev.install
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								debian/libosmo-legacy-mgcp-dev.install
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
			
		||||
usr/include/osmocom/legacy_mgcp
 | 
			
		||||
usr/lib/*/libosmo-legacy-mgcp.so
 | 
			
		||||
usr/lib/*/libosmo-legacy-mgcp.a
 | 
			
		||||
usr/lib/*/pkgconfig/libosmo-legacy-mgcp.pc
 | 
			
		||||
							
								
								
									
										1
									
								
								debian/libosmo-legacy-mgcp0.install
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								debian/libosmo-legacy-mgcp0.install
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
usr/lib/*/libosmo-legacy-mgcp.so.*
 | 
			
		||||
							
								
								
									
										4
									
								
								debian/libosmo-mgcp-dev.install
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								debian/libosmo-mgcp-dev.install
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
			
		||||
usr/include/osmocom/mgcp
 | 
			
		||||
usr/lib/*/libosmo-mgcp.so
 | 
			
		||||
usr/lib/*/libosmo-mgcp.a
 | 
			
		||||
usr/lib/*/pkgconfig/libosmo-mgcp.pc
 | 
			
		||||
							
								
								
									
										1
									
								
								debian/libosmo-mgcp1.install
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								debian/libosmo-mgcp1.install
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
usr/lib/*/libosmo-mgcp.so.*
 | 
			
		||||
							
								
								
									
										1
									
								
								debian/osmo-bsc-mgcp.install
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								debian/osmo-bsc-mgcp.install
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
usr/bin/osmo-bsc_mgcp
 | 
			
		||||
							
								
								
									
										1
									
								
								debian/osmo-bsc-mgcp.service
									
									
									
									
										vendored
									
									
										Symbolic link
									
								
							
							
						
						
									
										1
									
								
								debian/osmo-bsc-mgcp.service
									
									
									
									
										vendored
									
									
										Symbolic link
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
../contrib/systemd/osmo-bsc-mgcp.service
 | 
			
		||||
							
								
								
									
										1
									
								
								debian/osmo-mgw-doc.install
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								debian/osmo-mgw-doc.install
									
									
									
									
										vendored
									
									
								
							@@ -1 +0,0 @@
 | 
			
		||||
usr/share/doc/osmo-mgw-doc/*.pdf
 | 
			
		||||
							
								
								
									
										3
									
								
								debian/osmo-mgw.install
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								debian/osmo-mgw.install
									
									
									
									
										vendored
									
									
								
							@@ -1,4 +1 @@
 | 
			
		||||
etc/osmocom/osmo-mgw.cfg
 | 
			
		||||
lib/systemd/system/osmo-mgw.service
 | 
			
		||||
usr/bin/osmo-mgw
 | 
			
		||||
usr/share/doc/osmo-mgw/examples/osmo-mgw/osmo-mgw.cfg
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								debian/osmo-mgw.service
									
									
									
									
										vendored
									
									
										Symbolic link
									
								
							
							
						
						
									
										1
									
								
								debian/osmo-mgw.service
									
									
									
									
										vendored
									
									
										Symbolic link
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
../contrib/systemd/osmo-mgw.service
 | 
			
		||||
							
								
								
									
										11
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							@@ -14,7 +14,7 @@ CFLAGS += -g
 | 
			
		||||
 | 
			
		||||
# main packaging script based on dh7 syntax
 | 
			
		||||
%:
 | 
			
		||||
	dh $@ --with autoreconf
 | 
			
		||||
	dh $@ --with autoreconf 
 | 
			
		||||
 | 
			
		||||
# debmake generated override targets
 | 
			
		||||
# Set options for ./configure
 | 
			
		||||
@@ -29,11 +29,8 @@ CFLAGS += -g
 | 
			
		||||
override_dh_auto_test:
 | 
			
		||||
	dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)
 | 
			
		||||
 | 
			
		||||
override_dh_auto_configure:
 | 
			
		||||
	dh_auto_configure -- --with-systemdsystemunitdir=/lib/systemd/system --enable-manuals
 | 
			
		||||
 | 
			
		||||
# Don't create .pdf.gz files (barely saves space and they can't be opened directly by most pdf readers)
 | 
			
		||||
override_dh_compress:
 | 
			
		||||
	dh_compress -X.pdf
 | 
			
		||||
override_dh_autoreconf:
 | 
			
		||||
	echo $(VERSION) > .tarball-version
 | 
			
		||||
	dh_autoreconf
 | 
			
		||||
 | 
			
		||||
# See https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-dbg
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,3 @@
 | 
			
		||||
SUBDIRS = \
 | 
			
		||||
	examples \
 | 
			
		||||
	manuals \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,11 +1,3 @@
 | 
			
		||||
OSMOCONF_FILES = \
 | 
			
		||||
	osmo-mgw/osmo-mgw.cfg
 | 
			
		||||
 | 
			
		||||
osmoconfdir = $(sysconfdir)/osmocom
 | 
			
		||||
osmoconf_DATA = $(OSMOCONF_FILES)
 | 
			
		||||
 | 
			
		||||
EXTRA_DIST = $(OSMOCONF_FILES)
 | 
			
		||||
 | 
			
		||||
CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,'
 | 
			
		||||
 | 
			
		||||
dist-hook:
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										14
									
								
								doc/examples/osmo-bsc_mgcp/mgcp.cfg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								doc/examples/osmo-bsc_mgcp/mgcp.cfg
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
!
 | 
			
		||||
! MGCP configuration example
 | 
			
		||||
!
 | 
			
		||||
mgcp
 | 
			
		||||
 !local ip 10.23.24.2
 | 
			
		||||
 !bts ip 10.24.24.1
 | 
			
		||||
 !bind ip 10.23.24.1
 | 
			
		||||
 bind port 2427
 | 
			
		||||
 rtp base 4000
 | 
			
		||||
 rtp force-ptime 20
 | 
			
		||||
 sdp audio payload number 98
 | 
			
		||||
 sdp audio payload name AMR/8000
 | 
			
		||||
 number endpoints 31
 | 
			
		||||
 no rtcp-omit
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
mgcp
 | 
			
		||||
  bind ip 127.0.0.1
 | 
			
		||||
  rtp port-range 4002 16000
 | 
			
		||||
  rtp bind-ip 127.0.0.1
 | 
			
		||||
  rtp bind-ip 10.9.1.122
 | 
			
		||||
  rtp ip-probing
 | 
			
		||||
  rtp ip-tos 184
 | 
			
		||||
  bind port 2427
 | 
			
		||||
 
 | 
			
		||||
@@ -1,23 +0,0 @@
 | 
			
		||||
EXTRA_DIST = osmomgw-usermanual.adoc \
 | 
			
		||||
    osmomgw-usermanual-docinfo.xml \
 | 
			
		||||
    osmomgw-vty-reference.xml \
 | 
			
		||||
    regen_doc.sh \
 | 
			
		||||
    chapters \
 | 
			
		||||
    vty
 | 
			
		||||
 | 
			
		||||
if BUILD_MANUALS
 | 
			
		||||
  ASCIIDOC = osmomgw-usermanual.adoc
 | 
			
		||||
  ASCIIDOC_DEPS = $(srcdir)/chapters/*.adoc
 | 
			
		||||
  include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc
 | 
			
		||||
 | 
			
		||||
  VTY_REFERENCE = osmomgw-vty-reference.xml
 | 
			
		||||
  include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc
 | 
			
		||||
 | 
			
		||||
  BUILT_REFERENCE_XML = $(builddir)/vty/mgw_vty_reference.xml
 | 
			
		||||
  $(builddir)/vty/mgw_vty_reference.xml: $(top_builddir)/src/osmo-mgw/osmo-mgw
 | 
			
		||||
	mkdir -p $(builddir)/vty
 | 
			
		||||
	$(top_builddir)/src/osmo-mgw/osmo-mgw --vty-ref-xml > $@
 | 
			
		||||
 | 
			
		||||
  OSMO_REPOSITORY = osmo-mgw
 | 
			
		||||
  include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc
 | 
			
		||||
endif
 | 
			
		||||
@@ -1,57 +0,0 @@
 | 
			
		||||
== Configuring OsmoMGW
 | 
			
		||||
 | 
			
		||||
A basic configation of OsmoMGW mainly consists of specifying the IP address
 | 
			
		||||
and port on which to listen to MGCP commands, but changing the port range at
 | 
			
		||||
which the RTP streams terminate as well as limiting operation to a single call
 | 
			
		||||
agent can be done as well as changing the number of endpoints.
 | 
			
		||||
 | 
			
		||||
=== Configuring MGCP
 | 
			
		||||
 | 
			
		||||
By default OsmoMGW listens for MGCP on port 2427 on any IP address. If a call
 | 
			
		||||
agent address is configured then OsmoMGW will only answer MGCP commands from
 | 
			
		||||
that IP port 2727, otherwise all sources are handled. A domain can be
 | 
			
		||||
specified
 | 
			
		||||
 | 
			
		||||
.Example: MGCP configuration
 | 
			
		||||
----
 | 
			
		||||
OsmoMGW(config-mgcp)# bind ip 127.0.0.1
 | 
			
		||||
OsmoMGW(config-mgcp)# bind port 2427
 | 
			
		||||
OsmoMGW(config-mgcp)# call-agent ip 127.0.0.1
 | 
			
		||||
OsmoMGW(config-mgcp)# domain mgw-bsc
 | 
			
		||||
OsmoMGW(config-mgcp)# local ip 127.0.0.1
 | 
			
		||||
----
 | 
			
		||||
 | 
			
		||||
=== Configuring the trunk
 | 
			
		||||
 | 
			
		||||
The first trunk (trunk 0) is considered a virtual trunk in OsmoMGW. All
 | 
			
		||||
endpoints of type "rtpbridge" are routed here. The virtual trunk is configured
 | 
			
		||||
in the config-mgcp context.
 | 
			
		||||
 | 
			
		||||
All other trunks are configured in the config-mgcp-trunk context, but the
 | 
			
		||||
commands used are identical. Right now trunks are considered only for ds/e1
 | 
			
		||||
type endpoints which are not yet implemented. Don't use trunks other than the
 | 
			
		||||
"virtual" trunk 0.
 | 
			
		||||
 | 
			
		||||
.Example: MGCP trunk configuration
 | 
			
		||||
----
 | 
			
		||||
OsmoMGW(config-mgcp)# number endpoints 63 <1>
 | 
			
		||||
OsmoMGW(config-mgcp)# rtp bind-ip 10.0.0.1 <2>
 | 
			
		||||
OsmoMGW(config-mgcp)# rtp port-range 12000-14000 <3>
 | 
			
		||||
----
 | 
			
		||||
<1> Maximum number of endpoints that can be allocated at once
 | 
			
		||||
<2> Use this IP when binding RTP endpoints
 | 
			
		||||
<3> Use ports in this range when binding RTP endpoints
 | 
			
		||||
 | 
			
		||||
There are some options to tweak how RTP forwarding behaves in OsmoMGW:
 | 
			
		||||
 | 
			
		||||
.Example: MGCP trunk rtp options
 | 
			
		||||
----
 | 
			
		||||
OsmoMGW(config-mgcp)# rtp keep-alive 30 <1>
 | 
			
		||||
OsmoMGW(config-mgcp)# rtp-patch ssrc <2>
 | 
			
		||||
OsmoMGW(config-mgcp)# rtp-patch timestamp <3>
 | 
			
		||||
----
 | 
			
		||||
<1> Send dummy UDP packets periodically to RTP destination
 | 
			
		||||
<2> Hide SSRC changes
 | 
			
		||||
<3> Ensure RTP timestamp is aligned with frame duration
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -1,4 +0,0 @@
 | 
			
		||||
[[counters]]
 | 
			
		||||
== Counters
 | 
			
		||||
 | 
			
		||||
include::./counters_generated.adoc[]
 | 
			
		||||
@@ -1,83 +0,0 @@
 | 
			
		||||
 | 
			
		||||
// autogenerated by show asciidoc counters
 | 
			
		||||
These counters and their description based on OsmoMGW 1.5.0.64-189f (OsmoMGW).
 | 
			
		||||
 | 
			
		||||
=== Rate Counters
 | 
			
		||||
 | 
			
		||||
// generating tables for rate_ctr_group
 | 
			
		||||
// rate_ctr_group table aggregated statistics for all rtp connections
 | 
			
		||||
.all_rtp_conn - aggregated statistics for all rtp connections
 | 
			
		||||
[options="header"]
 | 
			
		||||
|===
 | 
			
		||||
| Name | Reference | Description
 | 
			
		||||
| all_rtp:err_tstmp_in | <<all_rtp_conn_all_rtp:err_tstmp_in>> | Total inbound rtp-stream timestamp errors.
 | 
			
		||||
| all_rtp:err_tstmp_out | <<all_rtp_conn_all_rtp:err_tstmp_out>> | Total outbound rtp-stream timestamp errors.
 | 
			
		||||
| all_rtp:packets_rx | <<all_rtp_conn_all_rtp:packets_rx>> | Total inbound rtp packets.
 | 
			
		||||
| all_rtp:octets_rx | <<all_rtp_conn_all_rtp:octets_rx>> | Total inbound rtp octets.
 | 
			
		||||
| all_rtp:packets_tx | <<all_rtp_conn_all_rtp:packets_tx>> | Total outbound rtp packets.
 | 
			
		||||
| all_rtp:octets_tx | <<all_rtp_conn_all_rtp:octets_tx>> | Total outbound rtp octets.
 | 
			
		||||
| all_rtp:dropped | <<all_rtp_conn_all_rtp:dropped>> | Total dropped rtp packets.
 | 
			
		||||
| all_rtp:num_closed_conns | <<all_rtp_conn_all_rtp:num_closed_conns>> | Total number of rtp connections closed.
 | 
			
		||||
|===
 | 
			
		||||
// rate_ctr_group table dlcx statistics
 | 
			
		||||
.dlcx - dlcx statistics
 | 
			
		||||
[options="header"]
 | 
			
		||||
|===
 | 
			
		||||
| Name | Reference | Description
 | 
			
		||||
| dlcx:success | <<dlcx_dlcx:success>> | DLCX command processed successfully.
 | 
			
		||||
| dlcx:wildcard | <<dlcx_dlcx:wildcard>> | wildcard names in DLCX commands are unsupported.
 | 
			
		||||
| dlcx:no_conn | <<dlcx_dlcx:no_conn>> | endpoint specified in DLCX command has no active connections.
 | 
			
		||||
| dlcx:callid | <<dlcx_dlcx:callid>> | CallId specified in DLCX command mismatches endpoint's CallId .
 | 
			
		||||
| dlcx:connid | <<dlcx_dlcx:connid>> | connection ID specified in DLCX command does not exist on endpoint.
 | 
			
		||||
| dlcx:unhandled_param | <<dlcx_dlcx:unhandled_param>> | unhandled parameter in DLCX command.
 | 
			
		||||
| dlcx:rejected | <<dlcx_dlcx:rejected>> | connection deletion rejected by policy.
 | 
			
		||||
| dlcx:deferred | <<dlcx_dlcx:deferred>> | connection deletion deferred by policy.
 | 
			
		||||
|===
 | 
			
		||||
// rate_ctr_group table mdcx statistics
 | 
			
		||||
.mdcx - mdcx statistics
 | 
			
		||||
[options="header"]
 | 
			
		||||
|===
 | 
			
		||||
| Name | Reference | Description
 | 
			
		||||
| mdcx:success | <<mdcx_mdcx:success>> | MDCX command processed successfully.
 | 
			
		||||
| mdcx:wildcard | <<mdcx_mdcx:wildcard>> | wildcard endpoint names in MDCX commands are unsupported.
 | 
			
		||||
| mdcx:no_conn | <<mdcx_mdcx:no_conn>> | endpoint specified in MDCX command has no active connections.
 | 
			
		||||
| mdcx:callid | <<mdcx_mdcx:callid>> | invalid CallId specified in MDCX command.
 | 
			
		||||
| mdcx:connid | <<mdcx_mdcx:connid>> | invalid connection ID specified in MDCX command.
 | 
			
		||||
| crcx:unhandled_param | <<mdcx_crcx:unhandled_param>> | unhandled parameter in MDCX command.
 | 
			
		||||
| mdcx:no_connid | <<mdcx_mdcx:no_connid>> | no connection ID specified in MDCX command.
 | 
			
		||||
| mdcx:conn_not_found | <<mdcx_mdcx:conn_not_found>> | connection specified in MDCX command does not exist.
 | 
			
		||||
| mdcx:invalid_mode | <<mdcx_mdcx:invalid_mode>> | invalid connection mode in MDCX command.
 | 
			
		||||
| mdcx:conn_opt | <<mdcx_mdcx:conn_opt>> | connection options invalid.
 | 
			
		||||
| mdcx:no_remote_conn_desc | <<mdcx_mdcx:no_remote_conn_desc>> | no opposite end specified for connection.
 | 
			
		||||
| mdcx:start_rtp_failure | <<mdcx_mdcx:start_rtp_failure>> | failure to start RTP processing.
 | 
			
		||||
| mdcx:conn_rejected | <<mdcx_mdcx:conn_rejected>> | connection rejected by policy.
 | 
			
		||||
| mdcx:conn_deferred | <<mdcx_mdcx:conn_deferred>> | connection deferred by policy.
 | 
			
		||||
|===
 | 
			
		||||
// rate_ctr_group table crxc statistics
 | 
			
		||||
.crcx - crxc statistics
 | 
			
		||||
[options="header"]
 | 
			
		||||
|===
 | 
			
		||||
| Name | Reference | Description
 | 
			
		||||
| crcx:success | <<crcx_crcx:success>> | CRCX command processed successfully.
 | 
			
		||||
| crcx:bad_action | <<crcx_crcx:bad_action>> | bad action in CRCX command.
 | 
			
		||||
| crcx:unhandled_param | <<crcx_crcx:unhandled_param>> | unhandled parameter in CRCX command.
 | 
			
		||||
| crcx:missing_callid | <<crcx_crcx:missing_callid>> | missing CallId in CRCX command.
 | 
			
		||||
| crcx:invalid_mode | <<crcx_crcx:invalid_mode>> | invalid connection mode in CRCX command.
 | 
			
		||||
| crcx:limit_exceeded | <<crcx_crcx:limit_exceeded>> | limit of concurrent connections was reached.
 | 
			
		||||
| crcx:unkown_callid | <<crcx_crcx:unkown_callid>> | unknown CallId in CRCX command.
 | 
			
		||||
| crcx:alloc_conn_fail | <<crcx_crcx:alloc_conn_fail>> | connection allocation failure.
 | 
			
		||||
| crcx:no_remote_conn_desc | <<crcx_crcx:no_remote_conn_desc>> | no opposite end specified for connection.
 | 
			
		||||
| crcx:start_rtp_failure | <<crcx_crcx:start_rtp_failure>> | failure to start RTP processing.
 | 
			
		||||
| crcx:conn_rejected | <<crcx_crcx:conn_rejected>> | connection rejected by policy.
 | 
			
		||||
| crcx:no_osmux | <<crcx_crcx:no_osmux>> | no osmux offered by peer.
 | 
			
		||||
| crcx:conn_opt | <<crcx_crcx:conn_opt>> | connection options invalid.
 | 
			
		||||
| crcx:codec_nego | <<crcx_crcx:codec_nego>> | codec negotiation failure.
 | 
			
		||||
| crcx:bind_port | <<crcx_crcx:bind_port>> | port bind failure.
 | 
			
		||||
|===
 | 
			
		||||
== Osmo Stat Items
 | 
			
		||||
 | 
			
		||||
// generating tables for osmo_stat_items
 | 
			
		||||
== Osmo Counters
 | 
			
		||||
 | 
			
		||||
// generating tables for osmo_counters
 | 
			
		||||
// there are no ungrouped osmo_counters
 | 
			
		||||
@@ -1,72 +0,0 @@
 | 
			
		||||
== MGCP Extensions
 | 
			
		||||
 | 
			
		||||
The MGCP protocol is extendable. The following non-standard extensions are
 | 
			
		||||
understood by OsmoMGW.
 | 
			
		||||
 | 
			
		||||
=== `X-Osmo-IGN`
 | 
			
		||||
 | 
			
		||||
`X-Osmo-IGN` indicates to OsmoMGW that specific items of an endpoint should be
 | 
			
		||||
ignored, so that it is lenient on mismatching values that would normally
 | 
			
		||||
indicate collisions or configuration errors.
 | 
			
		||||
 | 
			
		||||
==== `X-Osmo-IGN` Format
 | 
			
		||||
 | 
			
		||||
The value part of `X-Osmo-IGN` must be one or more items separated by one or more
 | 
			
		||||
spaces. Each item consists of one or more non-whitespace characters.
 | 
			
		||||
 | 
			
		||||
.Example: `X-Osmo-IGN` format with three ficticious items "X", "abc" and "123".
 | 
			
		||||
----
 | 
			
		||||
X-Osmo-IGN: X abc 123
 | 
			
		||||
----
 | 
			
		||||
 | 
			
		||||
`X-Osmo-IGN` must be issued in the MGCP header section (typically as its last item),
 | 
			
		||||
before the SDP section starts.
 | 
			
		||||
 | 
			
		||||
==== Supported `X-Osmo-IGN` Items
 | 
			
		||||
 | 
			
		||||
Currently, the following `X-Osmo-IGN` items are supported:
 | 
			
		||||
 | 
			
		||||
* `C`: ignore CallID mismatches, i.e. differing "C" values between connections
 | 
			
		||||
  on the same endpoint.
 | 
			
		||||
 | 
			
		||||
.Note:
 | 
			
		||||
`X-Osmo-IGN` does not support ignoring mismatches on the domain part of
 | 
			
		||||
an endpoint name, e.g. ignoring a mismatch on "example.com" in
 | 
			
		||||
`rtpbridge/123abc@example.com`. Instead, you may globally configure OsmoMGW
 | 
			
		||||
with `mgcp` / `domain *` to permit all domain parts.
 | 
			
		||||
 | 
			
		||||
===== `X-Osmo-IGN: C`
 | 
			
		||||
 | 
			
		||||
By default, OsmoMGW verifies that all CallIDs ("C" values) match for all
 | 
			
		||||
connections on any one given endpoint. To ignore CallID mismatches, pass a `C`
 | 
			
		||||
in the `X-Osmo-IGN` header, for the first or the second `CRCX` on an endpoint.
 | 
			
		||||
When the `X-Osmo-IGN: C` is sent for any one `CRCX` on an endpoint, CallID
 | 
			
		||||
mismatches will be ignored for that and all subsequent messages for that
 | 
			
		||||
endpoint. Hence this header only needs to be included once per endpoint, in any
 | 
			
		||||
`CRCX` message that precedes or coincides with a CallID mismatch.
 | 
			
		||||
 | 
			
		||||
This is particularly useful for a BSC that is connected to an A/SCCPlite MSC,
 | 
			
		||||
where the BSC and MSC each are expected to configure their respective own
 | 
			
		||||
connection on a shared endpoint. For A/SCCPlite, it is impossible for the BSC
 | 
			
		||||
to know the CallID that the MSC will use, so CallID mismatches are inevitable.
 | 
			
		||||
See also OsmoBSC, which will by default pass the `X-Osmo-IGN: C` header for
 | 
			
		||||
endpoints associated with an A/SCCPlite MSC.
 | 
			
		||||
 | 
			
		||||
.Example: `CRCX` message that instructs OsmoMGW to ignore CallID mismatches
 | 
			
		||||
----
 | 
			
		||||
CRCX 2 rtpbridge/123abc@mgw MGCP 1.0
 | 
			
		||||
M: recvonly
 | 
			
		||||
C: 2
 | 
			
		||||
L: p:20
 | 
			
		||||
X-Osmo-IGN: C
 | 
			
		||||
 | 
			
		||||
v=0
 | 
			
		||||
c=IN IP4 123.12.12.123
 | 
			
		||||
m=audio 5904 RTP/AVP 97
 | 
			
		||||
a=rtpmap:97 GSM-EFR/8000
 | 
			
		||||
a=ptime:40
 | 
			
		||||
----
 | 
			
		||||
 | 
			
		||||
=== `X-Osmux`
 | 
			
		||||
 | 
			
		||||
See <<mgcp-extension-osmux>>
 | 
			
		||||
@@ -1,100 +0,0 @@
 | 
			
		||||
[[overview]]
 | 
			
		||||
== Overview
 | 
			
		||||
 | 
			
		||||
This manual should help you getting started with OsmoMGW. It will cover
 | 
			
		||||
aspects of configuring and running the media gateway.
 | 
			
		||||
 | 
			
		||||
[[intro_overview]]
 | 
			
		||||
=== About OsmoMGW
 | 
			
		||||
 | 
			
		||||
OsmoMGW is the Osmocom implementation of a media gateway to handle user
 | 
			
		||||
plane (voice) traffic in cellular networks. It can connect and optionally
 | 
			
		||||
transcode RTP voice streams between different network elements such as BTSs
 | 
			
		||||
and external entities like SIP. It is typically co-located with both OsmoBSC
 | 
			
		||||
and OsmoMSC and controlled by them via MGCP, the Media Gateway Control
 | 
			
		||||
Protocol.
 | 
			
		||||
 | 
			
		||||
[[fig-bsc]]
 | 
			
		||||
.OsmoMGW used with OsmoBSC
 | 
			
		||||
[graphviz]
 | 
			
		||||
----
 | 
			
		||||
digraph G {
 | 
			
		||||
    rankdir = LR;
 | 
			
		||||
    OsmoBTS -> OsmoBSC [label="Abis/IP"];
 | 
			
		||||
    OsmoBSC -> OsmoMSC [label="3GPP AoIP"];
 | 
			
		||||
    OsmoBSC -> OsmoMGW [label="MGCP"];
 | 
			
		||||
    OsmoBTS -> OsmoMGW [label="RTP",dir=both];
 | 
			
		||||
    OsmoMGW -> OsmoMSC [label="RTP",dir=both];
 | 
			
		||||
    {rank=same OsmoBSC OsmoMGW}
 | 
			
		||||
    OsmoMGW [color=red];
 | 
			
		||||
}
 | 
			
		||||
----
 | 
			
		||||
 | 
			
		||||
[[fig-msc]]
 | 
			
		||||
.OsmoMGW used with OsmoMSC
 | 
			
		||||
[graphviz]
 | 
			
		||||
----
 | 
			
		||||
digraph G {
 | 
			
		||||
    rankdir = LR;
 | 
			
		||||
    BTS -> BSC [label="Abis"];
 | 
			
		||||
    BSC -> OsmoMSC [label="3GPP AoIP"];
 | 
			
		||||
    OsmoMSC -> OsmoMGW [label="MGCP"];
 | 
			
		||||
    BSC -> OsmoMGW [label="RTP",dir=both];
 | 
			
		||||
    OsmoMSC -> OsmoSIP [label="MNCC"];
 | 
			
		||||
    OsmoSIP -> PBX [label="SIP Trunk"];
 | 
			
		||||
    OsmoMGW -> PBX [label="RTP",dir=both];
 | 
			
		||||
    {rank=same OsmoMSC OsmoMGW}
 | 
			
		||||
    OsmoSIP [label="osmo-sip-connector"];
 | 
			
		||||
    OsmoMGW [color=red];
 | 
			
		||||
 | 
			
		||||
    hNodeB -> OsmoHNBGW [label="Iuh"];
 | 
			
		||||
    OsmoHNBGW -> OsmoMSC [label="IuCS"];
 | 
			
		||||
    hNodeB -> OsmoMGW [label="RTP",dir=both];
 | 
			
		||||
}
 | 
			
		||||
----
 | 
			
		||||
 | 
			
		||||
=== Software Components
 | 
			
		||||
 | 
			
		||||
OsmoMGW contains a variety of different software components, which we’ll
 | 
			
		||||
quickly describe in this section.
 | 
			
		||||
 | 
			
		||||
==== MGCP Implementation
 | 
			
		||||
 | 
			
		||||
OsmoMGW brings its own MGCP implementation through which OsmoMGW is
 | 
			
		||||
controlled.
 | 
			
		||||
 | 
			
		||||
The commands implemented are CRCX, MDCX, DLCX and RSIP. The command AUEP is
 | 
			
		||||
implemented as a stub and will simply respond with OK.
 | 
			
		||||
 | 
			
		||||
==== RTP implementation
 | 
			
		||||
 | 
			
		||||
Support for IuUP which is used in 3G cells is quite lacking at the moment.
 | 
			
		||||
3G<->3G and 2G<->2G calls should work, but 3G<->2G does not.
 | 
			
		||||
 | 
			
		||||
==== Audio transcoder
 | 
			
		||||
 | 
			
		||||
Transcoding is currently not supported in OsmoMGW.
 | 
			
		||||
 | 
			
		||||
=== Limitations
 | 
			
		||||
 | 
			
		||||
Osmux is not yet supported in OsmoMGW.
 | 
			
		||||
 | 
			
		||||
At the moment (July 2018), OsmoMGW only implements RTP proxy / RTP bridge
 | 
			
		||||
type endpoints, to each of which two RTP connections can be established.
 | 
			
		||||
We are planning to add endpoint types for:
 | 
			
		||||
 | 
			
		||||
- classic E1/T1 timeslots (64kBps alaw/ulaw)
 | 
			
		||||
- classic E1/T1 16k sub-slots with TRAU frames for classic BTS support
 | 
			
		||||
- announcement/playout end-points
 | 
			
		||||
- conference endpoints
 | 
			
		||||
 | 
			
		||||
=== Additional resources
 | 
			
		||||
 | 
			
		||||
You can find the OsmoMGW issue tracker and wiki online at
 | 
			
		||||
 | 
			
		||||
- https://osmocom.org/projects/osmomgw
 | 
			
		||||
- https://osmocom.org/projects/osmomgw/wiki
 | 
			
		||||
 | 
			
		||||
RFC 3435 for MGCP is located at
 | 
			
		||||
 | 
			
		||||
- https://tools.ietf.org/html/rfc3435
 | 
			
		||||
@@ -1,25 +0,0 @@
 | 
			
		||||
== Running OsmoMGW
 | 
			
		||||
 | 
			
		||||
The OsmoMGW executable (`osmo-mgw`) offers the following command-line
 | 
			
		||||
arguments:
 | 
			
		||||
 | 
			
		||||
=== SYNOPSIS
 | 
			
		||||
 | 
			
		||||
*osmo-mgw* [-h|-V] [-D] [-c 'CONFIGFILE'] [-s]
 | 
			
		||||
 | 
			
		||||
=== OPTIONS
 | 
			
		||||
 | 
			
		||||
*-h, --help*::
 | 
			
		||||
	Print a short help message about the supported options
 | 
			
		||||
*-V, --version*::
 | 
			
		||||
	Print the compile-time version number of the program
 | 
			
		||||
*-D, --daemonize*::
 | 
			
		||||
	Fork the process as a daemon into background.
 | 
			
		||||
*-c, --config-file 'CONFIGFILE'*::
 | 
			
		||||
	Specify the file and path name of the configuration file to be
 | 
			
		||||
	used. If none is specified, use `osmo-mgw.cfg` in the current
 | 
			
		||||
	working directory.
 | 
			
		||||
*-s, --disable-color*::
 | 
			
		||||
	Disable colors for logging to stderr. This has mostly been
 | 
			
		||||
	deprecated by VTY based logging configuration, see <<logging>>
 | 
			
		||||
	for more information.
 | 
			
		||||
@@ -1,47 +0,0 @@
 | 
			
		||||
<revhistory>
 | 
			
		||||
  <revision>
 | 
			
		||||
    <revnumber>1</revnumber>
 | 
			
		||||
    <date>July 24th, 2018</date>
 | 
			
		||||
    <authorinitials>DW</authorinitials>
 | 
			
		||||
    <revremark>
 | 
			
		||||
      Initial version
 | 
			
		||||
    </revremark>
 | 
			
		||||
  </revision>
 | 
			
		||||
</revhistory>
 | 
			
		||||
 | 
			
		||||
<authorgroup>
 | 
			
		||||
  <author>
 | 
			
		||||
    <firstname>Daniel</firstname>
 | 
			
		||||
    <surname>Willmann</surname>
 | 
			
		||||
    <email>dwillmann@sysmocom.de</email>
 | 
			
		||||
    <authorinitials>DW</authorinitials>
 | 
			
		||||
    <affiliation>
 | 
			
		||||
      <shortaffil>sysmocom</shortaffil>
 | 
			
		||||
      <orgname>sysmocom - s.f.m.c. GmbH</orgname>
 | 
			
		||||
    </affiliation>
 | 
			
		||||
  </author>
 | 
			
		||||
</authorgroup>
 | 
			
		||||
 | 
			
		||||
<copyright>
 | 
			
		||||
  <year>2018</year>
 | 
			
		||||
  <holder>sysmocom - s.f.m.c. GmbH</holder>
 | 
			
		||||
</copyright>
 | 
			
		||||
 | 
			
		||||
<legalnotice>
 | 
			
		||||
  <para>
 | 
			
		||||
	Permission is granted to copy, distribute and/or modify this
 | 
			
		||||
	document under the terms of the GNU Free Documentation License,
 | 
			
		||||
	Version 1.3 or any later version published by the Free Software
 | 
			
		||||
	Foundation; with the Invariant Sections being just 'Foreword',
 | 
			
		||||
	'Acknowledgements' and 'Preface', with no Front-Cover Texts,
 | 
			
		||||
	and no Back-Cover Texts.  A copy of the license is included in
 | 
			
		||||
	the section entitled "GNU Free Documentation License".
 | 
			
		||||
  </para>
 | 
			
		||||
  <para>
 | 
			
		||||
	The Asciidoc source code of this manual can be found at
 | 
			
		||||
	<ulink url="http://git.osmocom.org/osmo-gsm-manuals/">
 | 
			
		||||
		http://git.osmocom.org/osmo-gsm-manuals/
 | 
			
		||||
	</ulink>
 | 
			
		||||
  </para>
 | 
			
		||||
</legalnotice>
 | 
			
		||||
 | 
			
		||||
@@ -1,33 +0,0 @@
 | 
			
		||||
:gfdl-enabled:
 | 
			
		||||
:program-name: OsmoMGW
 | 
			
		||||
 | 
			
		||||
OsmoMGW User Manual
 | 
			
		||||
====================
 | 
			
		||||
Daniel Willmann <dwillmann@sysmocom.de>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
include::./common/chapters/preface.adoc[]
 | 
			
		||||
 | 
			
		||||
include::{srcdir}/chapters/overview.adoc[]
 | 
			
		||||
 | 
			
		||||
include::{srcdir}/chapters/running.adoc[]
 | 
			
		||||
 | 
			
		||||
include::./common/chapters/vty.adoc[]
 | 
			
		||||
 | 
			
		||||
include::./common/chapters/logging.adoc[]
 | 
			
		||||
 | 
			
		||||
include::{srcdir}/chapters/configuration.adoc[]
 | 
			
		||||
 | 
			
		||||
include::{srcdir}/chapters/mgcp_extensions.adoc[]
 | 
			
		||||
 | 
			
		||||
include::./common/chapters/osmux/osmux.adoc[]
 | 
			
		||||
 | 
			
		||||
//include::{srcdir}/chapters/counters.adoc[]
 | 
			
		||||
 | 
			
		||||
include::./common/chapters/port_numbers.adoc[]
 | 
			
		||||
 | 
			
		||||
include::./common/chapters/bibliography.adoc[]
 | 
			
		||||
 | 
			
		||||
include::./common/chapters/glossary.adoc[]
 | 
			
		||||
 | 
			
		||||
include::./common/chapters/gfdl.adoc[]
 | 
			
		||||
@@ -1,38 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
  ex:ts=2:sw=42sts=2:et
 | 
			
		||||
  -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
-->
 | 
			
		||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML 5.0//EN"
 | 
			
		||||
"http://docbook.org/xml/5.0/dtd/docbook.dtd" [
 | 
			
		||||
<!ENTITY chapter-vty      SYSTEM      "./common/chapters/vty.xml" >
 | 
			
		||||
<!ENTITY sections-vty     SYSTEM      "generated/docbook_vty.xml"  >
 | 
			
		||||
]>
 | 
			
		||||
 | 
			
		||||
<book>
 | 
			
		||||
  <info>
 | 
			
		||||
    <revhistory>
 | 
			
		||||
        <revision>
 | 
			
		||||
            <revnumber>v1</revnumber>
 | 
			
		||||
            <date>12th December 2017</date>
 | 
			
		||||
            <authorinitials>pm</authorinitials>
 | 
			
		||||
            <revremark>Initial</revremark>
 | 
			
		||||
        </revision>
 | 
			
		||||
    </revhistory>
 | 
			
		||||
 | 
			
		||||
    <title>OsmoMGW VTY Reference</title>
 | 
			
		||||
 | 
			
		||||
    <copyright>
 | 
			
		||||
      <year>2017</year>
 | 
			
		||||
    </copyright>
 | 
			
		||||
 | 
			
		||||
    <legalnotice>
 | 
			
		||||
      <para>This work is copyright by <orgname>sysmocom - s.f.m.c. GmbH</orgname>. All rights reserved.
 | 
			
		||||
      </para>
 | 
			
		||||
    </legalnotice>
 | 
			
		||||
  </info>
 | 
			
		||||
 | 
			
		||||
  <!-- Main chapters-->
 | 
			
		||||
  &chapter-vty;
 | 
			
		||||
</book>
 | 
			
		||||
 | 
			
		||||
@@ -1,17 +0,0 @@
 | 
			
		||||
#!/bin/sh -x
 | 
			
		||||
 | 
			
		||||
if [ -z "$DOCKER_PLAYGROUND" ]; then
 | 
			
		||||
	echo "You need to set DOCKER_PLAYGROUND"
 | 
			
		||||
	exit 1
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
SCRIPT=$(realpath "$0")
 | 
			
		||||
MANUAL_DIR=$(dirname "$SCRIPT")
 | 
			
		||||
 | 
			
		||||
COMMIT=${COMMIT:-$(git log -1 --format=format:%H)}
 | 
			
		||||
 | 
			
		||||
cd "$DOCKER_PLAYGROUND/scripts" || exit 1
 | 
			
		||||
 | 
			
		||||
OSMO_MGW_BRANCH=$COMMIT ./regen_doc.sh osmo-mgw 4243 \
 | 
			
		||||
	"$MANUAL_DIR/chapters/counters_generated.adoc" \
 | 
			
		||||
	"$MANUAL_DIR/vty/mgw_vty_reference.xml"
 | 
			
		||||
@@ -1,2 +0,0 @@
 | 
			
		||||
<vtydoc xmlns='urn:osmocom:xml:libosmocore:vty:doc:1.0'>
 | 
			
		||||
</vtydoc>
 | 
			
		||||
@@ -92,8 +92,8 @@ fi
 | 
			
		||||
if test -n "$v"
 | 
			
		||||
then
 | 
			
		||||
    : # use $v
 | 
			
		||||
elif
 | 
			
		||||
       v=`git describe --abbrev=4 --match='v*' HEAD 2>/dev/null \
 | 
			
		||||
elif test -d ./.git \
 | 
			
		||||
    && v=`git describe --abbrev=4 --match='v*' HEAD 2>/dev/null \
 | 
			
		||||
	  || git describe --abbrev=4 HEAD 2>/dev/null` \
 | 
			
		||||
    && case $v in
 | 
			
		||||
	 [0-9]*) ;;
 | 
			
		||||
 
 | 
			
		||||
@@ -3,16 +3,13 @@ SUBDIRS = \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
nobase_include_HEADERS = \
 | 
			
		||||
	osmocom/legacy_mgcp/mgcp.h \
 | 
			
		||||
	osmocom/legacy_mgcp/mgcp_internal.h \
 | 
			
		||||
	osmocom/legacy_mgcp/osmux.h \
 | 
			
		||||
	osmocom/mgcp_client/mgcp_client.h \
 | 
			
		||||
	osmocom/mgcp_client/mgcp_client_endpoint_fsm.h \
 | 
			
		||||
	osmocom/mgcp_client/mgcp_client_fsm.h \
 | 
			
		||||
	osmocom/mgcp_client/mgcp_common.h \
 | 
			
		||||
	osmocom/mgcp/mgcp.h \
 | 
			
		||||
	osmocom/mgcp/mgcp_common.h \
 | 
			
		||||
	osmocom/mgcp/mgcp_internal.h \
 | 
			
		||||
	osmocom/mgcp/osmux.h \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
# This gets copied during make from osmocom/mgcp/mgcp_common.h. Therefore it is not included in the source tree and we
 | 
			
		||||
# don't need to distribute it (OS#4084).
 | 
			
		||||
nobase_nodist_include_HEADERS = \
 | 
			
		||||
	osmocom/mgcp_client/mgcp_common.h \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,5 @@
 | 
			
		||||
SUBDIRS = \
 | 
			
		||||
	legacy_mgcp \
 | 
			
		||||
	mgcp_client \
 | 
			
		||||
	mgcp \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								include/osmocom/legacy_mgcp/Makefile.am
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								include/osmocom/legacy_mgcp/Makefile.am
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
			
		||||
noinst_HEADERS = \
 | 
			
		||||
	mgcp_transcode.h \
 | 
			
		||||
	vty.h \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
							
								
								
									
										292
									
								
								include/osmocom/legacy_mgcp/mgcp.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										292
									
								
								include/osmocom/legacy_mgcp/mgcp.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,292 @@
 | 
			
		||||
/* A Media Gateway Control Protocol Media Gateway: RFC 3435 */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * (C) 2009-2012 by Holger Hans Peter Freyther <zecke@selfish.org>
 | 
			
		||||
 * (C) 2009-2012 by On-Waves
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU Affero General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU Affero General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifndef OPENBSC_MGCP_H
 | 
			
		||||
#define OPENBSC_MGCP_H
 | 
			
		||||
 | 
			
		||||
#include <osmocom/core/msgb.h>
 | 
			
		||||
#include <osmocom/core/write_queue.h>
 | 
			
		||||
#include <osmocom/core/timer.h>
 | 
			
		||||
#include <osmocom/core/logging.h>
 | 
			
		||||
 | 
			
		||||
#include <arpa/inet.h>
 | 
			
		||||
#include <sys/types.h>
 | 
			
		||||
#include <sys/socket.h>
 | 
			
		||||
#include <netinet/in.h>
 | 
			
		||||
 | 
			
		||||
#define RTP_PORT_DEFAULT 4000
 | 
			
		||||
#define RTP_PORT_NET_DEFAULT 16000
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Calculate the RTP audio port for the given multiplex
 | 
			
		||||
 * and the direction. This allows a semi static endpoint
 | 
			
		||||
 * to port calculation removing the need for the BSC
 | 
			
		||||
 * and the MediaGateway to communicate.
 | 
			
		||||
 *
 | 
			
		||||
 * Port usage explained:
 | 
			
		||||
 *       base + (multiplex * 2) + 0 == local port to wait for network packets
 | 
			
		||||
 *       base + (multiplex * 2) + 1 == local port for rtcp
 | 
			
		||||
 *
 | 
			
		||||
 * The above port will receive packets from the BTS that need
 | 
			
		||||
 * to be patched and forwarded to the network.
 | 
			
		||||
 * The above port will receive packets from the network that
 | 
			
		||||
 * need to be patched and forwarded to the BTS.
 | 
			
		||||
 *
 | 
			
		||||
 * We assume to have a static BTS IP address so we can differentiate
 | 
			
		||||
 * network and BTS.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
static inline int rtp_calculate_port(int multiplex, int base)
 | 
			
		||||
{
 | 
			
		||||
	return base + (multiplex * 2);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Handling of MGCP Endpoints and the MGCP Config
 | 
			
		||||
 */
 | 
			
		||||
struct mgcp_endpoint;
 | 
			
		||||
struct mgcp_config;
 | 
			
		||||
struct mgcp_trunk_config;
 | 
			
		||||
struct mgcp_rtp_end;
 | 
			
		||||
 | 
			
		||||
#define MGCP_ENDP_CRCX 1
 | 
			
		||||
#define MGCP_ENDP_DLCX 2
 | 
			
		||||
#define MGCP_ENDP_MDCX 3
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * what to do with the msg?
 | 
			
		||||
 *	- continue as usual?
 | 
			
		||||
 *	- reject and send a failure code?
 | 
			
		||||
 *	- defer? do not send anything
 | 
			
		||||
 */
 | 
			
		||||
#define MGCP_POLICY_CONT	4
 | 
			
		||||
#define MGCP_POLICY_REJECT	5
 | 
			
		||||
#define MGCP_POLICY_DEFER	6
 | 
			
		||||
 | 
			
		||||
typedef int (*mgcp_realloc)(struct mgcp_trunk_config *cfg, int endpoint);
 | 
			
		||||
typedef int (*mgcp_change)(struct mgcp_trunk_config *cfg, int endpoint, int state);
 | 
			
		||||
typedef int (*mgcp_policy)(struct mgcp_trunk_config *cfg, int endpoint, int state, const char *transactio_id);
 | 
			
		||||
typedef int (*mgcp_reset)(struct mgcp_trunk_config *cfg);
 | 
			
		||||
typedef int (*mgcp_rqnt)(struct mgcp_endpoint *endp, char tone);
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Return:
 | 
			
		||||
 *   <  0 in case no audio was processed
 | 
			
		||||
 *   >= 0 in case audio was processed. The remaining payload
 | 
			
		||||
 *   length will be returned.
 | 
			
		||||
 */
 | 
			
		||||
typedef int (*mgcp_processing)(struct mgcp_endpoint *endp,
 | 
			
		||||
			       struct mgcp_rtp_end *dst_end,
 | 
			
		||||
			       char *data, int *len, int buf_size);
 | 
			
		||||
typedef int (*mgcp_processing_setup)(struct mgcp_endpoint *endp,
 | 
			
		||||
				     struct mgcp_rtp_end *dst_end,
 | 
			
		||||
				     struct mgcp_rtp_end *src_end);
 | 
			
		||||
 | 
			
		||||
typedef void (*mgcp_get_format)(struct mgcp_endpoint *endp,
 | 
			
		||||
				int *payload_type,
 | 
			
		||||
				const char**subtype_name,
 | 
			
		||||
				const char**fmtp_extra);
 | 
			
		||||
 | 
			
		||||
#define PORT_ALLOC_STATIC	0
 | 
			
		||||
#define PORT_ALLOC_DYNAMIC	1
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * This holds information on how to allocate ports
 | 
			
		||||
 */
 | 
			
		||||
struct mgcp_port_range {
 | 
			
		||||
	int mode;
 | 
			
		||||
 | 
			
		||||
	/* addr or NULL to fall-back to default */
 | 
			
		||||
	char *bind_addr;
 | 
			
		||||
 | 
			
		||||
	/* pre-allocated from a base? */
 | 
			
		||||
	int base_port;
 | 
			
		||||
 | 
			
		||||
	/* dynamically allocated */
 | 
			
		||||
	int range_start;
 | 
			
		||||
	int range_end;
 | 
			
		||||
	int last_port;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#define MGCP_KEEPALIVE_ONCE (-1)
 | 
			
		||||
 | 
			
		||||
struct mgcp_trunk_config {
 | 
			
		||||
	struct llist_head entry;
 | 
			
		||||
 | 
			
		||||
	struct mgcp_config *cfg;
 | 
			
		||||
 | 
			
		||||
	int trunk_nr;
 | 
			
		||||
	int trunk_type;
 | 
			
		||||
 | 
			
		||||
	char *audio_fmtp_extra;
 | 
			
		||||
	char *audio_name;
 | 
			
		||||
	int audio_payload;
 | 
			
		||||
	int audio_send_ptime;
 | 
			
		||||
	int audio_send_name;
 | 
			
		||||
	int audio_loop;
 | 
			
		||||
 | 
			
		||||
	int no_audio_transcoding;
 | 
			
		||||
 | 
			
		||||
	int omit_rtcp;
 | 
			
		||||
	int keepalive_interval;
 | 
			
		||||
 | 
			
		||||
	/* RTP patching */
 | 
			
		||||
	int force_constant_ssrc; /* 0: don't, 1: once */
 | 
			
		||||
	int force_aligned_timing;
 | 
			
		||||
 | 
			
		||||
	/* spec handling */
 | 
			
		||||
	int force_realloc;
 | 
			
		||||
 | 
			
		||||
	/* timer */
 | 
			
		||||
	struct osmo_timer_list keepalive_timer;
 | 
			
		||||
 | 
			
		||||
	unsigned int number_endpoints;
 | 
			
		||||
	struct mgcp_endpoint *endpoints;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum mgcp_role {
 | 
			
		||||
	MGCP_BSC = 0,
 | 
			
		||||
	MGCP_BSC_NAT,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum mgcp_connection_mode {
 | 
			
		||||
	MGCP_CONN_NONE = 0,
 | 
			
		||||
	MGCP_CONN_RECV_ONLY = 1,
 | 
			
		||||
	MGCP_CONN_SEND_ONLY = 2,
 | 
			
		||||
	MGCP_CONN_RECV_SEND = MGCP_CONN_RECV_ONLY | MGCP_CONN_SEND_ONLY,
 | 
			
		||||
	MGCP_CONN_LOOPBACK  = 4 | MGCP_CONN_RECV_SEND,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_config {
 | 
			
		||||
	int source_port;
 | 
			
		||||
	char *local_ip;
 | 
			
		||||
	char *source_addr;
 | 
			
		||||
	char *bts_ip;
 | 
			
		||||
	char *call_agent_addr;
 | 
			
		||||
 | 
			
		||||
	struct in_addr bts_in;
 | 
			
		||||
 | 
			
		||||
	/* transcoder handling */
 | 
			
		||||
	char *transcoder_ip;
 | 
			
		||||
	struct in_addr transcoder_in;
 | 
			
		||||
	int transcoder_remote_base;
 | 
			
		||||
 | 
			
		||||
	/* RTP processing */
 | 
			
		||||
	mgcp_processing rtp_processing_cb;
 | 
			
		||||
	mgcp_processing_setup setup_rtp_processing_cb;
 | 
			
		||||
 | 
			
		||||
	mgcp_get_format get_net_downlink_format_cb;
 | 
			
		||||
 | 
			
		||||
	struct osmo_wqueue gw_fd;
 | 
			
		||||
 | 
			
		||||
	struct mgcp_port_range bts_ports;
 | 
			
		||||
	struct mgcp_port_range net_ports;
 | 
			
		||||
	struct mgcp_port_range transcoder_ports;
 | 
			
		||||
	int endp_dscp;
 | 
			
		||||
 | 
			
		||||
	int bts_force_ptime;
 | 
			
		||||
 | 
			
		||||
	mgcp_change change_cb;
 | 
			
		||||
	mgcp_policy policy_cb;
 | 
			
		||||
	mgcp_reset reset_cb;
 | 
			
		||||
	mgcp_realloc realloc_cb;
 | 
			
		||||
	mgcp_rqnt rqnt_cb;
 | 
			
		||||
	void *data;
 | 
			
		||||
 | 
			
		||||
	uint32_t last_call_id;
 | 
			
		||||
 | 
			
		||||
	/* trunk handling */
 | 
			
		||||
	struct mgcp_trunk_config trunk;
 | 
			
		||||
	struct llist_head trunks;
 | 
			
		||||
 | 
			
		||||
	/* only used for start with a static configuration */
 | 
			
		||||
	int last_net_port;
 | 
			
		||||
	int last_bts_port;
 | 
			
		||||
 | 
			
		||||
	enum mgcp_role role;
 | 
			
		||||
 | 
			
		||||
	/* osmux translator: 0 means disabled, 1 means enabled */
 | 
			
		||||
	int osmux;
 | 
			
		||||
	/* addr to bind the server to */
 | 
			
		||||
	char *osmux_addr;
 | 
			
		||||
	/* The BSC-NAT may ask for enabling osmux on demand. This tells us if
 | 
			
		||||
	 * the osmux socket is already initialized.
 | 
			
		||||
	 */
 | 
			
		||||
	int osmux_init;
 | 
			
		||||
	/* osmux batch factor: from 1 to 4 maximum */
 | 
			
		||||
	int osmux_batch;
 | 
			
		||||
	/* osmux batch size (in bytes) */
 | 
			
		||||
	int osmux_batch_size;
 | 
			
		||||
	/* osmux port */
 | 
			
		||||
	uint16_t osmux_port;
 | 
			
		||||
	/* Pad circuit with dummy messages until we see the first voice
 | 
			
		||||
	 * message.
 | 
			
		||||
	 */
 | 
			
		||||
	uint16_t osmux_dummy;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* config management */
 | 
			
		||||
struct mgcp_config *mgcp_config_alloc(void);
 | 
			
		||||
int mgcp_parse_config(const char *config_file, struct mgcp_config *cfg,
 | 
			
		||||
		      enum mgcp_role role);
 | 
			
		||||
int mgcp_vty_init(void);
 | 
			
		||||
int mgcp_endpoints_allocate(struct mgcp_trunk_config *cfg);
 | 
			
		||||
void mgcp_release_endp(struct mgcp_endpoint *endp);
 | 
			
		||||
void mgcp_initialize_endp(struct mgcp_endpoint *endp);
 | 
			
		||||
int mgcp_reset_transcoder(struct mgcp_config *cfg);
 | 
			
		||||
void mgcp_format_stats(struct mgcp_endpoint *endp, char *stats, size_t size);
 | 
			
		||||
int mgcp_parse_stats(struct msgb *msg, uint32_t *ps, uint32_t *os, uint32_t *pr, uint32_t *_or, int *loss, uint32_t *jitter);
 | 
			
		||||
 | 
			
		||||
void mgcp_trunk_set_keepalive(struct mgcp_trunk_config *tcfg, int interval);
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * format helper functions
 | 
			
		||||
 */
 | 
			
		||||
struct msgb *mgcp_handle_message(struct mgcp_config *cfg, struct msgb *msg);
 | 
			
		||||
 | 
			
		||||
/* adc helper */
 | 
			
		||||
static inline int mgcp_timeslot_to_endpoint(int multiplex, int timeslot)
 | 
			
		||||
{
 | 
			
		||||
	if (timeslot == 0) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "Timeslot should not be 0\n");
 | 
			
		||||
		timeslot = 255;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return timeslot + (32 * multiplex);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static inline void mgcp_endpoint_to_timeslot(int endpoint, int *multiplex, int *timeslot)
 | 
			
		||||
{
 | 
			
		||||
	*multiplex = endpoint / 32;
 | 
			
		||||
	*timeslot = endpoint % 32;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int mgcp_send_reset_ep(struct mgcp_endpoint *endp, int endpoint);
 | 
			
		||||
int mgcp_send_reset_all(struct mgcp_config *cfg);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
int mgcp_create_bind(const char *source_addr, struct osmo_fd *fd, int port);
 | 
			
		||||
int mgcp_send(struct mgcp_endpoint *endp, int dest, int is_rtp, struct sockaddr_in *addr, char *buf, int rc);
 | 
			
		||||
int mgcp_udp_send(int fd, struct in_addr *addr, int port, char *buf, int len);
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
							
								
								
									
										337
									
								
								include/osmocom/legacy_mgcp/mgcp_internal.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										337
									
								
								include/osmocom/legacy_mgcp/mgcp_internal.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,337 @@
 | 
			
		||||
/* MGCP Private Data */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * (C) 2009-2012 by Holger Hans Peter Freyther <zecke@selfish.org>
 | 
			
		||||
 * (C) 2009-2012 by On-Waves
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU Affero General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU Affero General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <string.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/core/select.h>
 | 
			
		||||
 | 
			
		||||
#define CI_UNUSED 0
 | 
			
		||||
 | 
			
		||||
enum mgcp_trunk_type {
 | 
			
		||||
	MGCP_TRUNK_VIRTUAL,
 | 
			
		||||
	MGCP_TRUNK_E1,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_rtp_stream_state {
 | 
			
		||||
	uint32_t ssrc;
 | 
			
		||||
	uint16_t last_seq;
 | 
			
		||||
	uint32_t last_timestamp;
 | 
			
		||||
	uint32_t err_ts_counter;
 | 
			
		||||
	int32_t last_tsdelta;
 | 
			
		||||
	uint32_t last_arrival_time;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_rtp_state {
 | 
			
		||||
	int initialized;
 | 
			
		||||
	int patch_ssrc;
 | 
			
		||||
 | 
			
		||||
	uint32_t orig_ssrc;
 | 
			
		||||
 | 
			
		||||
	int seq_offset;
 | 
			
		||||
 | 
			
		||||
	int32_t  timestamp_offset;
 | 
			
		||||
	uint32_t packet_duration;
 | 
			
		||||
 | 
			
		||||
	struct mgcp_rtp_stream_state in_stream;
 | 
			
		||||
	struct mgcp_rtp_stream_state out_stream;
 | 
			
		||||
 | 
			
		||||
	/* jitter and packet loss calculation */
 | 
			
		||||
	int stats_initialized;
 | 
			
		||||
	uint16_t stats_base_seq;
 | 
			
		||||
	uint16_t stats_max_seq;
 | 
			
		||||
	uint32_t stats_ssrc;
 | 
			
		||||
	uint32_t stats_jitter;
 | 
			
		||||
	int32_t stats_transit;
 | 
			
		||||
	int stats_cycles;
 | 
			
		||||
	bool patched_first_rtp_payload; /* FIXME: drop this, see OS#2459 */
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_rtp_codec {
 | 
			
		||||
	uint32_t rate;
 | 
			
		||||
	int channels;
 | 
			
		||||
	uint32_t frame_duration_num;
 | 
			
		||||
	uint32_t frame_duration_den;
 | 
			
		||||
 | 
			
		||||
	int payload_type;
 | 
			
		||||
	char *audio_name;
 | 
			
		||||
	char *subtype_name;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_rtp_end {
 | 
			
		||||
	/* statistics */
 | 
			
		||||
	unsigned int packets;
 | 
			
		||||
	unsigned int octets;
 | 
			
		||||
	unsigned int dropped_packets;
 | 
			
		||||
	struct in_addr addr;
 | 
			
		||||
 | 
			
		||||
	/* in network byte order */
 | 
			
		||||
	int rtp_port, rtcp_port;
 | 
			
		||||
 | 
			
		||||
	/* audio codec information */
 | 
			
		||||
	struct mgcp_rtp_codec codec;
 | 
			
		||||
	struct mgcp_rtp_codec alt_codec; /* TODO/XXX: make it generic */
 | 
			
		||||
 | 
			
		||||
	/* per endpoint data */
 | 
			
		||||
	int  frames_per_packet;
 | 
			
		||||
	uint32_t packet_duration_ms;
 | 
			
		||||
	char *fmtp_extra;
 | 
			
		||||
	int output_enabled;
 | 
			
		||||
	int force_output_ptime;
 | 
			
		||||
 | 
			
		||||
	/* RTP patching */
 | 
			
		||||
	int force_constant_ssrc; /* -1: always, 0: don't, 1: once */
 | 
			
		||||
	int force_aligned_timing;
 | 
			
		||||
	void *rtp_process_data;
 | 
			
		||||
 | 
			
		||||
	/*
 | 
			
		||||
	 * Each end has a socket...
 | 
			
		||||
	 */
 | 
			
		||||
	struct osmo_fd rtp;
 | 
			
		||||
	struct osmo_fd rtcp;
 | 
			
		||||
 | 
			
		||||
	int local_port;
 | 
			
		||||
	int local_alloc;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum {
 | 
			
		||||
	MGCP_TAP_BTS_IN,
 | 
			
		||||
	MGCP_TAP_BTS_OUT,
 | 
			
		||||
	MGCP_TAP_NET_IN,
 | 
			
		||||
	MGCP_TAP_NET_OUT,
 | 
			
		||||
 | 
			
		||||
	/* last element */
 | 
			
		||||
	MGCP_TAP_COUNT
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_rtp_tap {
 | 
			
		||||
	int enabled;
 | 
			
		||||
	struct sockaddr_in forward;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_lco {
 | 
			
		||||
	char *string;
 | 
			
		||||
	char *codec;
 | 
			
		||||
	int pkt_period_min; /* time in ms */
 | 
			
		||||
	int pkt_period_max; /* time in ms */
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum mgcp_type {
 | 
			
		||||
	MGCP_RTP_DEFAULT	= 0,
 | 
			
		||||
	MGCP_RTP_TRANSCODED,
 | 
			
		||||
	MGCP_OSMUX_BSC,
 | 
			
		||||
	MGCP_OSMUX_BSC_NAT,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#include <osmocom/legacy_mgcp/osmux.h>
 | 
			
		||||
 | 
			
		||||
struct mgcp_endpoint {
 | 
			
		||||
	int allocated;
 | 
			
		||||
	uint32_t ci;
 | 
			
		||||
	char *callid;
 | 
			
		||||
	struct mgcp_lco local_options;
 | 
			
		||||
	int conn_mode;
 | 
			
		||||
	int orig_mode;
 | 
			
		||||
 | 
			
		||||
	/* backpointer */
 | 
			
		||||
	struct mgcp_config *cfg;
 | 
			
		||||
	struct mgcp_trunk_config *tcfg;
 | 
			
		||||
 | 
			
		||||
	/* port status for bts/net */
 | 
			
		||||
	struct mgcp_rtp_end bts_end;
 | 
			
		||||
	struct mgcp_rtp_end net_end;
 | 
			
		||||
 | 
			
		||||
	/*
 | 
			
		||||
	 * For transcoding we will send from the local_port
 | 
			
		||||
	 * of trans_bts and it will arrive at trans_net from
 | 
			
		||||
	 * where we will forward it to the network.
 | 
			
		||||
	 */
 | 
			
		||||
	struct mgcp_rtp_end trans_bts;
 | 
			
		||||
	struct mgcp_rtp_end trans_net;
 | 
			
		||||
	enum mgcp_type type;
 | 
			
		||||
 | 
			
		||||
	/* sequence bits */
 | 
			
		||||
	struct mgcp_rtp_state net_state;
 | 
			
		||||
	struct mgcp_rtp_state bts_state;
 | 
			
		||||
 | 
			
		||||
	/* fields for re-transmission */
 | 
			
		||||
	char *last_trans;
 | 
			
		||||
	char *last_response;
 | 
			
		||||
 | 
			
		||||
	/* tap for the endpoint */
 | 
			
		||||
	struct mgcp_rtp_tap taps[MGCP_TAP_COUNT];
 | 
			
		||||
 | 
			
		||||
	struct {
 | 
			
		||||
		/* Osmux state: disabled, activating, active */
 | 
			
		||||
		enum osmux_state state;
 | 
			
		||||
		/* Allocated Osmux circuit ID for this endpoint */
 | 
			
		||||
		int allocated_cid;
 | 
			
		||||
		/* Used Osmux circuit ID for this endpoint */
 | 
			
		||||
		uint8_t cid;
 | 
			
		||||
		/* handle to batch messages */
 | 
			
		||||
		struct osmux_in_handle *in;
 | 
			
		||||
		/* handle to unbatch messages */
 | 
			
		||||
		struct osmux_out_handle out;
 | 
			
		||||
		/* statistics */
 | 
			
		||||
		struct {
 | 
			
		||||
			uint32_t chunks;
 | 
			
		||||
			uint32_t octets;
 | 
			
		||||
		} stats;
 | 
			
		||||
	} osmux;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#define for_each_line(line, save)			\
 | 
			
		||||
	for (line = strline_r(NULL, &save); line;\
 | 
			
		||||
	     line = strline_r(NULL, &save))
 | 
			
		||||
 | 
			
		||||
static inline char *strline_r(char *str, char **saveptr)
 | 
			
		||||
{
 | 
			
		||||
	char *result;
 | 
			
		||||
 | 
			
		||||
	if (str)
 | 
			
		||||
		*saveptr = str;
 | 
			
		||||
 | 
			
		||||
	result = *saveptr;
 | 
			
		||||
 | 
			
		||||
	if (*saveptr != NULL) {
 | 
			
		||||
		*saveptr = strpbrk(*saveptr, "\r\n");
 | 
			
		||||
 | 
			
		||||
		if (*saveptr != NULL) {
 | 
			
		||||
			char *eos = *saveptr;
 | 
			
		||||
 | 
			
		||||
			if ((*saveptr)[0] == '\r' && (*saveptr)[1] == '\n')
 | 
			
		||||
				(*saveptr)++;
 | 
			
		||||
			(*saveptr)++;
 | 
			
		||||
			if ((*saveptr)[0] == '\0')
 | 
			
		||||
				*saveptr = NULL;
 | 
			
		||||
 | 
			
		||||
			*eos = '\0';
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return result;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#define ENDPOINT_NUMBER(endp) abs((int)(endp - endp->tcfg->endpoints))
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Internal structure while parsing a request
 | 
			
		||||
 */
 | 
			
		||||
struct mgcp_parse_data {
 | 
			
		||||
	struct mgcp_config *cfg;
 | 
			
		||||
	struct mgcp_endpoint *endp;
 | 
			
		||||
	char *trans;
 | 
			
		||||
	char *save;
 | 
			
		||||
	int found;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
int mgcp_send_dummy(struct mgcp_endpoint *endp);
 | 
			
		||||
int mgcp_bind_bts_rtp_port(struct mgcp_endpoint *endp, int rtp_port);
 | 
			
		||||
int mgcp_bind_net_rtp_port(struct mgcp_endpoint *endp, int rtp_port);
 | 
			
		||||
int mgcp_bind_trans_bts_rtp_port(struct mgcp_endpoint *enp, int rtp_port);
 | 
			
		||||
int mgcp_bind_trans_net_rtp_port(struct mgcp_endpoint *enp, int rtp_port);
 | 
			
		||||
int mgcp_free_rtp_port(struct mgcp_rtp_end *end);
 | 
			
		||||
 | 
			
		||||
/* For transcoding we need to manage an in and an output that are connected */
 | 
			
		||||
static inline int endp_back_channel(int endpoint)
 | 
			
		||||
{
 | 
			
		||||
	return endpoint + 60;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
struct mgcp_trunk_config *mgcp_trunk_alloc(struct mgcp_config *cfg, int index);
 | 
			
		||||
struct mgcp_trunk_config *mgcp_trunk_num(struct mgcp_config *cfg, int index);
 | 
			
		||||
 | 
			
		||||
void mgcp_rtp_end_config(struct mgcp_endpoint *endp, int expect_ssrc_change,
 | 
			
		||||
			 struct mgcp_rtp_end *rtp);
 | 
			
		||||
uint32_t mgcp_rtp_packet_duration(struct mgcp_endpoint *endp,
 | 
			
		||||
				  struct mgcp_rtp_end *rtp);
 | 
			
		||||
 | 
			
		||||
void mgcp_state_calc_loss(struct mgcp_rtp_state *s, struct mgcp_rtp_end *,
 | 
			
		||||
			uint32_t *expected, int *loss);
 | 
			
		||||
uint32_t mgcp_state_calc_jitter(struct mgcp_rtp_state *);
 | 
			
		||||
 | 
			
		||||
/* payload processing default functions */
 | 
			
		||||
int mgcp_rtp_processing_default(struct mgcp_endpoint *endp, struct mgcp_rtp_end *dst_end,
 | 
			
		||||
				char *data, int *len, int buf_size);
 | 
			
		||||
 | 
			
		||||
int mgcp_setup_rtp_processing_default(struct mgcp_endpoint *endp,
 | 
			
		||||
				      struct mgcp_rtp_end *dst_end,
 | 
			
		||||
				      struct mgcp_rtp_end *src_end);
 | 
			
		||||
 | 
			
		||||
void mgcp_get_net_downlink_format_default(struct mgcp_endpoint *endp,
 | 
			
		||||
					  int *payload_type,
 | 
			
		||||
					  const char**subtype_name,
 | 
			
		||||
					  const char**fmtp_extra);
 | 
			
		||||
 | 
			
		||||
/* internal RTP Annex A counting */
 | 
			
		||||
void mgcp_rtp_annex_count(struct mgcp_endpoint *endp, struct mgcp_rtp_state *state,
 | 
			
		||||
			const uint16_t seq, const int32_t transit,
 | 
			
		||||
			const uint32_t ssrc);
 | 
			
		||||
 | 
			
		||||
int mgcp_set_ip_tos(int fd, int tos);
 | 
			
		||||
 | 
			
		||||
enum {
 | 
			
		||||
	MGCP_DEST_NET = 0,
 | 
			
		||||
	MGCP_DEST_BTS,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#define MGCP_DUMMY_LOAD 0x23
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * SDP related information
 | 
			
		||||
 */
 | 
			
		||||
/* Assume audio frame length of 20ms */
 | 
			
		||||
#define DEFAULT_RTP_AUDIO_FRAME_DUR_NUM 20
 | 
			
		||||
#define DEFAULT_RTP_AUDIO_FRAME_DUR_DEN 1000
 | 
			
		||||
#define DEFAULT_RTP_AUDIO_PACKET_DURATION_MS 20
 | 
			
		||||
#define DEFAULT_RTP_AUDIO_DEFAULT_RATE  8000
 | 
			
		||||
#define DEFAULT_RTP_AUDIO_DEFAULT_CHANNELS 1
 | 
			
		||||
 | 
			
		||||
#define PTYPE_UNDEFINED (-1)
 | 
			
		||||
int mgcp_parse_sdp_data(struct mgcp_endpoint *endp, struct mgcp_rtp_end *rtp, struct mgcp_parse_data *p);
 | 
			
		||||
int mgcp_set_audio_info(void *ctx, struct mgcp_rtp_codec *codec,
 | 
			
		||||
			int payload_type, const char *audio_name);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Internal network related
 | 
			
		||||
 */
 | 
			
		||||
static inline const char *mgcp_net_src_addr(struct mgcp_endpoint *endp)
 | 
			
		||||
{
 | 
			
		||||
	if (endp->cfg->net_ports.bind_addr)
 | 
			
		||||
		return endp->cfg->net_ports.bind_addr;
 | 
			
		||||
	return endp->cfg->source_addr;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static inline const char *mgcp_bts_src_addr(struct mgcp_endpoint *endp)
 | 
			
		||||
{
 | 
			
		||||
	if (endp->cfg->bts_ports.bind_addr)
 | 
			
		||||
		return endp->cfg->bts_ports.bind_addr;
 | 
			
		||||
	return endp->cfg->source_addr;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int mgcp_msg_terminate_nul(struct msgb *msg);
 | 
			
		||||
							
								
								
									
										90
									
								
								include/osmocom/legacy_mgcp/mgcp_transcode.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										90
									
								
								include/osmocom/legacy_mgcp/mgcp_transcode.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,90 @@
 | 
			
		||||
/*
 | 
			
		||||
 * (C) 2014 by On-Waves
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU Affero General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU Affero General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
#ifndef OPENBSC_MGCP_TRANSCODE_H
 | 
			
		||||
#define OPENBSC_MGCP_TRANSCODE_H
 | 
			
		||||
 | 
			
		||||
#include "bscconfig.h"
 | 
			
		||||
 | 
			
		||||
#include <gsm.h>
 | 
			
		||||
#ifdef HAVE_BCG729
 | 
			
		||||
#include <bcg729/decoder.h>
 | 
			
		||||
#include <bcg729/encoder.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
enum audio_format {
 | 
			
		||||
	AF_INVALID,
 | 
			
		||||
	AF_S16,
 | 
			
		||||
	AF_L16,
 | 
			
		||||
	AF_GSM,
 | 
			
		||||
	AF_G729,
 | 
			
		||||
	AF_PCMA,
 | 
			
		||||
	AF_PCMU
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
struct mgcp_process_rtp_state {
 | 
			
		||||
	/* decoding */
 | 
			
		||||
	enum audio_format src_fmt;
 | 
			
		||||
	union {
 | 
			
		||||
		gsm gsm_handle;
 | 
			
		||||
#ifdef HAVE_BCG729
 | 
			
		||||
		bcg729DecoderChannelContextStruct *g729_dec;
 | 
			
		||||
#endif
 | 
			
		||||
	} src;
 | 
			
		||||
	size_t src_frame_size;
 | 
			
		||||
	size_t src_samples_per_frame;
 | 
			
		||||
 | 
			
		||||
	/* processing */
 | 
			
		||||
 | 
			
		||||
	/* encoding */
 | 
			
		||||
	enum audio_format dst_fmt;
 | 
			
		||||
	union {
 | 
			
		||||
		gsm gsm_handle;
 | 
			
		||||
#ifdef HAVE_BCG729
 | 
			
		||||
		bcg729EncoderChannelContextStruct *g729_enc;
 | 
			
		||||
#endif
 | 
			
		||||
	} dst;
 | 
			
		||||
	size_t dst_frame_size;
 | 
			
		||||
	size_t dst_samples_per_frame;
 | 
			
		||||
	int dst_packet_duration;
 | 
			
		||||
 | 
			
		||||
	int is_running;
 | 
			
		||||
	uint16_t next_seq;
 | 
			
		||||
	uint32_t next_time;
 | 
			
		||||
	int16_t samples[10*160];
 | 
			
		||||
	size_t sample_cnt;
 | 
			
		||||
	size_t sample_offs;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
int mgcp_transcoding_setup(struct mgcp_endpoint *endp,
 | 
			
		||||
			   struct mgcp_rtp_end *dst_end,
 | 
			
		||||
			   struct mgcp_rtp_end *src_end);
 | 
			
		||||
 | 
			
		||||
void mgcp_transcoding_net_downlink_format(struct mgcp_endpoint *endp,
 | 
			
		||||
					  int *payload_type,
 | 
			
		||||
					  const char**audio_name,
 | 
			
		||||
					  const char**fmtp_extra);
 | 
			
		||||
 | 
			
		||||
int mgcp_transcoding_process_rtp(struct mgcp_endpoint *endp,
 | 
			
		||||
				 struct mgcp_rtp_end *dst_end,
 | 
			
		||||
				 char *data, int *len, int buf_size);
 | 
			
		||||
 | 
			
		||||
int mgcp_transcoding_get_frame_size(void *state_, int nsamples, int dst);
 | 
			
		||||
#endif /* OPENBSC_MGCP_TRANSCODE_H */
 | 
			
		||||
							
								
								
									
										41
									
								
								include/osmocom/legacy_mgcp/osmux.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										41
									
								
								include/osmocom/legacy_mgcp/osmux.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,41 @@
 | 
			
		||||
#ifndef _OPENBSC_OSMUX_H_
 | 
			
		||||
#define _OPENBSC_OSMUX_H_
 | 
			
		||||
 | 
			
		||||
#include <osmocom/netif/osmux.h>
 | 
			
		||||
 | 
			
		||||
#define OSMUX_PORT	1984
 | 
			
		||||
 | 
			
		||||
enum {
 | 
			
		||||
	OSMUX_ROLE_BSC = 0,
 | 
			
		||||
	OSMUX_ROLE_BSC_NAT,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
int osmux_init(int role, struct mgcp_config *cfg);
 | 
			
		||||
int osmux_enable_endpoint(struct mgcp_endpoint *endp, struct in_addr *addr, uint16_t port);
 | 
			
		||||
void osmux_disable_endpoint(struct mgcp_endpoint *endp);
 | 
			
		||||
void osmux_allocate_cid(struct mgcp_endpoint *endp);
 | 
			
		||||
void osmux_release_cid(struct mgcp_endpoint *endp);
 | 
			
		||||
 | 
			
		||||
int osmux_xfrm_to_rtp(struct mgcp_endpoint *endp, int type, char *buf, int rc);
 | 
			
		||||
int osmux_xfrm_to_osmux(int type, char *buf, int rc, struct mgcp_endpoint *endp);
 | 
			
		||||
 | 
			
		||||
int osmux_send_dummy(struct mgcp_endpoint *endp);
 | 
			
		||||
 | 
			
		||||
int osmux_get_cid(void);
 | 
			
		||||
void osmux_put_cid(uint8_t osmux_cid);
 | 
			
		||||
int osmux_used_cid(void);
 | 
			
		||||
 | 
			
		||||
enum osmux_state {
 | 
			
		||||
	OSMUX_STATE_DISABLED = 0,
 | 
			
		||||
	OSMUX_STATE_NEGOTIATING,
 | 
			
		||||
	OSMUX_STATE_ACTIVATING,
 | 
			
		||||
	OSMUX_STATE_ENABLED,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum osmux_usage {
 | 
			
		||||
	OSMUX_USAGE_OFF = 0,
 | 
			
		||||
	OSMUX_USAGE_ON = 1,
 | 
			
		||||
	OSMUX_USAGE_ONLY = 2,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
							
								
								
									
										31
									
								
								include/osmocom/legacy_mgcp/vty.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								include/osmocom/legacy_mgcp/vty.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,31 @@
 | 
			
		||||
#ifndef OPENBSC_VTY_H
 | 
			
		||||
#define OPENBSC_VTY_H
 | 
			
		||||
 | 
			
		||||
#include <osmocom/vty/vty.h>
 | 
			
		||||
#include <osmocom/vty/buffer.h>
 | 
			
		||||
#include <osmocom/vty/command.h>
 | 
			
		||||
 | 
			
		||||
struct gsm_network;
 | 
			
		||||
struct vty;
 | 
			
		||||
 | 
			
		||||
void openbsc_vty_print_statistics(struct vty *vty, struct gsm_network *);
 | 
			
		||||
 | 
			
		||||
struct buffer *vty_argv_to_buffer(int argc, const char *argv[], int base);
 | 
			
		||||
 | 
			
		||||
extern struct cmd_element cfg_description_cmd;
 | 
			
		||||
extern struct cmd_element cfg_no_description_cmd;
 | 
			
		||||
 | 
			
		||||
enum mgcp_vty_node {
 | 
			
		||||
	MGCP_NODE = _LAST_OSMOVTY_NODE + 1,
 | 
			
		||||
	TRUNK_NODE,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct log_info;
 | 
			
		||||
int bsc_vty_init(struct gsm_network *network);
 | 
			
		||||
int bsc_vty_init_extra(void);
 | 
			
		||||
 | 
			
		||||
void msc_vty_init(struct gsm_network *msc_network);
 | 
			
		||||
 | 
			
		||||
struct gsm_network *gsmnet_from_vty(struct vty *vty);
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
@@ -3,14 +3,7 @@ noinst_HEADERS = \
 | 
			
		||||
	mgcp_msg.h \
 | 
			
		||||
	mgcp_conn.h \
 | 
			
		||||
	mgcp_stat.h \
 | 
			
		||||
	mgcp_endp.h \
 | 
			
		||||
	mgcp_ep.h \
 | 
			
		||||
	mgcp_sdp.h \
 | 
			
		||||
	mgcp_codec.h \
 | 
			
		||||
	mgcp_ctrl.h \
 | 
			
		||||
	mgcp_trunk.h \
 | 
			
		||||
	debug.h \
 | 
			
		||||
	mgcp_ratectr.h \
 | 
			
		||||
	mgcp_e1.h \
 | 
			
		||||
	mgcp_network.h \
 | 
			
		||||
	mgcp_protocol.h \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 
 | 
			
		||||
@@ -29,7 +29,6 @@
 | 
			
		||||
/* Debug Areas of the code */
 | 
			
		||||
enum {
 | 
			
		||||
	DRTP,
 | 
			
		||||
	DE1,
 | 
			
		||||
	Debug_LastEntry,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -34,8 +34,6 @@
 | 
			
		||||
#include <sys/socket.h>
 | 
			
		||||
#include <netinet/in.h>
 | 
			
		||||
 | 
			
		||||
#include "mgcp_ratectr.h"
 | 
			
		||||
 | 
			
		||||
#define RTP_PORT_DEFAULT_RANGE_START 16002
 | 
			
		||||
#define RTP_PORT_DEFAULT_RANGE_END RTP_PORT_DEFAULT_RANGE_START + 64
 | 
			
		||||
 | 
			
		||||
@@ -44,7 +42,7 @@
 | 
			
		||||
 */
 | 
			
		||||
struct mgcp_endpoint;
 | 
			
		||||
struct mgcp_config;
 | 
			
		||||
struct mgcp_trunk;
 | 
			
		||||
struct mgcp_trunk_config;
 | 
			
		||||
struct mgcp_rtp_end;
 | 
			
		||||
 | 
			
		||||
#define MGCP_ENDP_CRCX 1
 | 
			
		||||
@@ -61,9 +59,10 @@ struct mgcp_rtp_end;
 | 
			
		||||
#define MGCP_POLICY_REJECT	5
 | 
			
		||||
#define MGCP_POLICY_DEFER	6
 | 
			
		||||
 | 
			
		||||
typedef int (*mgcp_change)(struct mgcp_endpoint *endp, int state);
 | 
			
		||||
typedef int (*mgcp_policy)(struct mgcp_endpoint *endp, int state, const char *transaction_id);
 | 
			
		||||
typedef int (*mgcp_reset)(struct mgcp_trunk *cfg);
 | 
			
		||||
typedef int (*mgcp_realloc)(struct mgcp_trunk_config *cfg, int endpoint);
 | 
			
		||||
typedef int (*mgcp_change)(struct mgcp_trunk_config *cfg, int endpoint, int state);
 | 
			
		||||
typedef int (*mgcp_policy)(struct mgcp_trunk_config *cfg, int endpoint, int state, const char *transactio_id);
 | 
			
		||||
typedef int (*mgcp_reset)(struct mgcp_trunk_config *cfg);
 | 
			
		||||
typedef int (*mgcp_rqnt)(struct mgcp_endpoint *endp, char tone);
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@@ -75,18 +74,15 @@ typedef int (*mgcp_rqnt)(struct mgcp_endpoint *endp, char tone);
 | 
			
		||||
typedef int (*mgcp_processing)(struct mgcp_endpoint *endp,
 | 
			
		||||
			       struct mgcp_rtp_end *dst_end,
 | 
			
		||||
			       char *data, int *len, int buf_size);
 | 
			
		||||
typedef int (*mgcp_processing_setup)(struct mgcp_endpoint *endp,
 | 
			
		||||
				     struct mgcp_rtp_end *dst_end,
 | 
			
		||||
				     struct mgcp_rtp_end *src_end);
 | 
			
		||||
 | 
			
		||||
struct mgcp_conn_rtp;
 | 
			
		||||
 | 
			
		||||
typedef int (*mgcp_processing_setup)(struct mgcp_endpoint *endp,
 | 
			
		||||
				     struct mgcp_conn_rtp *conn_dst,
 | 
			
		||||
				     struct mgcp_conn_rtp *conn_src);
 | 
			
		||||
 | 
			
		||||
struct mgcp_rtp_codec;
 | 
			
		||||
 | 
			
		||||
typedef void (*mgcp_get_format)(struct mgcp_endpoint *endp,
 | 
			
		||||
				const struct mgcp_rtp_codec **codec,
 | 
			
		||||
				const char **fmtp_extra,
 | 
			
		||||
				int *payload_type,
 | 
			
		||||
				const char**subtype_name,
 | 
			
		||||
				const char**fmtp_extra,
 | 
			
		||||
				struct mgcp_conn_rtp *conn);
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@@ -109,17 +105,56 @@ struct mgcp_port_range {
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* There are up to three modes in which the keep-alive dummy packet can be
 | 
			
		||||
 * sent. The behaviour is controlled via the keepalive_interval member of the
 | 
			
		||||
 * sent. The beviour is controlled viw the keepalive_interval member of the
 | 
			
		||||
 * trunk config. If that member is set to 0 (MGCP_KEEPALIVE_NEVER) no dummy-
 | 
			
		||||
 * packet is sent at all and the timer that sends regular dummy packets
 | 
			
		||||
 * is no longer scheduled. If the keepalive_interval is set to -1, only
 | 
			
		||||
 * one dummy packet is sent when an CRCX or an MDCX is performed. No timer
 | 
			
		||||
 * is scheduled. For all vales greater 0, the timer is scheduled and the
 | 
			
		||||
 * is scheduled. For all vales greater 0, the a timer is scheduled and the
 | 
			
		||||
 * value is used as interval. See also mgcp_keepalive_timer_cb(),
 | 
			
		||||
 * handle_modify_con(), and handle_create_con() */
 | 
			
		||||
#define MGCP_KEEPALIVE_ONCE (-1)
 | 
			
		||||
#define MGCP_KEEPALIVE_NEVER 0
 | 
			
		||||
 | 
			
		||||
struct mgcp_trunk_config {
 | 
			
		||||
	struct llist_head entry;
 | 
			
		||||
 | 
			
		||||
	struct mgcp_config *cfg;
 | 
			
		||||
 | 
			
		||||
	int trunk_nr;
 | 
			
		||||
	int trunk_type;
 | 
			
		||||
 | 
			
		||||
	char *audio_fmtp_extra;
 | 
			
		||||
	char *audio_name;
 | 
			
		||||
	int audio_payload;
 | 
			
		||||
	int audio_send_ptime;
 | 
			
		||||
	int audio_send_name;
 | 
			
		||||
	int audio_loop;
 | 
			
		||||
 | 
			
		||||
	int no_audio_transcoding;
 | 
			
		||||
 | 
			
		||||
	int omit_rtcp;
 | 
			
		||||
	int keepalive_interval;
 | 
			
		||||
 | 
			
		||||
	/* RTP patching */
 | 
			
		||||
	int force_constant_ssrc; /* 0: don't, 1: once */
 | 
			
		||||
	int force_aligned_timing;
 | 
			
		||||
 | 
			
		||||
	/* spec handling */
 | 
			
		||||
	int force_realloc;
 | 
			
		||||
 | 
			
		||||
	/* timer */
 | 
			
		||||
	struct osmo_timer_list keepalive_timer;
 | 
			
		||||
 | 
			
		||||
	/* When set, incoming RTP packets are not filtered
 | 
			
		||||
	 * when ports and ip-address do not match (debug) */
 | 
			
		||||
	int rtp_accept_all;
 | 
			
		||||
 | 
			
		||||
	unsigned int number_endpoints;
 | 
			
		||||
	int vty_number_endpoints;
 | 
			
		||||
	struct mgcp_endpoint *endpoints;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum mgcp_role {
 | 
			
		||||
	MGCP_BSC = 0,
 | 
			
		||||
	MGCP_BSC_NAT,
 | 
			
		||||
@@ -147,12 +182,14 @@ struct mgcp_config {
 | 
			
		||||
	mgcp_change change_cb;
 | 
			
		||||
	mgcp_policy policy_cb;
 | 
			
		||||
	mgcp_reset reset_cb;
 | 
			
		||||
	mgcp_realloc realloc_cb;
 | 
			
		||||
	mgcp_rqnt rqnt_cb;
 | 
			
		||||
	void *data;
 | 
			
		||||
 | 
			
		||||
	uint32_t last_call_id;
 | 
			
		||||
 | 
			
		||||
	/* list holding the trunks */
 | 
			
		||||
	/* trunk handling */
 | 
			
		||||
	struct mgcp_trunk_config trunk;
 | 
			
		||||
	struct llist_head trunks;
 | 
			
		||||
 | 
			
		||||
	enum mgcp_role role;
 | 
			
		||||
@@ -175,18 +212,6 @@ struct mgcp_config {
 | 
			
		||||
	 * message.
 | 
			
		||||
	 */
 | 
			
		||||
	uint16_t osmux_dummy;
 | 
			
		||||
	/* domain name of the media gateway */
 | 
			
		||||
	char domain[255+1];
 | 
			
		||||
 | 
			
		||||
	/* time after which inactive connections (CIs) get closed */
 | 
			
		||||
	int conn_timeout;
 | 
			
		||||
 | 
			
		||||
	/* osmocom CTRL interface */
 | 
			
		||||
	struct ctrl_handle *ctrl;
 | 
			
		||||
 | 
			
		||||
	/* global rate counters to measure the MGWs overall performance and
 | 
			
		||||
	 * health */
 | 
			
		||||
	struct mgcp_ratectr_global ratectr;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* config management */
 | 
			
		||||
@@ -194,7 +219,9 @@ struct mgcp_config *mgcp_config_alloc(void);
 | 
			
		||||
int mgcp_parse_config(const char *config_file, struct mgcp_config *cfg,
 | 
			
		||||
		      enum mgcp_role role);
 | 
			
		||||
int mgcp_vty_init(void);
 | 
			
		||||
void mgcp_trunk_set_keepalive(struct mgcp_trunk *trunk, int interval);
 | 
			
		||||
int mgcp_endpoints_allocate(struct mgcp_trunk_config *cfg);
 | 
			
		||||
void mgcp_release_endp(struct mgcp_endpoint *endp);
 | 
			
		||||
void mgcp_trunk_set_keepalive(struct mgcp_trunk_config *tcfg, int interval);
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * format helper functions
 | 
			
		||||
@@ -202,7 +229,7 @@ void mgcp_trunk_set_keepalive(struct mgcp_trunk *trunk, int interval);
 | 
			
		||||
struct msgb *mgcp_handle_message(struct mgcp_config *cfg, struct msgb *msg);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
int mgcp_send_reset_ep(struct mgcp_endpoint *endp);
 | 
			
		||||
int mgcp_send_reset_ep(struct mgcp_endpoint *endp, int endpoint);
 | 
			
		||||
int mgcp_send_reset_all(struct mgcp_config *cfg);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,19 +0,0 @@
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#define DEFAULT_RTP_AUDIO_FRAME_DUR_NUM 20
 | 
			
		||||
#define DEFAULT_RTP_AUDIO_FRAME_DUR_DEN 1000
 | 
			
		||||
#define DEFAULT_RTP_AUDIO_PACKET_DURATION_MS 20
 | 
			
		||||
#define DEFAULT_RTP_AUDIO_DEFAULT_RATE  8000
 | 
			
		||||
#define DEFAULT_RTP_AUDIO_DEFAULT_CHANNELS 1
 | 
			
		||||
 | 
			
		||||
#define PTYPE_UNDEFINED (-1)
 | 
			
		||||
 | 
			
		||||
struct mgcp_conn_rtp;
 | 
			
		||||
 | 
			
		||||
void mgcp_codec_summary(struct mgcp_conn_rtp *conn);
 | 
			
		||||
void mgcp_codec_reset_all(struct mgcp_conn_rtp *conn);
 | 
			
		||||
int mgcp_codec_add(struct mgcp_conn_rtp *conn, int payload_type, const char *audio_name, const struct mgcp_codec_param *param);
 | 
			
		||||
int mgcp_codec_decide(struct mgcp_conn_rtp *conn);
 | 
			
		||||
int mgcp_codec_pt_translate(struct mgcp_conn_rtp *conn_src, struct mgcp_conn_rtp *conn_dst, int payload_type);
 | 
			
		||||
const struct mgcp_rtp_codec *mgcp_codec_pt_find_by_subtype_name(struct mgcp_conn_rtp *conn,
 | 
			
		||||
								const char *subtype_name, unsigned int match_nr);
 | 
			
		||||
@@ -49,21 +49,6 @@ enum mgcp_connection_mode {
 | 
			
		||||
	MGCP_CONN_LOOPBACK  = 4 | MGCP_CONN_RECV_SEND,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#define MGCP_X_OSMO_IGN_HEADER "X-Osmo-IGN:"
 | 
			
		||||
#define MGCP_X_OSMO_OSMUX_HEADER "X-Osmux:"
 | 
			
		||||
 | 
			
		||||
/* Values should be bitwise-OR-able */
 | 
			
		||||
enum mgcp_x_osmo_ign {
 | 
			
		||||
	MGCP_X_OSMO_IGN_NONE = 0,
 | 
			
		||||
	MGCP_X_OSMO_IGN_CALLID = 1,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* Codec parameters (communicated via SDP/fmtp) */
 | 
			
		||||
struct mgcp_codec_param {
 | 
			
		||||
	bool amr_octet_aligned_present;
 | 
			
		||||
	bool amr_octet_aligned;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* Ensure that the msg->l2h is NUL terminated. */
 | 
			
		||||
static inline int mgcp_msg_terminate_nul(struct msgb *msg)
 | 
			
		||||
{
 | 
			
		||||
@@ -83,29 +68,8 @@ static inline int mgcp_msg_terminate_nul(struct msgb *msg)
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Maximum length of the comment field */
 | 
			
		||||
#define MGCP_COMMENT_MAXLEN 256
 | 
			
		||||
 | 
			
		||||
/* Maximum allowed String length of Connection Identifiers as per spec
 | 
			
		||||
 * (see also RFC3435 2.1.3.2 Names of Connections), plus one for '\0'. */
 | 
			
		||||
#define MGCP_CONN_ID_MAXLEN 32+1
 | 
			
		||||
 | 
			
		||||
/* Deprecated: old name of MGCP_CONN_ID_MAXLEN. */
 | 
			
		||||
#define MGCP_CONN_ID_LENGTH MGCP_CONN_ID_MAXLEN
 | 
			
		||||
 | 
			
		||||
/* String length of Endpoint Identifiers.
 | 
			
		||||
/  (see also RFC3435 section 3.2.1.3) */
 | 
			
		||||
#define MGCP_ENDPOINT_MAXLEN (255*2+1+1)
 | 
			
		||||
 | 
			
		||||
/* A prefix to denote the virtual trunk (RTP on both ends) */
 | 
			
		||||
#define MGCP_ENDPOINT_PREFIX_VIRTUAL_TRUNK "rtpbridge/"
 | 
			
		||||
 | 
			
		||||
/* A prefix to denote the e1 trunk
 | 
			
		||||
 * (see also RFC3435 section E.2) */
 | 
			
		||||
#define MGCP_ENDPOINT_PREFIX_E1_TRUNK "ds/e1-"
 | 
			
		||||
 | 
			
		||||
/* Maximal number of payload types / codecs that can be negotiated via SDP at
 | 
			
		||||
 * at once. */
 | 
			
		||||
#define MGCP_MAX_CODECS 10
 | 
			
		||||
/* String length of Connection Identifiers
 | 
			
		||||
 * (see also RFC3435 2.1.3.2 Names of Connections) */
 | 
			
		||||
#define MGCP_CONN_ID_LENGTH 32+1
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
@@ -23,159 +23,10 @@
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <osmocom/mgcp/mgcp.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_network.h>
 | 
			
		||||
#include <osmocom/mgcp/osmux.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_internal.h>
 | 
			
		||||
#include <osmocom/core/linuxlist.h>
 | 
			
		||||
#include <osmocom/core/rate_ctr.h>
 | 
			
		||||
#include <inttypes.h>
 | 
			
		||||
 | 
			
		||||
#define LOGPCONN(conn, cat, level, fmt, args...) \
 | 
			
		||||
LOGPENDP((conn)->endp, cat, level, "CI:%s " fmt, \
 | 
			
		||||
         (conn)->id, \
 | 
			
		||||
         ## args)
 | 
			
		||||
 | 
			
		||||
#define LOG_CONN(conn, level, fmt, args...) \
 | 
			
		||||
	LOGP(DRTP, level, "(%s I:%s) " fmt, \
 | 
			
		||||
	     (conn)->endp ? (conn)->endp->name : "none", (conn)->id, ## args)
 | 
			
		||||
 | 
			
		||||
#define LOG_CONN_RTP(conn_rtp, level, fmt, args...) \
 | 
			
		||||
	LOG_CONN((conn_rtp)->conn, level, fmt, ## args)
 | 
			
		||||
 | 
			
		||||
/* Specific rtp connection type (see struct mgcp_conn_rtp) */
 | 
			
		||||
enum mgcp_conn_rtp_type {
 | 
			
		||||
	MGCP_RTP_DEFAULT	= 0,
 | 
			
		||||
	MGCP_OSMUX_BSC,
 | 
			
		||||
	MGCP_OSMUX_BSC_NAT,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/*! Connection type, specifies which member of the union "u" in mgcp_conn
 | 
			
		||||
 *  contains a useful connection description (currently only RTP) */
 | 
			
		||||
enum mgcp_conn_type {
 | 
			
		||||
	MGCP_CONN_TYPE_RTP,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* MGCP connection (RTP) */
 | 
			
		||||
struct mgcp_conn_rtp {
 | 
			
		||||
 | 
			
		||||
	/* Backpointer to conn struct */
 | 
			
		||||
	struct mgcp_conn *conn;
 | 
			
		||||
 | 
			
		||||
	/* Specific connection type */
 | 
			
		||||
	enum mgcp_conn_rtp_type type;
 | 
			
		||||
 | 
			
		||||
	/* Port status */
 | 
			
		||||
	struct mgcp_rtp_end end;
 | 
			
		||||
 | 
			
		||||
	/* Sequence bits */
 | 
			
		||||
	struct mgcp_rtp_state state;
 | 
			
		||||
 | 
			
		||||
	/* taps for the rtp connection; one per direction */
 | 
			
		||||
	struct mgcp_rtp_tap tap_in;
 | 
			
		||||
	struct mgcp_rtp_tap tap_out;
 | 
			
		||||
 | 
			
		||||
	/* Osmux states (optional) */
 | 
			
		||||
	struct {
 | 
			
		||||
		/* Osmux state: disabled, activating, active */
 | 
			
		||||
		enum osmux_state state;
 | 
			
		||||
		/* Is cid holding valid data? is it allocated from pool? */
 | 
			
		||||
		bool cid_allocated;
 | 
			
		||||
		/* Allocated Osmux circuit ID for this conn */
 | 
			
		||||
		uint8_t cid;
 | 
			
		||||
		/* handle to batch messages */
 | 
			
		||||
		struct osmux_in_handle *in;
 | 
			
		||||
		/* handle to unbatch messages */
 | 
			
		||||
		struct osmux_out_handle out;
 | 
			
		||||
		/* statistics */
 | 
			
		||||
		struct {
 | 
			
		||||
			uint32_t chunks;
 | 
			
		||||
			uint32_t octets;
 | 
			
		||||
		} stats;
 | 
			
		||||
	} osmux;
 | 
			
		||||
 | 
			
		||||
	struct rate_ctr_group *rate_ctr_group;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/*! MGCP connection (untyped) */
 | 
			
		||||
struct mgcp_conn {
 | 
			
		||||
	/*! list head */
 | 
			
		||||
	struct llist_head entry;
 | 
			
		||||
 | 
			
		||||
	/*! Backpointer to the endpoint where the conn belongs to */
 | 
			
		||||
	struct mgcp_endpoint *endp;
 | 
			
		||||
 | 
			
		||||
	/*! type of the connection (union) */
 | 
			
		||||
	enum mgcp_conn_type type;
 | 
			
		||||
 | 
			
		||||
	/*! mode of the connection */
 | 
			
		||||
	enum mgcp_connection_mode mode;
 | 
			
		||||
 | 
			
		||||
	/*! copy of the mode to restore the original setting (VTY) */
 | 
			
		||||
	enum mgcp_connection_mode mode_orig;
 | 
			
		||||
 | 
			
		||||
	/*! connection id to identify the connection */
 | 
			
		||||
	char id[MGCP_CONN_ID_MAXLEN];
 | 
			
		||||
 | 
			
		||||
	/*! human readable name (vty, logging) */
 | 
			
		||||
	char name[256];
 | 
			
		||||
 | 
			
		||||
	/*! activity tracker (for cleaning up inactive connections) */
 | 
			
		||||
	struct osmo_timer_list watchdog;
 | 
			
		||||
 | 
			
		||||
	/*! union with connection description */
 | 
			
		||||
	union {
 | 
			
		||||
		struct mgcp_conn_rtp rtp;
 | 
			
		||||
	} u;
 | 
			
		||||
 | 
			
		||||
	/*! pointer to optional private data */
 | 
			
		||||
	void *priv;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* RTP connection related counters */
 | 
			
		||||
enum {
 | 
			
		||||
	IN_STREAM_ERR_TSTMP_CTR,
 | 
			
		||||
	OUT_STREAM_ERR_TSTMP_CTR,
 | 
			
		||||
        RTP_PACKETS_RX_CTR,
 | 
			
		||||
        RTP_OCTETS_RX_CTR,
 | 
			
		||||
        RTP_PACKETS_TX_CTR,
 | 
			
		||||
        RTP_OCTETS_TX_CTR,
 | 
			
		||||
        RTP_DROPPED_PACKETS_CTR,
 | 
			
		||||
        RTP_NUM_CONNECTIONS,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* RTP per-connection statistics. Instances of the corresponding rate counter group
 | 
			
		||||
 * exist for the lifetime of an RTP connection.
 | 
			
		||||
 * Must be kept in sync with all_rtp_conn_rate_ctr_desc below */
 | 
			
		||||
static const struct rate_ctr_desc mgcp_conn_rate_ctr_desc[] = {
 | 
			
		||||
	[IN_STREAM_ERR_TSTMP_CTR] = {"stream_err_tstmp:in", "Inbound rtp-stream timestamp errors."},
 | 
			
		||||
	[OUT_STREAM_ERR_TSTMP_CTR] = {"stream_err_tstmp:out", "Outbound rtp-stream timestamp errors."},
 | 
			
		||||
	[RTP_PACKETS_RX_CTR] = {"rtp:packets_rx", "Inbound rtp packets."},
 | 
			
		||||
	[RTP_OCTETS_RX_CTR] = {"rtp:octets_rx", "Inbound rtp octets."},
 | 
			
		||||
	[RTP_PACKETS_TX_CTR] = {"rtp:packets_tx", "Outbound rtp packets."},
 | 
			
		||||
	[RTP_OCTETS_TX_CTR] = {"rtp:octets_tx", "Outbound rtp octets."},
 | 
			
		||||
	[RTP_DROPPED_PACKETS_CTR] = {"rtp:dropped", "dropped rtp packets."}
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* Aggregated RTP connection stats. These are updated when an RTP connection is freed.
 | 
			
		||||
 * Must be kept in sync with mgcp_conn_rate_ctr_desc above */
 | 
			
		||||
static const struct rate_ctr_desc all_rtp_conn_rate_ctr_desc[] = {
 | 
			
		||||
	[IN_STREAM_ERR_TSTMP_CTR] = {"all_rtp:err_tstmp_in", "Total inbound rtp-stream timestamp errors."},
 | 
			
		||||
	[OUT_STREAM_ERR_TSTMP_CTR] = {"all_rtp:err_tstmp_out", "Total outbound rtp-stream timestamp errors."},
 | 
			
		||||
	[RTP_PACKETS_RX_CTR] = {"all_rtp:packets_rx", "Total inbound rtp packets."},
 | 
			
		||||
	[RTP_OCTETS_RX_CTR] = {"all_rtp:octets_rx", "Total inbound rtp octets."},
 | 
			
		||||
	[RTP_PACKETS_TX_CTR] = {"all_rtp:packets_tx", "Total outbound rtp packets."},
 | 
			
		||||
	[RTP_OCTETS_TX_CTR] = {"all_rtp:octets_tx", "Total outbound rtp octets."},
 | 
			
		||||
	[RTP_DROPPED_PACKETS_CTR] = {"all_rtp:dropped", "Total dropped rtp packets."},
 | 
			
		||||
 | 
			
		||||
	/* This last counter does not exist in per-connection stats, only here. */
 | 
			
		||||
	[RTP_NUM_CONNECTIONS] = {"all_rtp:num_closed_conns", "Total number of rtp connections closed."}
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* Was conn configured to handle Osmux? */
 | 
			
		||||
static inline bool mgcp_conn_rtp_is_osmux(const struct mgcp_conn_rtp *conn) {
 | 
			
		||||
	return conn->type == MGCP_OSMUX_BSC || conn->type == MGCP_OSMUX_BSC_NAT;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
struct mgcp_conn *mgcp_conn_alloc(void *ctx, struct mgcp_endpoint *endp,
 | 
			
		||||
				  enum mgcp_conn_type type, char *name);
 | 
			
		||||
struct mgcp_conn *mgcp_conn_get(struct mgcp_endpoint *endp, const char *id);
 | 
			
		||||
@@ -186,5 +37,3 @@ void mgcp_conn_free_oldest(struct mgcp_endpoint *endp);
 | 
			
		||||
void mgcp_conn_free_all(struct mgcp_endpoint *endp);
 | 
			
		||||
char *mgcp_conn_dump(struct mgcp_conn *conn);
 | 
			
		||||
struct mgcp_conn *mgcp_find_dst_conn(struct mgcp_conn *conn);
 | 
			
		||||
struct mgcp_conn *mgcp_conn_get_oldest(struct mgcp_endpoint *endp);
 | 
			
		||||
void mgcp_conn_watchdog_kick(struct mgcp_conn *conn);
 | 
			
		||||
 
 | 
			
		||||
@@ -1,28 +0,0 @@
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
/* A 64k timeslot on an E1 line can be subdevied into the following
 | 
			
		||||
 * subslot combinations:
 | 
			
		||||
 *
 | 
			
		||||
 * subslot:                                          offset:
 | 
			
		||||
 * [          ][          ][   16k    ][8k_subslot]  0
 | 
			
		||||
 * [          ][   32k    ][_subslot__][8k_subslot]  1
 | 
			
		||||
 * [          ][ subslot  ][   16k    ][8k_subslot]  2
 | 
			
		||||
 * [   64k    ][__________][_subslot__][8k_subslot]  3
 | 
			
		||||
 * [ timeslot ][          ][   16k    ][8k_subslot]  4
 | 
			
		||||
 * [          ][   32K    ][_subslot__][8k_subslot]  5
 | 
			
		||||
 * [          ][ subslot  ][   16k    ][8k_subslot]  6
 | 
			
		||||
 * [          ][          ][ subslot  ][8k_subslot]  7
 | 
			
		||||
 *
 | 
			
		||||
 * Since overlapping assignment of subslots is not possible there is a limited
 | 
			
		||||
 * set of subslot assignments possible. The e1_rates array lists the possible
 | 
			
		||||
 * assignments as depicted above. Also each subslot assignment comes along with
 | 
			
		||||
 * a bit offset in the E1 bitstream. The e1_offsets arrays lists the bit
 | 
			
		||||
 * offsets. */
 | 
			
		||||
static const uint8_t e1_rates[] = { 64, 32, 32, 16, 16, 16, 16, 8, 8, 8, 8, 8, 8, 8, 8 };
 | 
			
		||||
static const uint8_t e1_offsets[] = { 0, 0, 4, 0, 2, 4, 6, 0, 1, 2, 3, 4, 5, 6, 7 };
 | 
			
		||||
 | 
			
		||||
int mgcp_e1_init(struct mgcp_trunk *trunk, uint8_t ts_nr);
 | 
			
		||||
int mgcp_e1_endp_equip(struct mgcp_endpoint *endp, uint8_t ts, uint8_t ss, uint8_t offs);
 | 
			
		||||
void mgcp_e1_endp_update(struct mgcp_endpoint *endp);
 | 
			
		||||
void mgcp_e1_endp_release(struct mgcp_endpoint *endp);
 | 
			
		||||
int mgcp_e1_send_rtp(struct mgcp_endpoint *endp, struct mgcp_rtp_codec *codec, struct msgb *msg);
 | 
			
		||||
@@ -1,141 +0,0 @@
 | 
			
		||||
/* Endpoint types */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * (C) 2017 by sysmocom s.f.m.c. GmbH <info@sysmocom.de>
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * Author: Philipp Maier
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU Affero General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU Affero General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <osmocom/core/msgb.h>
 | 
			
		||||
#include <osmocom/gsm/i460_mux.h>
 | 
			
		||||
 | 
			
		||||
struct sockaddr_in;
 | 
			
		||||
struct mgcp_conn;
 | 
			
		||||
struct mgcp_conn_rtp;
 | 
			
		||||
struct mgcp_endpoint;
 | 
			
		||||
 | 
			
		||||
/* Number of E1 subslots (different variants, not all useable at the same time) */
 | 
			
		||||
#define MGCP_ENDP_E1_SUBSLOTS 15
 | 
			
		||||
 | 
			
		||||
#define LOGPENDP(endp, cat, level, fmt, args...) \
 | 
			
		||||
LOGP(cat, level, "endpoint:%s " fmt, \
 | 
			
		||||
     endp ? endp->name : "none", \
 | 
			
		||||
     ## args)
 | 
			
		||||
 | 
			
		||||
struct osmo_rtp_msg_ctx {
 | 
			
		||||
	int proto;
 | 
			
		||||
	struct mgcp_conn_rtp *conn_src;
 | 
			
		||||
	struct sockaddr_in *from_addr;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#define OSMO_RTP_MSG_CTX(MSGB) ((struct osmo_rtp_msg_ctx*)(MSGB)->cb)
 | 
			
		||||
 | 
			
		||||
osmo_static_assert(sizeof(((struct msgb*)0)->cb) >= sizeof(struct osmo_rtp_msg_ctx), osmo_rtp_msg_ctx_fits_in_msgb_cb);
 | 
			
		||||
 | 
			
		||||
/* Callback type for RTP dispatcher functions (e.g mgcp_dispatch_rtp_bridge_cb, see below).
 | 
			
		||||
 * The OSMO_RTP_MSG_CTX() should be set appropriately on the msg. */
 | 
			
		||||
typedef int (*mgcp_dispatch_rtp_cb) (struct msgb *msg);
 | 
			
		||||
 | 
			
		||||
/* Callback type for endpoint specific cleanup actions. This function
 | 
			
		||||
 * is automatically executed when a connection is freed (see mgcp_conn_free()
 | 
			
		||||
 * in mgcp_conn.c). Depending on the type of the endpoint there may be endpoint
 | 
			
		||||
 * specific things to take care of once a connection has been removed. */
 | 
			
		||||
typedef void (*mgcp_cleanup_cp) (struct mgcp_endpoint *endp,
 | 
			
		||||
				 struct mgcp_conn *conn);
 | 
			
		||||
 | 
			
		||||
/*! MGCP endpoint properties */
 | 
			
		||||
struct mgcp_endpoint_type {
 | 
			
		||||
	/*! maximum number of connections */
 | 
			
		||||
	int max_conns;
 | 
			
		||||
 | 
			
		||||
	/*! callback that defines how to dispatch incoming RTP data */
 | 
			
		||||
	mgcp_dispatch_rtp_cb dispatch_rtp_cb;
 | 
			
		||||
 | 
			
		||||
	/*! callback that implements endpoint specific cleanup actions */
 | 
			
		||||
	mgcp_cleanup_cp cleanup_cb;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/*! MGCP endpoint typeset */
 | 
			
		||||
struct mgcp_endpoint_typeset {
 | 
			
		||||
	struct mgcp_endpoint_type rtp;
 | 
			
		||||
	struct mgcp_endpoint_type e1;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/*! static MGCP endpoint typeset (pre-initalized, read-only) */
 | 
			
		||||
extern const struct mgcp_endpoint_typeset ep_typeset;
 | 
			
		||||
 | 
			
		||||
/*! MGCP endpoint model */
 | 
			
		||||
struct mgcp_endpoint {
 | 
			
		||||
 | 
			
		||||
	/*! Unique endpoint name, used for addressing via MGCP */
 | 
			
		||||
	char *name;
 | 
			
		||||
 | 
			
		||||
	/*! Call identifier string (as supplied by the call agant) */
 | 
			
		||||
	char *callid;
 | 
			
		||||
 | 
			
		||||
	/*! Local connection options (see mgcp_internal.h) */
 | 
			
		||||
	struct mgcp_lco local_options;
 | 
			
		||||
 | 
			
		||||
	/*! List of struct mgcp_conn, of the connections active on this endpoint */
 | 
			
		||||
	struct llist_head conns;
 | 
			
		||||
 | 
			
		||||
	/*! Backpointer to the MGW configuration */
 | 
			
		||||
	struct mgcp_config *cfg;
 | 
			
		||||
 | 
			
		||||
	/*! Backpointer to the trunk this endpoint belongs to */
 | 
			
		||||
	struct mgcp_trunk *trunk;
 | 
			
		||||
 | 
			
		||||
	/*! Endpoint properties (see above) */
 | 
			
		||||
	const struct mgcp_endpoint_type *type;
 | 
			
		||||
 | 
			
		||||
	/*! Last MGCP transmission (in case re-transmission is required) */
 | 
			
		||||
	char *last_trans;
 | 
			
		||||
 | 
			
		||||
	/*! Last MGCP response (in case re-transmission is required) */
 | 
			
		||||
	char *last_response;
 | 
			
		||||
 | 
			
		||||
	/*! Memorize if this endpoint was choosen by the MGW (wildcarded, true)
 | 
			
		||||
	 *   or if the user has choosen the particular endpoint explicitly. */
 | 
			
		||||
	bool wildcarded_req;
 | 
			
		||||
 | 
			
		||||
	/*! MGCP_X_OSMO_IGN_* flags from 'X-Osmo-IGN:' header */
 | 
			
		||||
	uint32_t x_osmo_ign;
 | 
			
		||||
 | 
			
		||||
	/* E1 specific */
 | 
			
		||||
	struct {
 | 
			
		||||
		struct osmo_i460_schan_desc scd;
 | 
			
		||||
		struct osmo_i460_subchan *schan;
 | 
			
		||||
		struct osmo_fsm_inst *trau_sync_fi;
 | 
			
		||||
		struct osmo_trau2rtp_state *trau_rtp_st;
 | 
			
		||||
		uint8_t last_amr_ft;
 | 
			
		||||
		struct mgcp_rtp_codec *last_codec;
 | 
			
		||||
	} e1;
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_endpoint *mgcp_endp_alloc(struct mgcp_trunk *trunk, unsigned int index);
 | 
			
		||||
void mgcp_endp_release(struct mgcp_endpoint *endp);
 | 
			
		||||
int mgcp_endp_claim(struct mgcp_endpoint *endp, const char *callid);
 | 
			
		||||
void mgcp_endp_update(struct mgcp_endpoint *endp);
 | 
			
		||||
struct mgcp_endpoint *mgcp_endp_by_name_trunk(int *cause, const char *epname,
 | 
			
		||||
					      const struct mgcp_trunk *trunk);
 | 
			
		||||
struct mgcp_endpoint *mgcp_endp_by_name(int *cause, const char *epname,
 | 
			
		||||
					struct mgcp_config *cfg);
 | 
			
		||||
bool mgcp_endp_avail(struct mgcp_endpoint *endp);
 | 
			
		||||
							
								
								
									
										50
									
								
								include/osmocom/mgcp/mgcp_ep.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										50
									
								
								include/osmocom/mgcp/mgcp_ep.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,50 @@
 | 
			
		||||
/* Endpoint types */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * (C) 2017 by sysmocom s.f.m.c. GmbH <info@sysmocom.de>
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * Author: Philipp Maier
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU Affero General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU Affero General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
struct sockaddr_in;
 | 
			
		||||
struct mgcp_conn;
 | 
			
		||||
 | 
			
		||||
/* Callback type for RTP dispatcher functions
 | 
			
		||||
   (e.g mgcp_dispatch_rtp_bridge_cb, see below) */
 | 
			
		||||
typedef int (*mgcp_dispatch_rtp_cb) (int proto, struct sockaddr_in * addr,
 | 
			
		||||
				     char *buf, unsigned int buf_size,
 | 
			
		||||
				     struct mgcp_conn * conn);
 | 
			
		||||
 | 
			
		||||
/*! MGCP endpoint properties */
 | 
			
		||||
struct mgcp_endpoint_type {
 | 
			
		||||
	/*!< maximum number of connections */
 | 
			
		||||
	int max_conns;
 | 
			
		||||
 | 
			
		||||
	/*!< callback that defines how to dispatch incoming RTP data */
 | 
			
		||||
	mgcp_dispatch_rtp_cb dispatch_rtp_cb;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/*! MGCP endpoint typeset */
 | 
			
		||||
struct mgcp_endpoint_typeset {
 | 
			
		||||
	struct mgcp_endpoint_type rtp;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/*! static MGCP endpoint typeset (pre-initalized, read-only) */
 | 
			
		||||
extern const struct mgcp_endpoint_typeset ep_typeset;
 | 
			
		||||
							
								
								
									
										323
									
								
								include/osmocom/mgcp/mgcp_internal.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										323
									
								
								include/osmocom/mgcp/mgcp_internal.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,323 @@
 | 
			
		||||
/* MGCP Private Data */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * (C) 2009-2012 by Holger Hans Peter Freyther <zecke@selfish.org>
 | 
			
		||||
 * (C) 2009-2012 by On-Waves
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU Affero General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU Affero General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <inttypes.h>
 | 
			
		||||
#include <osmocom/core/select.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp.h>
 | 
			
		||||
#include <osmocom/core/linuxlist.h>
 | 
			
		||||
 | 
			
		||||
#define CI_UNUSED 0
 | 
			
		||||
 | 
			
		||||
/* FIXME: This this is only needed to compile the currently
 | 
			
		||||
 * broken OSMUX support. Remove when fixed */
 | 
			
		||||
#define CONN_ID_BTS "0"
 | 
			
		||||
#define CONN_ID_NET "1"
 | 
			
		||||
 | 
			
		||||
enum mgcp_trunk_type {
 | 
			
		||||
	MGCP_TRUNK_VIRTUAL,
 | 
			
		||||
	MGCP_TRUNK_E1,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_rtp_stream_state {
 | 
			
		||||
	uint32_t ssrc;
 | 
			
		||||
	uint16_t last_seq;
 | 
			
		||||
	uint32_t last_timestamp;
 | 
			
		||||
	uint32_t err_ts_counter;
 | 
			
		||||
	int32_t last_tsdelta;
 | 
			
		||||
	uint32_t last_arrival_time;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_rtp_state {
 | 
			
		||||
	int initialized;
 | 
			
		||||
	int patch_ssrc;
 | 
			
		||||
 | 
			
		||||
	uint32_t orig_ssrc;
 | 
			
		||||
 | 
			
		||||
	int seq_offset;
 | 
			
		||||
 | 
			
		||||
	int32_t  timestamp_offset;
 | 
			
		||||
	uint32_t packet_duration;
 | 
			
		||||
 | 
			
		||||
	struct mgcp_rtp_stream_state in_stream;
 | 
			
		||||
	struct mgcp_rtp_stream_state out_stream;
 | 
			
		||||
 | 
			
		||||
	/* jitter and packet loss calculation */
 | 
			
		||||
	int stats_initialized;
 | 
			
		||||
	uint16_t stats_base_seq;
 | 
			
		||||
	uint16_t stats_max_seq;
 | 
			
		||||
	uint32_t stats_ssrc;
 | 
			
		||||
	uint32_t stats_jitter;
 | 
			
		||||
	int32_t stats_transit;
 | 
			
		||||
	int stats_cycles;
 | 
			
		||||
	bool patched_first_rtp_payload; /* FIXME: drop this, see OS#2459 */
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_rtp_codec {
 | 
			
		||||
	uint32_t rate;
 | 
			
		||||
	int channels;
 | 
			
		||||
	uint32_t frame_duration_num;
 | 
			
		||||
	uint32_t frame_duration_den;
 | 
			
		||||
 | 
			
		||||
	int payload_type;
 | 
			
		||||
	char *audio_name;
 | 
			
		||||
	char *subtype_name;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_rtp_end {
 | 
			
		||||
	/* statistics */
 | 
			
		||||
	unsigned int packets_rx;
 | 
			
		||||
	unsigned int octets_rx;
 | 
			
		||||
	unsigned int packets_tx;
 | 
			
		||||
	unsigned int octets_tx;
 | 
			
		||||
	unsigned int dropped_packets;
 | 
			
		||||
	struct in_addr addr;
 | 
			
		||||
 | 
			
		||||
	/* in network byte order */
 | 
			
		||||
	int rtp_port, rtcp_port;
 | 
			
		||||
 | 
			
		||||
	/* audio codec information */
 | 
			
		||||
	struct mgcp_rtp_codec codec;
 | 
			
		||||
	struct mgcp_rtp_codec alt_codec; /* TODO/XXX: make it generic */
 | 
			
		||||
 | 
			
		||||
	/* per endpoint data */
 | 
			
		||||
	int  frames_per_packet;
 | 
			
		||||
	uint32_t packet_duration_ms;
 | 
			
		||||
	char *fmtp_extra;
 | 
			
		||||
	int output_enabled;
 | 
			
		||||
	int force_output_ptime;
 | 
			
		||||
 | 
			
		||||
	/* RTP patching */
 | 
			
		||||
	int force_constant_ssrc; /* -1: always, 0: don't, 1: once */
 | 
			
		||||
	int force_aligned_timing;
 | 
			
		||||
	void *rtp_process_data;
 | 
			
		||||
 | 
			
		||||
	/* Each end has a separate socket for RTP and RTCP */
 | 
			
		||||
	struct osmo_fd rtp;
 | 
			
		||||
	struct osmo_fd rtcp;
 | 
			
		||||
 | 
			
		||||
	int local_port;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_rtp_tap {
 | 
			
		||||
	int enabled;
 | 
			
		||||
	struct sockaddr_in forward;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_lco {
 | 
			
		||||
	char *string;
 | 
			
		||||
	char *codec;
 | 
			
		||||
	int pkt_period_min; /* time in ms */
 | 
			
		||||
	int pkt_period_max; /* time in ms */
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* Specific rtp connection type (see struct mgcp_conn_rtp) */
 | 
			
		||||
enum mgcp_conn_rtp_type {
 | 
			
		||||
	MGCP_RTP_DEFAULT	= 0,
 | 
			
		||||
	MGCP_OSMUX_BSC,
 | 
			
		||||
	MGCP_OSMUX_BSC_NAT,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#include <osmocom/mgcp/osmux.h>
 | 
			
		||||
struct mgcp_conn;
 | 
			
		||||
 | 
			
		||||
/* MGCP connection (RTP) */
 | 
			
		||||
struct mgcp_conn_rtp {
 | 
			
		||||
 | 
			
		||||
	/* Backpointer to conn struct */
 | 
			
		||||
	struct mgcp_conn *conn;
 | 
			
		||||
 | 
			
		||||
	/* Specific connection type */
 | 
			
		||||
	enum mgcp_conn_rtp_type type;
 | 
			
		||||
 | 
			
		||||
	/* Port status */
 | 
			
		||||
	struct mgcp_rtp_end end;
 | 
			
		||||
 | 
			
		||||
	/* Sequence bits */
 | 
			
		||||
	struct mgcp_rtp_state state;
 | 
			
		||||
 | 
			
		||||
	/* taps for the rtp connection */
 | 
			
		||||
	struct mgcp_rtp_tap tap_in;
 | 
			
		||||
	struct mgcp_rtp_tap tap_out;
 | 
			
		||||
 | 
			
		||||
	/* Osmux states (optional) */
 | 
			
		||||
	struct {
 | 
			
		||||
		/* Osmux state: disabled, activating, active */
 | 
			
		||||
		enum osmux_state state;
 | 
			
		||||
		/* Allocated Osmux circuit ID for this endpoint */
 | 
			
		||||
		int allocated_cid;
 | 
			
		||||
		/* Used Osmux circuit ID for this endpoint */
 | 
			
		||||
		uint8_t cid;
 | 
			
		||||
		/* handle to batch messages */
 | 
			
		||||
		struct osmux_in_handle *in;
 | 
			
		||||
		/* handle to unbatch messages */
 | 
			
		||||
		struct osmux_out_handle out;
 | 
			
		||||
		/* statistics */
 | 
			
		||||
		struct {
 | 
			
		||||
			uint32_t chunks;
 | 
			
		||||
			uint32_t octets;
 | 
			
		||||
		} stats;
 | 
			
		||||
	} osmux;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/*! Connection type, specifies which member of the union "u" in mgcp_conn
 | 
			
		||||
 *  contains a useful connection description (currently only RTP) */
 | 
			
		||||
enum mgcp_conn_type {
 | 
			
		||||
	MGCP_CONN_TYPE_RTP,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/*! MGCP connection (untyped) */
 | 
			
		||||
struct mgcp_conn {
 | 
			
		||||
	/*!< list head */
 | 
			
		||||
	struct llist_head entry;
 | 
			
		||||
 | 
			
		||||
	/*!< Backpointer to the endpoint where the conn belongs to */
 | 
			
		||||
	struct mgcp_endpoint *endp;
 | 
			
		||||
 | 
			
		||||
	/*!< type of the connection (union) */
 | 
			
		||||
	enum mgcp_conn_type type;
 | 
			
		||||
 | 
			
		||||
	/*!< mode of the connection */
 | 
			
		||||
	enum mgcp_connection_mode mode;
 | 
			
		||||
 | 
			
		||||
	/*!< copy of the mode to restore the original setting (VTY) */
 | 
			
		||||
	enum mgcp_connection_mode mode_orig;
 | 
			
		||||
 | 
			
		||||
	/*!< connection id to identify the conntion */
 | 
			
		||||
	char id[MGCP_CONN_ID_LENGTH];
 | 
			
		||||
 | 
			
		||||
	/*!< human readable name (vty, logging) */
 | 
			
		||||
	char name[256];
 | 
			
		||||
 | 
			
		||||
	/*!< union with connection description */
 | 
			
		||||
	union {
 | 
			
		||||
		struct mgcp_conn_rtp rtp;
 | 
			
		||||
	} u;
 | 
			
		||||
 | 
			
		||||
	/*!< pointer to optional private data */
 | 
			
		||||
	void *priv;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#include <osmocom/mgcp/mgcp_conn.h>
 | 
			
		||||
 | 
			
		||||
struct mgcp_endpoint_type;
 | 
			
		||||
 | 
			
		||||
struct mgcp_endpoint {
 | 
			
		||||
	char *callid;
 | 
			
		||||
	struct mgcp_lco local_options;
 | 
			
		||||
 | 
			
		||||
	struct llist_head conns;
 | 
			
		||||
 | 
			
		||||
	/* backpointer */
 | 
			
		||||
	struct mgcp_config *cfg;
 | 
			
		||||
	struct mgcp_trunk_config *tcfg;
 | 
			
		||||
 | 
			
		||||
	const struct mgcp_endpoint_type *type;
 | 
			
		||||
 | 
			
		||||
	/* fields for re-transmission */
 | 
			
		||||
	char *last_trans;
 | 
			
		||||
	char *last_response;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#define ENDPOINT_NUMBER(endp) abs((int)(endp - endp->tcfg->endpoints))
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Internal structure while parsing a request
 | 
			
		||||
 */
 | 
			
		||||
struct mgcp_parse_data {
 | 
			
		||||
	struct mgcp_config *cfg;
 | 
			
		||||
	struct mgcp_endpoint *endp;
 | 
			
		||||
	char *trans;
 | 
			
		||||
	char *save;
 | 
			
		||||
	int found;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
int mgcp_send(struct mgcp_endpoint *endp, int is_rtp, struct sockaddr_in *addr,
 | 
			
		||||
	      char *buf, int rc, struct mgcp_conn_rtp *conn_src,
 | 
			
		||||
	      struct mgcp_conn_rtp *conn_dst);
 | 
			
		||||
int mgcp_send_dummy(struct mgcp_endpoint *endp, struct mgcp_conn_rtp *conn);
 | 
			
		||||
int mgcp_dispatch_rtp_bridge_cb(int proto, struct sockaddr_in *addr, char *buf,
 | 
			
		||||
				unsigned int buf_size, struct mgcp_conn *conn);
 | 
			
		||||
int mgcp_bind_net_rtp_port(struct mgcp_endpoint *endp, int rtp_port,
 | 
			
		||||
			   struct mgcp_conn_rtp *conn);
 | 
			
		||||
void mgcp_free_rtp_port(struct mgcp_rtp_end *end);
 | 
			
		||||
 | 
			
		||||
/* For transcoding we need to manage an in and an output that are connected */
 | 
			
		||||
static inline int endp_back_channel(int endpoint)
 | 
			
		||||
{
 | 
			
		||||
	return endpoint + 60;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
struct mgcp_trunk_config *mgcp_trunk_alloc(struct mgcp_config *cfg, int index);
 | 
			
		||||
struct mgcp_trunk_config *mgcp_trunk_num(struct mgcp_config *cfg, int index);
 | 
			
		||||
 | 
			
		||||
void mgcp_rtp_end_config(struct mgcp_endpoint *endp, int expect_ssrc_change,
 | 
			
		||||
			 struct mgcp_rtp_end *rtp);
 | 
			
		||||
uint32_t mgcp_rtp_packet_duration(struct mgcp_endpoint *endp,
 | 
			
		||||
				  struct mgcp_rtp_end *rtp);
 | 
			
		||||
 | 
			
		||||
/* payload processing default functions */
 | 
			
		||||
int mgcp_rtp_processing_default(struct mgcp_endpoint *endp, struct mgcp_rtp_end *dst_end,
 | 
			
		||||
				char *data, int *len, int buf_size);
 | 
			
		||||
 | 
			
		||||
int mgcp_setup_rtp_processing_default(struct mgcp_endpoint *endp,
 | 
			
		||||
				      struct mgcp_rtp_end *dst_end,
 | 
			
		||||
				      struct mgcp_rtp_end *src_end);
 | 
			
		||||
 | 
			
		||||
void mgcp_get_net_downlink_format_default(struct mgcp_endpoint *endp,
 | 
			
		||||
					  int *payload_type,
 | 
			
		||||
					  const char**audio_name,
 | 
			
		||||
					  const char**fmtp_extra,
 | 
			
		||||
					  struct mgcp_conn_rtp *conn);
 | 
			
		||||
 | 
			
		||||
/* internal RTP Annex A counting */
 | 
			
		||||
void mgcp_rtp_annex_count(struct mgcp_endpoint *endp, struct mgcp_rtp_state *state,
 | 
			
		||||
			const uint16_t seq, const int32_t transit,
 | 
			
		||||
			const uint32_t ssrc);
 | 
			
		||||
 | 
			
		||||
int mgcp_set_ip_tos(int fd, int tos);
 | 
			
		||||
 | 
			
		||||
enum {
 | 
			
		||||
	MGCP_DEST_NET = 0,
 | 
			
		||||
	MGCP_DEST_BTS,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#define MGCP_DUMMY_LOAD 0x23
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * SDP related information
 | 
			
		||||
 */
 | 
			
		||||
/* Assume audio frame length of 20ms */
 | 
			
		||||
#define DEFAULT_RTP_AUDIO_FRAME_DUR_NUM 20
 | 
			
		||||
#define DEFAULT_RTP_AUDIO_FRAME_DUR_DEN 1000
 | 
			
		||||
#define DEFAULT_RTP_AUDIO_PACKET_DURATION_MS 20
 | 
			
		||||
#define DEFAULT_RTP_AUDIO_DEFAULT_RATE  8000
 | 
			
		||||
#define DEFAULT_RTP_AUDIO_DEFAULT_CHANNELS 1
 | 
			
		||||
 | 
			
		||||
#define PTYPE_UNDEFINED (-1)
 | 
			
		||||
 | 
			
		||||
void mgcp_get_local_addr(char *addr, struct mgcp_conn_rtp *conn);
 | 
			
		||||
@@ -1,163 +0,0 @@
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <inttypes.h>
 | 
			
		||||
#include <stdbool.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp.h>
 | 
			
		||||
 | 
			
		||||
#define MGCP_DUMMY_LOAD 0x23
 | 
			
		||||
#define RTP_BUF_SIZE	4096
 | 
			
		||||
 | 
			
		||||
struct mgcp_rtp_stream_state {
 | 
			
		||||
	uint32_t ssrc;
 | 
			
		||||
	uint16_t last_seq;
 | 
			
		||||
	uint32_t last_timestamp;
 | 
			
		||||
	struct rate_ctr *err_ts_ctr;
 | 
			
		||||
	int32_t last_tsdelta;
 | 
			
		||||
	uint32_t last_arrival_time;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_rtp_state {
 | 
			
		||||
	/* has this state structure been initialized? */
 | 
			
		||||
	int initialized;
 | 
			
		||||
 | 
			
		||||
	struct {
 | 
			
		||||
		/* are we patching the SSRC value? */
 | 
			
		||||
		int patch_ssrc;
 | 
			
		||||
		/* original SSRC (to which we shall patch any different SSRC) */
 | 
			
		||||
		uint32_t orig_ssrc;
 | 
			
		||||
		/* offset to apply on the sequence number */
 | 
			
		||||
		int seq_offset;
 | 
			
		||||
		/* offset to apply on the timestamp number */
 | 
			
		||||
		int32_t timestamp_offset;
 | 
			
		||||
	} patch;
 | 
			
		||||
 | 
			
		||||
	/* duration of a packet (FIXME: in which unit?) */
 | 
			
		||||
	uint32_t packet_duration;
 | 
			
		||||
 | 
			
		||||
	/* Note: These states are not continuously updated, they serve as an
 | 
			
		||||
	 * information source to patch certain values in the RTP header. Do
 | 
			
		||||
	 * not use this state if constantly updated data about the RTP stream
 | 
			
		||||
	 * is needed. (see also mgcp_patch_and_count() */
 | 
			
		||||
	struct mgcp_rtp_stream_state in_stream;
 | 
			
		||||
	struct mgcp_rtp_stream_state out_stream;
 | 
			
		||||
 | 
			
		||||
	/* jitter and packet loss calculation */
 | 
			
		||||
	struct {
 | 
			
		||||
		int initialized;
 | 
			
		||||
		uint16_t base_seq;
 | 
			
		||||
		uint16_t max_seq;
 | 
			
		||||
		uint32_t ssrc;
 | 
			
		||||
		uint32_t jitter;
 | 
			
		||||
		int32_t transit;
 | 
			
		||||
		int cycles;
 | 
			
		||||
	} stats;
 | 
			
		||||
 | 
			
		||||
	/* Alternative values for RTP tx, in case no sufficient header
 | 
			
		||||
	 * information is available so the header needs to be generated
 | 
			
		||||
	 * locally (when just forwarding packets, the header of incoming
 | 
			
		||||
	 * data is just re-used) */
 | 
			
		||||
	uint16_t alt_rtp_tx_sequence;
 | 
			
		||||
	uint32_t alt_rtp_tx_ssrc;
 | 
			
		||||
 | 
			
		||||
	bool patched_first_rtp_payload; /* FIXME: drop this, see OS#2459 */
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_rtp_codec {
 | 
			
		||||
	uint32_t rate;
 | 
			
		||||
	int channels;
 | 
			
		||||
	uint32_t frame_duration_num;
 | 
			
		||||
	uint32_t frame_duration_den;
 | 
			
		||||
 | 
			
		||||
	int payload_type;
 | 
			
		||||
	char *audio_name;
 | 
			
		||||
	char *subtype_name;
 | 
			
		||||
 | 
			
		||||
	bool param_present;
 | 
			
		||||
	struct mgcp_codec_param param;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* 'mgcp_rtp_end': basically a wrapper around the RTP+RTCP ports */
 | 
			
		||||
struct mgcp_rtp_end {
 | 
			
		||||
	/* local IP address of the RTP socket */
 | 
			
		||||
	struct in_addr addr;
 | 
			
		||||
 | 
			
		||||
	/* in network byte order */
 | 
			
		||||
	int rtp_port, rtcp_port;
 | 
			
		||||
 | 
			
		||||
	/* currently selected audio codec */
 | 
			
		||||
	struct mgcp_rtp_codec *codec;
 | 
			
		||||
 | 
			
		||||
	/* array with assigned audio codecs to choose from (SDP) */
 | 
			
		||||
	struct mgcp_rtp_codec codecs[MGCP_MAX_CODECS];
 | 
			
		||||
 | 
			
		||||
	/* number of assigned audio codecs (SDP) */
 | 
			
		||||
	unsigned int codecs_assigned;
 | 
			
		||||
 | 
			
		||||
	/* per endpoint data */
 | 
			
		||||
	int  frames_per_packet;
 | 
			
		||||
	uint32_t packet_duration_ms;
 | 
			
		||||
	int maximum_packet_time; /* -1: not set */
 | 
			
		||||
	char *fmtp_extra;
 | 
			
		||||
	/* are we transmitting packets (1) or dropping (0) outbound packets */
 | 
			
		||||
	int output_enabled;
 | 
			
		||||
	/* FIXME: This parameter can be set + printed, but is nowhere used! */
 | 
			
		||||
	int force_output_ptime;
 | 
			
		||||
 | 
			
		||||
	/* RTP patching */
 | 
			
		||||
	int force_constant_ssrc; /* -1: always, 0: don't, 1: once */
 | 
			
		||||
	/* should we perform align_rtp_timestamp_offset() (1) or not (0) */
 | 
			
		||||
	int force_aligned_timing;
 | 
			
		||||
	bool rfc5993_hr_convert;
 | 
			
		||||
 | 
			
		||||
	/* Each end has a separate socket for RTP and RTCP */
 | 
			
		||||
	struct osmo_fd rtp;
 | 
			
		||||
	struct osmo_fd rtcp;
 | 
			
		||||
 | 
			
		||||
	/* local UDP port number of the RTP socket; RTCP is +1 */
 | 
			
		||||
	int local_port;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_rtp_tap {
 | 
			
		||||
	/* is this tap active (1) or not (0) */
 | 
			
		||||
	int enabled;
 | 
			
		||||
	/* IP/port to which we're forwarding the tapped data */
 | 
			
		||||
	struct sockaddr_in forward;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_conn;
 | 
			
		||||
 | 
			
		||||
int mgcp_send(struct mgcp_endpoint *endp, int is_rtp, struct sockaddr_in *addr,
 | 
			
		||||
	      struct msgb *msg, struct mgcp_conn_rtp *conn_src,
 | 
			
		||||
	      struct mgcp_conn_rtp *conn_dst);
 | 
			
		||||
int mgcp_send_dummy(struct mgcp_endpoint *endp, struct mgcp_conn_rtp *conn);
 | 
			
		||||
int mgcp_dispatch_rtp_bridge_cb(struct msgb *msg);
 | 
			
		||||
void mgcp_cleanup_rtp_bridge_cb(struct mgcp_endpoint *endp, struct mgcp_conn *conn);
 | 
			
		||||
int mgcp_dispatch_e1_bridge_cb(struct msgb *msg);
 | 
			
		||||
void mgcp_cleanup_e1_bridge_cb(struct mgcp_endpoint *endp, struct mgcp_conn *conn);
 | 
			
		||||
int mgcp_bind_net_rtp_port(struct mgcp_endpoint *endp, int rtp_port,
 | 
			
		||||
			   struct mgcp_conn_rtp *conn);
 | 
			
		||||
void mgcp_free_rtp_port(struct mgcp_rtp_end *end);
 | 
			
		||||
void mgcp_patch_and_count(struct mgcp_endpoint *endp,
 | 
			
		||||
			  struct mgcp_rtp_state *state,
 | 
			
		||||
			  struct mgcp_rtp_end *rtp_end,
 | 
			
		||||
			  struct sockaddr_in *addr, struct msgb *msg);
 | 
			
		||||
void mgcp_get_local_addr(char *addr, struct mgcp_conn_rtp *conn);
 | 
			
		||||
int mgcp_set_ip_tos(int fd, int tos);
 | 
			
		||||
 | 
			
		||||
/* payload processing default functions */
 | 
			
		||||
int mgcp_rtp_processing_default(struct mgcp_endpoint *endp, struct mgcp_rtp_end *dst_end,
 | 
			
		||||
				char *data, int *len, int buf_size);
 | 
			
		||||
 | 
			
		||||
int mgcp_setup_rtp_processing_default(struct mgcp_endpoint *endp,
 | 
			
		||||
				      struct mgcp_conn_rtp *conn_dst,
 | 
			
		||||
				      struct mgcp_conn_rtp *conn_src);
 | 
			
		||||
 | 
			
		||||
void mgcp_get_net_downlink_format_default(struct mgcp_endpoint *endp,
 | 
			
		||||
					  const struct mgcp_rtp_codec **codec,
 | 
			
		||||
					  const char **fmtp_extra,
 | 
			
		||||
					  struct mgcp_conn_rtp *conn);
 | 
			
		||||
 | 
			
		||||
/* internal RTP Annex A counting */
 | 
			
		||||
void mgcp_rtp_annex_count(struct mgcp_endpoint *endp, struct mgcp_rtp_state *state,
 | 
			
		||||
			const uint16_t seq, const int32_t transit,
 | 
			
		||||
			const uint32_t ssrc);
 | 
			
		||||
@@ -1,27 +0,0 @@
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
/* Internal structure while parsing a request */
 | 
			
		||||
struct mgcp_parse_data {
 | 
			
		||||
	struct mgcp_config *cfg;
 | 
			
		||||
	struct mgcp_endpoint *endp;
 | 
			
		||||
	char *trans;
 | 
			
		||||
	char *save;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* Local connection options */
 | 
			
		||||
struct mgcp_lco {
 | 
			
		||||
	char *string;
 | 
			
		||||
	char *codec;
 | 
			
		||||
	int pkt_period_min; /* time in ms */
 | 
			
		||||
	int pkt_period_max; /* time in ms */
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
char *get_lco_identifier(const char *options);
 | 
			
		||||
int check_local_cx_options(void *ctx, const char *options);
 | 
			
		||||
 | 
			
		||||
struct mgcp_rtp_end;
 | 
			
		||||
void mgcp_rtp_end_config(struct mgcp_endpoint *endp, int expect_ssrc_change,
 | 
			
		||||
			 struct mgcp_rtp_end *rtp);
 | 
			
		||||
 | 
			
		||||
uint32_t mgcp_rtp_packet_duration(struct mgcp_endpoint *endp,
 | 
			
		||||
				  struct mgcp_rtp_end *rtp);
 | 
			
		||||
@@ -1,95 +0,0 @@
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/* Global MCGP general rate counters */
 | 
			
		||||
enum {
 | 
			
		||||
	MGCP_GENERAL_RX_MSGS_TOTAL,
 | 
			
		||||
	MGCP_GENERAL_RX_MSGS_RETRANSMITTED,
 | 
			
		||||
	MGCP_GENERAL_RX_MSGS_HANDLED,
 | 
			
		||||
	MGCP_GENERAL_RX_MSGS_UNHANDLED,
 | 
			
		||||
	MGCP_GENERAL_RX_FAIL_MSG_PARSE,
 | 
			
		||||
	MGCP_GENERAL_RX_FAIL_NO_ENDPOINT,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* Trunk-global MCGP CRCX related rate counters */
 | 
			
		||||
enum {
 | 
			
		||||
	MGCP_CRCX_SUCCESS,
 | 
			
		||||
	MGCP_CRCX_FAIL_BAD_ACTION,
 | 
			
		||||
	MGCP_CRCX_FAIL_UNHANDLED_PARAM,
 | 
			
		||||
	MGCP_CRCX_FAIL_MISSING_CALLID,
 | 
			
		||||
	MGCP_CRCX_FAIL_INVALID_MODE,
 | 
			
		||||
	MGCP_CRCX_FAIL_LIMIT_EXCEEDED,
 | 
			
		||||
	MGCP_CRCX_FAIL_UNKNOWN_CALLID,
 | 
			
		||||
	MGCP_CRCX_FAIL_ALLOC_CONN,
 | 
			
		||||
	MGCP_CRCX_FAIL_NO_REMOTE_CONN_DESC,
 | 
			
		||||
	MGCP_CRCX_FAIL_START_RTP,
 | 
			
		||||
	MGCP_CRCX_FAIL_REJECTED_BY_POLICY,
 | 
			
		||||
	MGCP_CRCX_FAIL_NO_OSMUX,
 | 
			
		||||
	MGCP_CRCX_FAIL_INVALID_CONN_OPTIONS,
 | 
			
		||||
	MGCP_CRCX_FAIL_CODEC_NEGOTIATION,
 | 
			
		||||
	MGCP_CRCX_FAIL_BIND_PORT,
 | 
			
		||||
	MGCP_CRCX_FAIL_AVAIL,
 | 
			
		||||
	MGCP_CRCX_FAIL_CLAIM,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* Trunk-global MCGP MDCX related rate counters */
 | 
			
		||||
enum {
 | 
			
		||||
	MGCP_MDCX_SUCCESS,
 | 
			
		||||
	MGCP_MDCX_FAIL_WILDCARD,
 | 
			
		||||
	MGCP_MDCX_FAIL_NO_CONN,
 | 
			
		||||
	MGCP_MDCX_FAIL_INVALID_CALLID,
 | 
			
		||||
	MGCP_MDCX_FAIL_INVALID_CONNID,
 | 
			
		||||
	MGCP_MDCX_FAIL_UNHANDLED_PARAM,
 | 
			
		||||
	MGCP_MDCX_FAIL_NO_CONNID,
 | 
			
		||||
	MGCP_MDCX_FAIL_CONN_NOT_FOUND,
 | 
			
		||||
	MGCP_MDCX_FAIL_INVALID_MODE,
 | 
			
		||||
	MGCP_MDCX_FAIL_INVALID_CONN_OPTIONS,
 | 
			
		||||
	MGCP_MDCX_FAIL_NO_REMOTE_CONN_DESC,
 | 
			
		||||
	MGCP_MDCX_FAIL_START_RTP,
 | 
			
		||||
	MGCP_MDCX_FAIL_REJECTED_BY_POLICY,
 | 
			
		||||
	MGCP_MDCX_DEFERRED_BY_POLICY,
 | 
			
		||||
	MGCP_MDCX_FAIL_AVAIL,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* Trunk-global MCGP DLCX related rate counters */
 | 
			
		||||
enum {
 | 
			
		||||
	MGCP_DLCX_SUCCESS,
 | 
			
		||||
	MGCP_DLCX_FAIL_WILDCARD,
 | 
			
		||||
	MGCP_DLCX_FAIL_NO_CONN,
 | 
			
		||||
	MGCP_DLCX_FAIL_INVALID_CALLID,
 | 
			
		||||
	MGCP_DLCX_FAIL_INVALID_CONNID,
 | 
			
		||||
	MGCP_DLCX_FAIL_UNHANDLED_PARAM,
 | 
			
		||||
	MGCP_DLCX_FAIL_REJECTED_BY_POLICY,
 | 
			
		||||
	MGCP_DLCX_DEFERRED_BY_POLICY,
 | 
			
		||||
	MGCP_DLCX_FAIL_AVAIL,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* Trunk-global E1 related counters */
 | 
			
		||||
enum {
 | 
			
		||||
        E1_I460_TRAU_RX_FAIL_CTR,
 | 
			
		||||
        E1_I460_TRAU_TX_FAIL_CTR,
 | 
			
		||||
        E1_I460_TRAU_MUX_EMPTY_CTR,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* NOTE: When adding counters, also the dump_ratectr_* routines in vty.c must be updated. */
 | 
			
		||||
 | 
			
		||||
struct mgcp_ratectr_global {
 | 
			
		||||
	/* Rate counter group which contains stats for generic MGCP events. */
 | 
			
		||||
	struct rate_ctr_group *mgcp_general_ctr_group;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_ratectr_trunk {
 | 
			
		||||
	/* Rate counter group which contains stats for processed CRCX commands. */
 | 
			
		||||
	struct rate_ctr_group *mgcp_crcx_ctr_group;
 | 
			
		||||
	/* Rate counter group which contains stats for processed MDCX commands. */
 | 
			
		||||
	struct rate_ctr_group *mgcp_mdcx_ctr_group;
 | 
			
		||||
	/* Rate counter group which contains stats for processed DLCX commands. */
 | 
			
		||||
	struct rate_ctr_group *mgcp_dlcx_ctr_group;
 | 
			
		||||
	/* Rate counter group which aggregates stats of individual RTP connections. */
 | 
			
		||||
	struct rate_ctr_group *all_rtp_conn_stats;
 | 
			
		||||
	/* Rate counter group which contains stats for E1 events (only valid for E1 trunks) */
 | 
			
		||||
	struct rate_ctr_group *e1_stats;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
int mgcp_ratectr_global_alloc(void *ctx, struct mgcp_ratectr_global *ratectr);
 | 
			
		||||
int mgcp_ratectr_trunk_alloc(void *ctx, struct mgcp_ratectr_trunk *ratectr);
 | 
			
		||||
@@ -21,11 +21,15 @@
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
#include <osmocom/mgcp/mgcp_sdp.h>
 | 
			
		||||
 | 
			
		||||
int mgcp_parse_sdp_data(const struct mgcp_endpoint *endp,
 | 
			
		||||
			struct mgcp_conn_rtp *conn,
 | 
			
		||||
			struct mgcp_parse_data *p);
 | 
			
		||||
 | 
			
		||||
int mgcp_set_audio_info(void *ctx, struct mgcp_rtp_codec *codec,
 | 
			
		||||
			int payload_type, const char *audio_name);
 | 
			
		||||
 | 
			
		||||
int mgcp_write_response_sdp(const struct mgcp_endpoint *endp,
 | 
			
		||||
			    const struct mgcp_conn_rtp *conn, struct msgb *sdp,
 | 
			
		||||
			    const char *addr);
 | 
			
		||||
 
 | 
			
		||||
@@ -24,12 +24,14 @@
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <osmocom/mgcp/mgcp_internal.h>
 | 
			
		||||
#include <inttypes.h>
 | 
			
		||||
 | 
			
		||||
void mgcp_format_stats(char *str, size_t str_len,  struct mgcp_conn *conn);
 | 
			
		||||
 | 
			
		||||
/* Exposed for test purposes only, do not use actively */
 | 
			
		||||
void calc_loss(struct mgcp_conn_rtp *conn, uint32_t *expected, int *loss);
 | 
			
		||||
void calc_loss(struct mgcp_rtp_state *s, struct mgcp_rtp_end *,
 | 
			
		||||
			uint32_t *expected, int *loss);
 | 
			
		||||
 | 
			
		||||
/* Exposed for test purposes only, do not use actively */
 | 
			
		||||
uint32_t calc_jitter(struct mgcp_rtp_state *);
 | 
			
		||||
 
 | 
			
		||||
@@ -1,80 +0,0 @@
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <osmocom/gsm/i460_mux.h>
 | 
			
		||||
 | 
			
		||||
#define LOGPTRUNK(trunk, cat, level, fmt, args...) \
 | 
			
		||||
LOGP(cat, level, "trunk:%u " fmt, \
 | 
			
		||||
     trunk ? trunk->trunk_nr : 0, \
 | 
			
		||||
     ## args)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
enum mgcp_trunk_type {
 | 
			
		||||
	MGCP_TRUNK_VIRTUAL,
 | 
			
		||||
	MGCP_TRUNK_E1,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_trunk {
 | 
			
		||||
	struct llist_head entry;
 | 
			
		||||
 | 
			
		||||
	struct mgcp_config *cfg;
 | 
			
		||||
 | 
			
		||||
	int trunk_nr;
 | 
			
		||||
	enum mgcp_trunk_type trunk_type;
 | 
			
		||||
 | 
			
		||||
	char *audio_fmtp_extra;
 | 
			
		||||
	int audio_send_ptime;
 | 
			
		||||
	int audio_send_name;
 | 
			
		||||
	int audio_loop;
 | 
			
		||||
 | 
			
		||||
	int no_audio_transcoding;
 | 
			
		||||
 | 
			
		||||
	int omit_rtcp;
 | 
			
		||||
	int keepalive_interval;
 | 
			
		||||
 | 
			
		||||
	/* RTP patching */
 | 
			
		||||
	int force_constant_ssrc; /* 0: don't, 1: once */
 | 
			
		||||
	int force_aligned_timing;
 | 
			
		||||
	bool rfc5993_hr_convert;
 | 
			
		||||
 | 
			
		||||
	/* spec handling */
 | 
			
		||||
	int force_realloc;
 | 
			
		||||
 | 
			
		||||
	/* timer */
 | 
			
		||||
	struct osmo_timer_list keepalive_timer;
 | 
			
		||||
 | 
			
		||||
	/* When set, incoming RTP packets are not filtered
 | 
			
		||||
	 * when ports and ip-address do not match (debug) */
 | 
			
		||||
	int rtp_accept_all;
 | 
			
		||||
 | 
			
		||||
	unsigned int number_endpoints;
 | 
			
		||||
	struct mgcp_endpoint **endpoints;
 | 
			
		||||
 | 
			
		||||
	/* global rate counters to measure the trunks overall performance and health */
 | 
			
		||||
	struct mgcp_ratectr_trunk ratectr;
 | 
			
		||||
 | 
			
		||||
	union {
 | 
			
		||||
		/* Virtual trunk specific */
 | 
			
		||||
		struct {
 | 
			
		||||
			unsigned int vty_number_endpoints;
 | 
			
		||||
		} v;
 | 
			
		||||
		/* E1 specific */
 | 
			
		||||
		struct {
 | 
			
		||||
			unsigned int vty_line_nr;
 | 
			
		||||
			struct e1inp_line *line;
 | 
			
		||||
			bool ts_in_use[31];
 | 
			
		||||
			struct osmo_i460_timeslot i460_ts[31];
 | 
			
		||||
		} e1;
 | 
			
		||||
	};
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_trunk *mgcp_trunk_alloc(struct mgcp_config *cfg, enum mgcp_trunk_type ttype, int nr);
 | 
			
		||||
int mgcp_trunk_equip(struct mgcp_trunk *trunk);
 | 
			
		||||
struct mgcp_trunk *mgcp_trunk_by_num(const struct mgcp_config *cfg, enum mgcp_trunk_type ttype, int nr);
 | 
			
		||||
struct mgcp_trunk *mgcp_trunk_by_name(const struct mgcp_config *cfg, const char *epname);
 | 
			
		||||
int e1_trunk_nr_from_epname(const char *epname);
 | 
			
		||||
struct mgcp_trunk *mgcp_trunk_by_line_num(const struct mgcp_config *cfg, unsigned int num);
 | 
			
		||||
 | 
			
		||||
/* The virtual trunk is always created on trunk id 0 for historical reasons,
 | 
			
		||||
 * use this define constant as ID when allocating a virtual trunk. Other
 | 
			
		||||
 * trunks may be assigned with arbritrary id numbers */
 | 
			
		||||
#define MGCP_VIRT_TRUNK_ID 0
 | 
			
		||||
@@ -14,22 +14,20 @@ enum {
 | 
			
		||||
int osmux_init(int role, struct mgcp_config *cfg);
 | 
			
		||||
int osmux_enable_conn(struct mgcp_endpoint *endp, struct mgcp_conn_rtp *conn,
 | 
			
		||||
		      struct in_addr *addr, uint16_t port);
 | 
			
		||||
void conn_osmux_disable(struct mgcp_conn_rtp *conn);
 | 
			
		||||
int conn_osmux_allocate_cid(struct mgcp_conn_rtp *conn, int osmux_cid);
 | 
			
		||||
void conn_osmux_release_cid(struct mgcp_conn_rtp *conn);
 | 
			
		||||
void osmux_disable_conn(struct mgcp_conn_rtp *conn);
 | 
			
		||||
void osmux_allocate_cid(struct mgcp_conn_rtp *conn);
 | 
			
		||||
void osmux_release_cid(struct mgcp_conn_rtp *conn);
 | 
			
		||||
int osmux_xfrm_to_osmux(char *buf, int buf_len, struct mgcp_conn_rtp *conn);
 | 
			
		||||
int osmux_send_dummy(struct mgcp_endpoint *endp, struct mgcp_conn_rtp *conn);
 | 
			
		||||
 | 
			
		||||
void osmux_cid_pool_get(uint8_t osmux_cid);
 | 
			
		||||
int osmux_cid_pool_get_next(void);
 | 
			
		||||
void osmux_cid_pool_put(uint8_t osmux_cid);
 | 
			
		||||
bool osmux_cid_pool_allocated(uint8_t osmux_cid);
 | 
			
		||||
int osmux_cid_pool_count_used(void);
 | 
			
		||||
int osmux_get_cid(void);
 | 
			
		||||
void osmux_put_cid(uint8_t osmux_cid);
 | 
			
		||||
int osmux_used_cid(void);
 | 
			
		||||
 | 
			
		||||
enum osmux_state {
 | 
			
		||||
	OSMUX_STATE_DISABLED = 0, /* Osmux not being currently used by endp */
 | 
			
		||||
	OSMUX_STATE_ACTIVATING,   /* Osmux was accepted in MGCP CRCX ACK. It can now be enabled by \ref osmux_enable_endpoint. */
 | 
			
		||||
	OSMUX_STATE_ENABLED,	  /* Osmux was initialized by \ref osmux_enable_endpoint and can process frames */
 | 
			
		||||
	OSMUX_STATE_DISABLED = 0,
 | 
			
		||||
	OSMUX_STATE_NEGOTIATING,
 | 
			
		||||
	OSMUX_STATE_ACTIVATING,
 | 
			
		||||
	OSMUX_STATE_ENABLED,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum osmux_usage {
 | 
			
		||||
@@ -37,3 +35,4 @@ enum osmux_usage {
 | 
			
		||||
	OSMUX_USAGE_ON = 1,
 | 
			
		||||
	OSMUX_USAGE_ONLY = 2,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,31 @@
 | 
			
		||||
#pragma once
 | 
			
		||||
#ifndef OPENBSC_VTY_H
 | 
			
		||||
#define OPENBSC_VTY_H
 | 
			
		||||
 | 
			
		||||
#include <osmocom/vty/vty.h>
 | 
			
		||||
#include <osmocom/vty/buffer.h>
 | 
			
		||||
#include <osmocom/vty/command.h>
 | 
			
		||||
 | 
			
		||||
struct gsm_network;
 | 
			
		||||
struct vty;
 | 
			
		||||
 | 
			
		||||
void openbsc_vty_print_statistics(struct vty *vty, struct gsm_network *);
 | 
			
		||||
 | 
			
		||||
struct buffer *vty_argv_to_buffer(int argc, const char *argv[], int base);
 | 
			
		||||
 | 
			
		||||
extern struct cmd_element cfg_description_cmd;
 | 
			
		||||
extern struct cmd_element cfg_no_description_cmd;
 | 
			
		||||
 | 
			
		||||
enum mgcp_vty_node {
 | 
			
		||||
	MGCP_NODE = _LAST_OSMOVTY_NODE + 1,
 | 
			
		||||
	TRUNK_NODE,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct log_info;
 | 
			
		||||
int bsc_vty_init(struct gsm_network *network);
 | 
			
		||||
int bsc_vty_init_extra(void);
 | 
			
		||||
 | 
			
		||||
void msc_vty_init(struct gsm_network *msc_network);
 | 
			
		||||
 | 
			
		||||
struct gsm_network *gsmnet_from_vty(struct vty *vty);
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
@@ -5,14 +5,11 @@
 | 
			
		||||
 | 
			
		||||
#include <osmocom/mgcp_client/mgcp_common.h>
 | 
			
		||||
 | 
			
		||||
/* See also: RFC 3435, chapter 3.5 Transmission over UDP */
 | 
			
		||||
#define MGCP_CLIENT_LOCAL_ADDR_DEFAULT "0.0.0.0"
 | 
			
		||||
#define MGCP_CLIENT_LOCAL_PORT_DEFAULT 2727
 | 
			
		||||
#define MGCP_CLIENT_LOCAL_PORT_DEFAULT 0
 | 
			
		||||
#define MGCP_CLIENT_REMOTE_ADDR_DEFAULT "127.0.0.1"
 | 
			
		||||
#define MGCP_CLIENT_REMOTE_PORT_DEFAULT 2427
 | 
			
		||||
 | 
			
		||||
#define MGCP_CLIENT_MGW_STR "Configure MGCP connection to Media Gateway\n"
 | 
			
		||||
 | 
			
		||||
struct msgb;
 | 
			
		||||
struct vty;
 | 
			
		||||
struct mgcp_client;
 | 
			
		||||
@@ -22,53 +19,18 @@ struct mgcp_client_conf {
 | 
			
		||||
	int local_port;
 | 
			
		||||
	const char *remote_addr;
 | 
			
		||||
	int remote_port;
 | 
			
		||||
 | 
			
		||||
	/* By default, we are always addressing the MGW with e.g. 'rtpbridge/123@mgw'.
 | 
			
		||||
	 * If this is nonempty, the contained name will be used instead of 'mgw'. */
 | 
			
		||||
	char endpoint_domain_name[MGCP_ENDPOINT_MAXLEN];
 | 
			
		||||
	uint16_t first_endpoint;
 | 
			
		||||
	uint16_t last_endpoint;
 | 
			
		||||
	uint16_t bts_base;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
typedef unsigned int mgcp_trans_id_t;
 | 
			
		||||
 | 
			
		||||
/*! Enumeration of the codec types that mgcp_client is able to handle. */
 | 
			
		||||
enum mgcp_codecs {
 | 
			
		||||
	CODEC_PCMU_8000_1 = 0,
 | 
			
		||||
	CODEC_GSM_8000_1 = 3,
 | 
			
		||||
	CODEC_PCMA_8000_1 = 8,
 | 
			
		||||
	CODEC_G729_8000_1 = 18,
 | 
			
		||||
	CODEC_GSMEFR_8000_1 = 110,
 | 
			
		||||
	CODEC_GSMHR_8000_1 = 111,
 | 
			
		||||
	CODEC_AMR_8000_1 = 112,
 | 
			
		||||
	CODEC_AMRWB_16000_1 = 113,
 | 
			
		||||
};
 | 
			
		||||
/* Note: when new codec types are added, the corresponding value strings
 | 
			
		||||
 * in mgcp_client.c (codec_table) must be updated as well. Enumerations
 | 
			
		||||
 * in enum mgcp_codecs must correspond to a valid payload type. However,
 | 
			
		||||
 * this is an internal assumption that is made to avoid lookup tables.
 | 
			
		||||
 * The API-User should not rely on this coincidence! */
 | 
			
		||||
 | 
			
		||||
extern const struct value_string osmo_mgcpc_codec_names[];
 | 
			
		||||
static inline const char *osmo_mgcpc_codec_name(enum mgcp_codecs val)
 | 
			
		||||
{ return get_value_string(osmo_mgcpc_codec_names, val); }
 | 
			
		||||
 | 
			
		||||
/*! Structure to build a payload type map to allow the defiition custom payload
 | 
			
		||||
 *  types. */
 | 
			
		||||
struct ptmap {
 | 
			
		||||
	/*! codec for which a payload type number should be defined */
 | 
			
		||||
	enum mgcp_codecs codec;
 | 
			
		||||
 | 
			
		||||
	/*! payload type number (96-127) */
 | 
			
		||||
	unsigned int pt;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_response_head {
 | 
			
		||||
	int response_code;
 | 
			
		||||
	mgcp_trans_id_t trans_id;
 | 
			
		||||
	char comment[MGCP_COMMENT_MAXLEN];
 | 
			
		||||
	char conn_id[MGCP_CONN_ID_MAXLEN];
 | 
			
		||||
	char endpoint[MGCP_ENDPOINT_MAXLEN];
 | 
			
		||||
	bool x_osmo_osmux_use;
 | 
			
		||||
	uint8_t x_osmo_osmux_cid;
 | 
			
		||||
	const char *comment;
 | 
			
		||||
	char conn_id[MGCP_CONN_ID_LENGTH];
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct mgcp_response {
 | 
			
		||||
@@ -76,11 +38,6 @@ struct mgcp_response {
 | 
			
		||||
	struct mgcp_response_head head;
 | 
			
		||||
	uint16_t audio_port;
 | 
			
		||||
	char audio_ip[INET_ADDRSTRLEN];
 | 
			
		||||
	unsigned int ptime;
 | 
			
		||||
	enum mgcp_codecs codecs[MGCP_MAX_CODECS];
 | 
			
		||||
	unsigned int codecs_len;
 | 
			
		||||
	struct ptmap ptmap[MGCP_MAX_CODECS];
 | 
			
		||||
	unsigned int ptmap_len;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum mgcp_verb {
 | 
			
		||||
@@ -97,8 +54,9 @@ enum mgcp_verb {
 | 
			
		||||
#define MGCP_MSG_PRESENCE_AUDIO_IP	0x0008
 | 
			
		||||
#define MGCP_MSG_PRESENCE_AUDIO_PORT	0x0010
 | 
			
		||||
#define MGCP_MSG_PRESENCE_CONN_MODE	0x0020
 | 
			
		||||
#define MGCP_MSG_PRESENCE_X_OSMO_OSMUX_CID 0x4000
 | 
			
		||||
#define MGCP_MSG_PRESENCE_X_OSMO_IGN	0x8000
 | 
			
		||||
 | 
			
		||||
/* See also RFC3435 section 3.2.1.3 */
 | 
			
		||||
#define MGCP_ENDPOINT_MAXLEN (255*2+1+1)
 | 
			
		||||
 | 
			
		||||
struct mgcp_msg {
 | 
			
		||||
	enum mgcp_verb verb;
 | 
			
		||||
@@ -110,16 +68,6 @@ struct mgcp_msg {
 | 
			
		||||
	uint16_t audio_port;
 | 
			
		||||
	char *audio_ip;
 | 
			
		||||
	enum mgcp_connection_mode conn_mode;
 | 
			
		||||
	unsigned int ptime;
 | 
			
		||||
	enum mgcp_codecs codecs[MGCP_MAX_CODECS];
 | 
			
		||||
	unsigned int codecs_len;
 | 
			
		||||
	struct ptmap ptmap[MGCP_MAX_CODECS];
 | 
			
		||||
	unsigned int ptmap_len;
 | 
			
		||||
	uint32_t x_osmo_ign;
 | 
			
		||||
	bool x_osmo_osmux_use;
 | 
			
		||||
	int x_osmo_osmux_cid; /* -1 is wildcard */
 | 
			
		||||
	bool param_present;
 | 
			
		||||
	struct mgcp_codec_param param;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
void mgcp_client_conf_init(struct mgcp_client_conf *conf);
 | 
			
		||||
@@ -135,10 +83,8 @@ const char *mgcp_client_remote_addr_str(struct mgcp_client *mgcp);
 | 
			
		||||
uint16_t mgcp_client_remote_port(struct mgcp_client *mgcp);
 | 
			
		||||
uint32_t mgcp_client_remote_addr_n(struct mgcp_client *mgcp);
 | 
			
		||||
 | 
			
		||||
const char *mgcp_client_endpoint_domain(const struct mgcp_client *mgcp);
 | 
			
		||||
const char *mgcp_client_rtpbridge_wildcard(const struct mgcp_client *mgcp);
 | 
			
		||||
const char *mgcp_client_e1_epname(void *ctx, const struct mgcp_client *mgcp, uint8_t trunk_id, uint8_t ts,
 | 
			
		||||
				  uint8_t rate, uint8_t offset);
 | 
			
		||||
int mgcp_client_next_endpoint(struct mgcp_client *client);
 | 
			
		||||
void mgcp_client_release_endpoint(uint16_t id, struct mgcp_client *client);
 | 
			
		||||
 | 
			
		||||
/* Invoked when an MGCP response is received or sending failed.  When the
 | 
			
		||||
 * response is passed as NULL, this indicates failure during transmission. */
 | 
			
		||||
@@ -151,6 +97,20 @@ int mgcp_client_cancel(struct mgcp_client *mgcp, mgcp_trans_id_t trans_id);
 | 
			
		||||
 | 
			
		||||
enum mgcp_connection_mode;
 | 
			
		||||
 | 
			
		||||
struct msgb *mgcp_msg_crcx(struct mgcp_client *mgcp,
 | 
			
		||||
			   uint16_t rtp_endpoint, unsigned int call_id,
 | 
			
		||||
			   enum mgcp_connection_mode mode)
 | 
			
		||||
OSMO_DEPRECATED("Use mgcp_msg_gen() instead");
 | 
			
		||||
 | 
			
		||||
struct msgb *mgcp_msg_mdcx(struct mgcp_client *mgcp,
 | 
			
		||||
			   uint16_t rtp_endpoint, const char *rtp_conn_addr,
 | 
			
		||||
			   uint16_t rtp_port, enum mgcp_connection_mode mode)
 | 
			
		||||
OSMO_DEPRECATED("Use mgcp_msg_gen() instead");
 | 
			
		||||
 | 
			
		||||
struct msgb *mgcp_msg_dlcx(struct mgcp_client *mgcp, uint16_t rtp_endpoint,
 | 
			
		||||
			   unsigned int call_id)
 | 
			
		||||
OSMO_DEPRECATED("Use mgcp_msg_gen() instead");
 | 
			
		||||
 | 
			
		||||
struct msgb *mgcp_msg_gen(struct mgcp_client *mgcp, struct mgcp_msg *mgcp_msg);
 | 
			
		||||
mgcp_trans_id_t mgcp_msg_trans_id(struct msgb *msg);
 | 
			
		||||
 | 
			
		||||
@@ -159,9 +119,3 @@ static inline const char *mgcp_client_cmode_name(enum mgcp_connection_mode mode)
 | 
			
		||||
{
 | 
			
		||||
	return get_value_string(mgcp_client_connection_mode_strs, mode);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
enum mgcp_codecs map_str_to_codec(const char *str);
 | 
			
		||||
unsigned int map_codec_to_pt(const struct ptmap *ptmap, unsigned int ptmap_len,
 | 
			
		||||
			     enum mgcp_codecs codec);
 | 
			
		||||
enum mgcp_codecs map_pt_to_codec(struct ptmap *ptmap, unsigned int ptmap_len,
 | 
			
		||||
				 unsigned int pt);
 | 
			
		||||
 
 | 
			
		||||
@@ -1,51 +0,0 @@
 | 
			
		||||
/* FSM to manage multiple connections of an MGW endpoint */
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <osmocom/mgcp_client/mgcp_client_fsm.h>
 | 
			
		||||
 | 
			
		||||
#define LOG_MGCPC_EP(ep, level, fmt, args...) do { \
 | 
			
		||||
	LOGPFSML(ep->fi, level, "%s " fmt, \
 | 
			
		||||
		 osmo_mgcpc_ep_name(ep), ## args); \
 | 
			
		||||
	} while(0)
 | 
			
		||||
 | 
			
		||||
struct osmo_mgcpc_ep;
 | 
			
		||||
struct osmo_mgcpc_ep_ci;
 | 
			
		||||
struct osmo_tdef;
 | 
			
		||||
 | 
			
		||||
struct osmo_mgcpc_ep *osmo_mgcpc_ep_alloc(struct osmo_fsm_inst *parent, uint32_t parent_term_event,
 | 
			
		||||
					  struct mgcp_client *mgcp_client,
 | 
			
		||||
					  const struct osmo_tdef *T_defs,
 | 
			
		||||
					  const char *fsm_id,
 | 
			
		||||
					  const char *endpoint_str_fmt, ...);
 | 
			
		||||
 | 
			
		||||
struct osmo_mgcpc_ep_ci *osmo_mgcpc_ep_ci_add(struct osmo_mgcpc_ep *ep, const char *label_fmt, ...);
 | 
			
		||||
const struct mgcp_conn_peer *osmo_mgcpc_ep_ci_get_rtp_info(const struct osmo_mgcpc_ep_ci *ci);
 | 
			
		||||
bool osmo_mgcpc_ep_ci_get_crcx_info_to_sockaddr(const struct osmo_mgcpc_ep_ci *ci, struct sockaddr_storage *dest);
 | 
			
		||||
bool osmo_mgcpc_ep_ci_get_crcx_info_to_osmux_cid(const struct osmo_mgcpc_ep_ci *ci, uint8_t* cid);
 | 
			
		||||
 | 
			
		||||
void osmo_mgcpc_ep_ci_request(struct osmo_mgcpc_ep_ci *ci,
 | 
			
		||||
			      enum mgcp_verb verb, const struct mgcp_conn_peer *verb_info,
 | 
			
		||||
			      struct osmo_fsm_inst *notify,
 | 
			
		||||
			      uint32_t event_success, uint32_t event_failure,
 | 
			
		||||
			      void *notify_data);
 | 
			
		||||
 | 
			
		||||
void osmo_mgcpc_ep_cancel_notify(struct osmo_mgcpc_ep *ep, struct osmo_fsm_inst *notify);
 | 
			
		||||
struct osmo_mgcpc_ep *osmo_mgcpc_ep_ci_ep(struct osmo_mgcpc_ep_ci *ci);
 | 
			
		||||
 | 
			
		||||
/*! Dispatch a DLCX for the given connection.
 | 
			
		||||
 * \param ci  Connection identifier as obtained from osmo_mgcpc_ep_ci_add().
 | 
			
		||||
 */
 | 
			
		||||
static inline void osmo_mgcpc_ep_ci_dlcx(struct osmo_mgcpc_ep_ci *ci)
 | 
			
		||||
{
 | 
			
		||||
	osmo_mgcpc_ep_ci_request(ci, MGCP_VERB_DLCX, NULL, NULL, 0, 0, NULL);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void osmo_mgcpc_ep_clear(struct osmo_mgcpc_ep *ep);
 | 
			
		||||
 | 
			
		||||
const char *osmo_mgcpc_ep_name(const struct osmo_mgcpc_ep *ep);
 | 
			
		||||
const char *osmo_mgcpc_ep_ci_name(const struct osmo_mgcpc_ep_ci *ci);
 | 
			
		||||
const char *osmo_mgcpc_ep_ci_id(const struct osmo_mgcpc_ep_ci *ci);
 | 
			
		||||
 | 
			
		||||
extern const struct value_string osmo_mgcp_verb_names[];
 | 
			
		||||
static inline const char *osmo_mgcp_verb_name(enum mgcp_verb val)
 | 
			
		||||
{ return get_value_string(osmo_mgcp_verb_names, val); }
 | 
			
		||||
@@ -1,73 +0,0 @@
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <osmocom/mgcp_client/mgcp_common.h>
 | 
			
		||||
#include <osmocom/mgcp_client/mgcp_client.h>
 | 
			
		||||
#include <osmocom/gsm/protocol/gsm_04_08.h>
 | 
			
		||||
 | 
			
		||||
/*! This struct organizes the connection infromation one connection side
 | 
			
		||||
 *  (either remote or local). It is used to pass parameters (local) to the FSM
 | 
			
		||||
 *  and get responses (remote) from the FSM as pointer attached to the FSM
 | 
			
		||||
 *  event.
 | 
			
		||||
 * 
 | 
			
		||||
 *  When modifiying a connection, the endpoint and call_id members may be left
 | 
			
		||||
 *  unpopulated. The call_id field is ignored in this case. If an endpoint
 | 
			
		||||
 *  identifier is supplied it is checked against the internal state to make
 | 
			
		||||
 *  sure it is correct. */
 | 
			
		||||
struct mgcp_conn_peer {
 | 
			
		||||
	/*! RTP connection IP-Address (optional, string e.g. "127.0.0.1") */
 | 
			
		||||
	char addr[INET_ADDRSTRLEN];
 | 
			
		||||
 | 
			
		||||
	/*! RTP connection IP-Port (optional)  */
 | 
			
		||||
	uint16_t port;
 | 
			
		||||
 | 
			
		||||
	/*! RTP endpoint */
 | 
			
		||||
	char endpoint[MGCP_ENDPOINT_MAXLEN];
 | 
			
		||||
 | 
			
		||||
	/*! CALL ID (unique per connection) */
 | 
			
		||||
	unsigned int call_id;
 | 
			
		||||
 | 
			
		||||
	/*! RTP packetization interval (optional) */
 | 
			
		||||
	unsigned int ptime;
 | 
			
		||||
 | 
			
		||||
	/*! RTP codec list (optional) */
 | 
			
		||||
	enum mgcp_codecs codecs[MGCP_MAX_CODECS];
 | 
			
		||||
 | 
			
		||||
	/*! Number of codecs in RTP codec list (optional) */
 | 
			
		||||
	unsigned int codecs_len;
 | 
			
		||||
 | 
			
		||||
	/*! RTP payload type map (optional, only needed when payload types are
 | 
			
		||||
	 * used that differ from what IANA/3GPP defines) */
 | 
			
		||||
	struct ptmap ptmap[MGCP_MAX_CODECS];
 | 
			
		||||
 | 
			
		||||
	/*! RTP payload type map length (optional, only needed when payload
 | 
			
		||||
	 * types are used that differ from what IANA/3GPP defines) */
 | 
			
		||||
	unsigned int ptmap_len;
 | 
			
		||||
 | 
			
		||||
	/*! If nonzero, send 'X-Osmo-IGN:' header. This is useful e.g. for SCCPlite MSCs where the MSC is
 | 
			
		||||
	 * known to issue incoherent or unknown CallIDs / to issue CRCX commands with a different domain
 | 
			
		||||
	 * name than the BSC. An OsmoMGW will then ignore these and not fail on mismatches. */
 | 
			
		||||
	uint32_t x_osmo_ign;
 | 
			
		||||
 | 
			
		||||
	/*! send 'X-Osmux: %d' header (or "*" as wildcard). */
 | 
			
		||||
	bool x_osmo_osmux_use;
 | 
			
		||||
	/*! -1 means send wildcard. */
 | 
			
		||||
	int x_osmo_osmux_cid;
 | 
			
		||||
 | 
			
		||||
	/*! If left MGCP_CONN_NONE, use MGCP_CONN_RECV_ONLY or MGCP_CONN_RECV_SEND, depending on whether an audio RTP
 | 
			
		||||
	 * address is set. If != MGCP_CONN_NONE, force this conn mode. */
 | 
			
		||||
	enum mgcp_connection_mode conn_mode;
 | 
			
		||||
 | 
			
		||||
	/*! If the codec requires additional format parameters (fmtp), those cann be set here, see also
 | 
			
		||||
	 * mgcp_common.h */
 | 
			
		||||
	bool param_present;
 | 
			
		||||
	struct mgcp_codec_param param;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct osmo_fsm_inst *mgcp_conn_create(struct mgcp_client *mgcp, struct osmo_fsm_inst *parent_fi, uint32_t parent_term_evt,
 | 
			
		||||
				       uint32_t parent_evt, struct mgcp_conn_peer *conn_peer);
 | 
			
		||||
int mgcp_conn_modify(struct osmo_fsm_inst *fi, uint32_t parent_evt, struct mgcp_conn_peer *conn_peer);
 | 
			
		||||
void mgcp_conn_delete(struct osmo_fsm_inst *fi);
 | 
			
		||||
 | 
			
		||||
const char *mgcp_conn_get_ci(struct osmo_fsm_inst *fi);
 | 
			
		||||
 | 
			
		||||
const char *osmo_mgcpc_conn_peer_name(const struct mgcp_conn_peer *info);
 | 
			
		||||
							
								
								
									
										10
									
								
								libosmo-legacy-mgcp.pc.in
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								libosmo-legacy-mgcp.pc.in
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
prefix=@prefix@
 | 
			
		||||
exec_prefix=@exec_prefix@
 | 
			
		||||
libdir=@libdir@
 | 
			
		||||
includedir=@includedir@
 | 
			
		||||
 | 
			
		||||
Name: Osmocom legacy Media Gateway Control Protocol library
 | 
			
		||||
Description: C Utility Library
 | 
			
		||||
Version: @VERSION@
 | 
			
		||||
Libs: -L${libdir} -losmo-legacy-mgcp
 | 
			
		||||
Cflags: -I${includedir}/
 | 
			
		||||
							
								
								
									
										10
									
								
								libosmo-mgcp.pc.in
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								libosmo-mgcp.pc.in
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
prefix=@prefix@
 | 
			
		||||
exec_prefix=@exec_prefix@
 | 
			
		||||
libdir=@libdir@
 | 
			
		||||
includedir=@includedir@
 | 
			
		||||
 | 
			
		||||
Name: Osmocom Media Gateway Control Protocol library
 | 
			
		||||
Description: C Utility Library
 | 
			
		||||
Version: @VERSION@
 | 
			
		||||
Libs: -L${libdir} -losmo-mgcp
 | 
			
		||||
Cflags: -I${includedir}/
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
#!/usr/bin/env python3
 | 
			
		||||
#!/usr/bin/env python
 | 
			
		||||
 | 
			
		||||
# (C) 2013 by Katerina Barone-Adesi <kat.obsc@gmail.com>
 | 
			
		||||
# This program is free software: you can redistribute it and/or modify
 | 
			
		||||
@@ -17,9 +17,11 @@
 | 
			
		||||
 | 
			
		||||
app_configs = {
 | 
			
		||||
    "osmo-mgw": ["doc/examples/osmo-mgw/osmo-mgw.cfg"],
 | 
			
		||||
    "osmo-bsc_mgcp": ["doc/examples/osmo-bsc_mgcp/mgcp.cfg"],
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
apps = [(4243, "src/osmo-mgw/osmo-mgw", "OsmoMGW", "osmo-mgw"),
 | 
			
		||||
        (4243, "src/osmo-bsc_mgcp/osmo-bsc_mgcp", "OpenBSC MGCP", "osmo-bsc_mgcp"),
 | 
			
		||||
        ]
 | 
			
		||||
 | 
			
		||||
vty_command = ["./src/osmo-mgw/osmo-mgw", "-c",
 | 
			
		||||
 
 | 
			
		||||
@@ -21,11 +21,13 @@ AM_LDFLAGS = \
 | 
			
		||||
 | 
			
		||||
# Libraries
 | 
			
		||||
SUBDIRS = \
 | 
			
		||||
	libosmo-legacy-mgcp \
 | 
			
		||||
	libosmo-mgcp-client \
 | 
			
		||||
	libosmo-mgcp \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
# Programs
 | 
			
		||||
SUBDIRS += \
 | 
			
		||||
	osmo-bsc_mgcp \
 | 
			
		||||
	osmo-mgw \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										51
									
								
								src/libosmo-legacy-mgcp/Makefile.am
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										51
									
								
								src/libosmo-legacy-mgcp/Makefile.am
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,51 @@
 | 
			
		||||
AM_CPPFLAGS = \
 | 
			
		||||
	$(all_includes) \
 | 
			
		||||
	-I$(top_srcdir)/include \
 | 
			
		||||
	-I$(top_builddir) \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
AM_CFLAGS = \
 | 
			
		||||
	-Wall \
 | 
			
		||||
	$(LIBOSMOCORE_CFLAGS) \
 | 
			
		||||
	$(LIBOSMOVTY_CFLAGS) \
 | 
			
		||||
	$(LIBOSMONETIF_CFLAGS) \
 | 
			
		||||
	$(COVERAGE_CFLAGS) \
 | 
			
		||||
	$(LIBBCG729_CFLAGS) \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
AM_LDFLAGS = \
 | 
			
		||||
	$(LIBOSMOCORE_LIBS) \
 | 
			
		||||
	$(LIBOSMOVTY_LIBS) \
 | 
			
		||||
	$(LIBOSMONETIF_LIBS) \
 | 
			
		||||
	$(COVERAGE_LDFLAGS) \
 | 
			
		||||
	$(LIBBCG729_LIBS) \
 | 
			
		||||
	$(LIBRARY_GSM) \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
# This is not at all related to the release version, but a range of supported
 | 
			
		||||
# API versions. Read TODO_RELEASE in the source tree's root!
 | 
			
		||||
LEGACY_MGCP_LIBVERSION=0:0:0
 | 
			
		||||
 | 
			
		||||
lib_LTLIBRARIES = \
 | 
			
		||||
	libosmo-legacy-mgcp.la \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
noinst_HEADERS = \
 | 
			
		||||
	g711common.h \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
libosmo_legacy_mgcp_la_SOURCES = \
 | 
			
		||||
	mgcp_common.c \
 | 
			
		||||
	mgcp_protocol.c \
 | 
			
		||||
	mgcp_network.c \
 | 
			
		||||
	mgcp_vty.c \
 | 
			
		||||
	mgcp_osmux.c \
 | 
			
		||||
	mgcp_sdp.c \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
if BUILD_MGCP_TRANSCODING
 | 
			
		||||
libosmo_legacy_mgcp_la_SOURCES += \
 | 
			
		||||
	mgcp_transcode.c \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
libosmo_legacy_mgcp_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LEGACY_MGCP_LIBVERSION)
 | 
			
		||||
							
								
								
									
										187
									
								
								src/libosmo-legacy-mgcp/g711common.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										187
									
								
								src/libosmo-legacy-mgcp/g711common.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,187 @@
 | 
			
		||||
/*
 | 
			
		||||
 *  PCM - A-Law conversion
 | 
			
		||||
 *  Copyright (c) 2000 by Abramo Bagnara <abramo@alsa-project.org>
 | 
			
		||||
 *
 | 
			
		||||
 *  Wrapper for linphone Codec class by Simon Morlat <simon.morlat@linphone.org>
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 *  This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 *  it under the terms of the GNU General Public License as published by
 | 
			
		||||
 *  the Free Software Foundation; either version 2 of the License, or
 | 
			
		||||
 *  (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 *  This program is distributed in the hope that it will be useful,
 | 
			
		||||
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 *  GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 *  You should have received a copy of the GNU General Public License
 | 
			
		||||
 *  along with this program; if not, write to the Free Software
 | 
			
		||||
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
static inline int val_seg(int val)
 | 
			
		||||
{
 | 
			
		||||
	int r = 0;
 | 
			
		||||
	val >>= 7; /*7 = 4 + 3*/
 | 
			
		||||
	if (val & 0xf0) {
 | 
			
		||||
		val >>= 4;
 | 
			
		||||
		r += 4;
 | 
			
		||||
	}
 | 
			
		||||
	if (val & 0x0c) {
 | 
			
		||||
		val >>= 2;
 | 
			
		||||
		r += 2;
 | 
			
		||||
	}
 | 
			
		||||
	if (val & 0x02)
 | 
			
		||||
		r += 1;
 | 
			
		||||
	return r;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * s16_to_alaw() - Convert a 16-bit linear PCM value to 8-bit A-law
 | 
			
		||||
 *
 | 
			
		||||
 * s16_to_alaw() accepts an 16-bit integer and encodes it as A-law data.
 | 
			
		||||
 *
 | 
			
		||||
 *		Linear Input Code	Compressed Code
 | 
			
		||||
 *	------------------------	---------------
 | 
			
		||||
 *	0000000wxyza			000wxyz
 | 
			
		||||
 *	0000001wxyza			001wxyz
 | 
			
		||||
 *	000001wxyzab			010wxyz
 | 
			
		||||
 *	00001wxyzabc			011wxyz
 | 
			
		||||
 *	0001wxyzabcd			100wxyz
 | 
			
		||||
 *	001wxyzabcde			101wxyz
 | 
			
		||||
 *	01wxyzabcdef			110wxyz
 | 
			
		||||
 *	1wxyzabcdefg			111wxyz
 | 
			
		||||
 *
 | 
			
		||||
 * For further information see John C. Bellamy's Digital Telephony, 1982,
 | 
			
		||||
 * John Wiley & Sons, pps 98-111 and 472-476.
 | 
			
		||||
 * G711 is designed for 13 bits input signal, this function add extra shifting to take this into account.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
static inline unsigned char s16_to_alaw(int pcm_val)
 | 
			
		||||
{
 | 
			
		||||
	int		mask;
 | 
			
		||||
	int		seg;
 | 
			
		||||
	unsigned char	aval;
 | 
			
		||||
 | 
			
		||||
	if (pcm_val >= 0) {
 | 
			
		||||
		mask = 0xD5;
 | 
			
		||||
	} else {
 | 
			
		||||
		mask = 0x55;
 | 
			
		||||
		pcm_val = -pcm_val;
 | 
			
		||||
		if (pcm_val > 0x7fff)
 | 
			
		||||
			pcm_val = 0x7fff;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (pcm_val < 256) /*256 = 32 << 3*/
 | 
			
		||||
		aval = pcm_val >> 4; /*4 = 1 + 3*/
 | 
			
		||||
	else {
 | 
			
		||||
		/* Convert the scaled magnitude to segment number. */
 | 
			
		||||
		seg = val_seg(pcm_val);
 | 
			
		||||
		aval = (seg << 4) | ((pcm_val >> (seg + 3)) & 0x0f);
 | 
			
		||||
	}
 | 
			
		||||
	return aval ^ mask;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * alaw_to_s16() - Convert an A-law value to 16-bit linear PCM
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
static inline int alaw_to_s16(unsigned char a_val)
 | 
			
		||||
{
 | 
			
		||||
	int		t;
 | 
			
		||||
	int		seg;
 | 
			
		||||
 | 
			
		||||
	a_val ^= 0x55;
 | 
			
		||||
	t = a_val & 0x7f;
 | 
			
		||||
	if (t < 16)
 | 
			
		||||
		t = (t << 4) + 8;
 | 
			
		||||
	else {
 | 
			
		||||
		seg = (t >> 4) & 0x07;
 | 
			
		||||
		t = ((t & 0x0f) << 4) + 0x108;
 | 
			
		||||
		t <<= seg -1;
 | 
			
		||||
	}
 | 
			
		||||
	return ((a_val & 0x80) ? t : -t);
 | 
			
		||||
}
 | 
			
		||||
/*
 | 
			
		||||
 * s16_to_ulaw() - Convert a linear PCM value to u-law
 | 
			
		||||
 *
 | 
			
		||||
 * In order to simplify the encoding process, the original linear magnitude
 | 
			
		||||
 * is biased by adding 33 which shifts the encoding range from (0 - 8158) to
 | 
			
		||||
 * (33 - 8191). The result can be seen in the following encoding table:
 | 
			
		||||
 *
 | 
			
		||||
 *	Biased Linear Input Code	Compressed Code
 | 
			
		||||
 *	------------------------	---------------
 | 
			
		||||
 *	00000001wxyza			000wxyz
 | 
			
		||||
 *	0000001wxyzab			001wxyz
 | 
			
		||||
 *	000001wxyzabc			010wxyz
 | 
			
		||||
 *	00001wxyzabcd			011wxyz
 | 
			
		||||
 *	0001wxyzabcde			100wxyz
 | 
			
		||||
 *	001wxyzabcdef			101wxyz
 | 
			
		||||
 *	01wxyzabcdefg			110wxyz
 | 
			
		||||
 *	1wxyzabcdefgh			111wxyz
 | 
			
		||||
 *
 | 
			
		||||
 * Each biased linear code has a leading 1 which identifies the segment
 | 
			
		||||
 * number. The value of the segment number is equal to 7 minus the number
 | 
			
		||||
 * of leading 0's. The quantization interval is directly available as the
 | 
			
		||||
 * four bits wxyz.  * The trailing bits (a - h) are ignored.
 | 
			
		||||
 *
 | 
			
		||||
 * Ordinarily the complement of the resulting code word is used for
 | 
			
		||||
 * transmission, and so the code word is complemented before it is returned.
 | 
			
		||||
 *
 | 
			
		||||
 * For further information see John C. Bellamy's Digital Telephony, 1982,
 | 
			
		||||
 * John Wiley & Sons, pps 98-111 and 472-476.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
static inline unsigned char s16_to_ulaw(int pcm_val)	/* 2's complement (16-bit range) */
 | 
			
		||||
{
 | 
			
		||||
	int mask;
 | 
			
		||||
	int seg;
 | 
			
		||||
	unsigned char uval;
 | 
			
		||||
 | 
			
		||||
	if (pcm_val < 0) {
 | 
			
		||||
		pcm_val = 0x84 - pcm_val;
 | 
			
		||||
		mask = 0x7f;
 | 
			
		||||
	} else {
 | 
			
		||||
		pcm_val += 0x84;
 | 
			
		||||
		mask = 0xff;
 | 
			
		||||
	}
 | 
			
		||||
	if (pcm_val > 0x7fff)
 | 
			
		||||
		pcm_val = 0x7fff;
 | 
			
		||||
 | 
			
		||||
	/* Convert the scaled magnitude to segment number. */
 | 
			
		||||
	seg = val_seg(pcm_val);
 | 
			
		||||
 | 
			
		||||
	/*
 | 
			
		||||
	 * Combine the sign, segment, quantization bits;
 | 
			
		||||
	 * and complement the code word.
 | 
			
		||||
	 */
 | 
			
		||||
	uval = (seg << 4) | ((pcm_val >> (seg + 3)) & 0x0f);
 | 
			
		||||
	return uval ^ mask;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * ulaw_to_s16() - Convert a u-law value to 16-bit linear PCM
 | 
			
		||||
 *
 | 
			
		||||
 * First, a biased linear code is derived from the code word. An unbiased
 | 
			
		||||
 * output can then be obtained by subtracting 33 from the biased code.
 | 
			
		||||
 *
 | 
			
		||||
 * Note that this function expects to be passed the complement of the
 | 
			
		||||
 * original code word. This is in keeping with ISDN conventions.
 | 
			
		||||
 */
 | 
			
		||||
static inline int ulaw_to_s16(unsigned char u_val)
 | 
			
		||||
{
 | 
			
		||||
	int t;
 | 
			
		||||
 | 
			
		||||
	/* Complement to obtain normal u-law value. */
 | 
			
		||||
	u_val = ~u_val;
 | 
			
		||||
 | 
			
		||||
	/*
 | 
			
		||||
	 * Extract and bias the quantization bits. Then
 | 
			
		||||
	 * shift up by the segment number and subtract out the bias.
 | 
			
		||||
	 */
 | 
			
		||||
	t = ((u_val & 0x0f) << 3) + 0x84;
 | 
			
		||||
	t <<= (u_val & 0x70) >> 4;
 | 
			
		||||
 | 
			
		||||
	return ((u_val & 0x80) ? (0x84 - t) : (t - 0x84));
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										54
									
								
								src/libosmo-legacy-mgcp/mgcp_common.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										54
									
								
								src/libosmo-legacy-mgcp/mgcp_common.c
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,54 @@
 | 
			
		||||
/* Media Gateway Control Protocol Media Gateway: RFC 3435 */
 | 
			
		||||
/* Implementations useful both for the MGCP GW as well as MGCP GW clients */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * (C) 2016 by sysmocom s.m.f.c. GmbH <info@sysmocom.de>
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU Affero General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU Affero General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include <errno.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/core/utils.h>
 | 
			
		||||
#include <osmocom/legacy_mgcp/mgcp.h>
 | 
			
		||||
 | 
			
		||||
const struct value_string mgcp_connection_mode_strs[] = {
 | 
			
		||||
	{ MGCP_CONN_NONE, "none" },
 | 
			
		||||
	{ MGCP_CONN_RECV_SEND, "sendrecv" },
 | 
			
		||||
	{ MGCP_CONN_SEND_ONLY, "sendonly" },
 | 
			
		||||
	{ MGCP_CONN_RECV_ONLY, "recvonly" },
 | 
			
		||||
	{ MGCP_CONN_LOOPBACK, "loopback" },
 | 
			
		||||
	{ 0, NULL }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* Ensure that the msg->l2h is NUL terminated. */
 | 
			
		||||
int mgcp_msg_terminate_nul(struct msgb *msg)
 | 
			
		||||
{
 | 
			
		||||
	unsigned char *tail = msg->l2h + msgb_l2len(msg); /* char after l2 data */
 | 
			
		||||
	if (tail[-1] == '\0')
 | 
			
		||||
		/* nothing to do */;
 | 
			
		||||
	else if (msgb_tailroom(msg) > 0)
 | 
			
		||||
		tail[0] = '\0';
 | 
			
		||||
	else if (tail[-1] == '\r' || tail[-1] == '\n')
 | 
			
		||||
		tail[-1] = '\0';
 | 
			
		||||
	else {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "Cannot NUL terminate MGCP message: "
 | 
			
		||||
		     "Length: %d, Buffer size: %d\n",
 | 
			
		||||
		     msgb_l2len(msg), msg->data_len);
 | 
			
		||||
		return -ENOTSUP;
 | 
			
		||||
	}
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										1166
									
								
								src/libosmo-legacy-mgcp/mgcp_network.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1166
									
								
								src/libosmo-legacy-mgcp/mgcp_network.c
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										583
									
								
								src/libosmo-legacy-mgcp/mgcp_osmux.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										583
									
								
								src/libosmo-legacy-mgcp/mgcp_osmux.c
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,583 @@
 | 
			
		||||
/*
 | 
			
		||||
 * (C) 2012-2013 by Pablo Neira Ayuso <pablo@gnumonks.org>
 | 
			
		||||
 * (C) 2012-2013 by On Waves ehf <http://www.on-waves.com>
 | 
			
		||||
 * All rights not specifically granted under this license are reserved.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify it
 | 
			
		||||
 * under the terms of the GNU Affero General Public License as published by the
 | 
			
		||||
 * Free Software Foundation; either version 3 of the License, or (at your
 | 
			
		||||
 * option) any later version.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include <stdio.h> /* for printf */
 | 
			
		||||
#include <string.h> /* for memcpy */
 | 
			
		||||
#include <stdlib.h> /* for abs */
 | 
			
		||||
#include <inttypes.h> /* for PRIu64 */
 | 
			
		||||
#include <netinet/in.h>
 | 
			
		||||
#include <osmocom/core/msgb.h>
 | 
			
		||||
#include <osmocom/core/talloc.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/netif/osmux.h>
 | 
			
		||||
#include <osmocom/netif/rtp.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/legacy_mgcp/mgcp.h>
 | 
			
		||||
#include <osmocom/legacy_mgcp/mgcp_internal.h>
 | 
			
		||||
#include <osmocom/legacy_mgcp/osmux.h>
 | 
			
		||||
 | 
			
		||||
static struct osmo_fd osmux_fd;
 | 
			
		||||
 | 
			
		||||
static LLIST_HEAD(osmux_handle_list);
 | 
			
		||||
 | 
			
		||||
struct osmux_handle {
 | 
			
		||||
	struct llist_head head;
 | 
			
		||||
	struct osmux_in_handle *in;
 | 
			
		||||
	struct in_addr rem_addr;
 | 
			
		||||
	int rem_port;
 | 
			
		||||
	int refcnt;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static void *osmux;
 | 
			
		||||
 | 
			
		||||
static void osmux_deliver(struct msgb *batch_msg, void *data)
 | 
			
		||||
{
 | 
			
		||||
	struct osmux_handle *handle = data;
 | 
			
		||||
	struct sockaddr_in out = {
 | 
			
		||||
		.sin_family = AF_INET,
 | 
			
		||||
		.sin_port = handle->rem_port,
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	memcpy(&out.sin_addr, &handle->rem_addr, sizeof(handle->rem_addr));
 | 
			
		||||
	sendto(osmux_fd.fd, batch_msg->data, batch_msg->len, 0,
 | 
			
		||||
		(struct sockaddr *)&out, sizeof(out));
 | 
			
		||||
	msgb_free(batch_msg);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static struct osmux_handle *
 | 
			
		||||
osmux_handle_find_get(struct in_addr *addr, int rem_port)
 | 
			
		||||
{
 | 
			
		||||
	struct osmux_handle *h;
 | 
			
		||||
 | 
			
		||||
	/* Lookup for existing OSMUX handle for this destination address. */
 | 
			
		||||
	llist_for_each_entry(h, &osmux_handle_list, head) {
 | 
			
		||||
		if (memcmp(&h->rem_addr, addr, sizeof(struct in_addr)) == 0 &&
 | 
			
		||||
		    h->rem_port == rem_port) {
 | 
			
		||||
			LOGP(DLMGCP, LOGL_DEBUG, "using existing OSMUX handle "
 | 
			
		||||
						"for addr=%s:%d\n",
 | 
			
		||||
				inet_ntoa(*addr), ntohs(rem_port));
 | 
			
		||||
			h->refcnt++;
 | 
			
		||||
			return h;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void osmux_handle_put(struct osmux_in_handle *in)
 | 
			
		||||
{
 | 
			
		||||
	struct osmux_handle *h;
 | 
			
		||||
 | 
			
		||||
	/* Lookup for existing OSMUX handle for this destination address. */
 | 
			
		||||
	llist_for_each_entry(h, &osmux_handle_list, head) {
 | 
			
		||||
		if (h->in == in) {
 | 
			
		||||
			if (--h->refcnt == 0) {
 | 
			
		||||
				LOGP(DLMGCP, LOGL_INFO,
 | 
			
		||||
				     "Releasing unused osmux handle for %s:%d\n",
 | 
			
		||||
				     inet_ntoa(h->rem_addr),
 | 
			
		||||
				     ntohs(h->rem_port));
 | 
			
		||||
				LOGP(DLMGCP, LOGL_INFO, "Stats: "
 | 
			
		||||
				     "input RTP msgs: %u bytes: %"PRIu64" "
 | 
			
		||||
				     "output osmux msgs: %u bytes: %"PRIu64"\n",
 | 
			
		||||
				     in->stats.input_rtp_msgs,
 | 
			
		||||
				     in->stats.input_rtp_bytes,
 | 
			
		||||
				     in->stats.output_osmux_msgs,
 | 
			
		||||
				     in->stats.output_osmux_bytes);
 | 
			
		||||
				llist_del(&h->head);
 | 
			
		||||
				osmux_xfrm_input_fini(h->in);
 | 
			
		||||
				talloc_free(h);
 | 
			
		||||
			}
 | 
			
		||||
			return;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	LOGP(DLMGCP, LOGL_ERROR, "cannot find Osmux input handle %p\n", in);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static struct osmux_handle *
 | 
			
		||||
osmux_handle_alloc(struct mgcp_config *cfg, struct in_addr *addr, int rem_port)
 | 
			
		||||
{
 | 
			
		||||
	struct osmux_handle *h;
 | 
			
		||||
 | 
			
		||||
	h = talloc_zero(osmux, struct osmux_handle);
 | 
			
		||||
	if (!h)
 | 
			
		||||
		return NULL;
 | 
			
		||||
	h->rem_addr = *addr;
 | 
			
		||||
	h->rem_port = rem_port;
 | 
			
		||||
	h->refcnt++;
 | 
			
		||||
 | 
			
		||||
	h->in = talloc_zero(h, struct osmux_in_handle);
 | 
			
		||||
	if (!h->in) {
 | 
			
		||||
		talloc_free(h);
 | 
			
		||||
		return NULL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	h->in->osmux_seq = 0; /* sequence number to start OSmux message from */
 | 
			
		||||
	h->in->batch_factor = cfg->osmux_batch;
 | 
			
		||||
	/* If batch size is zero, the library defaults to 1470 bytes. */
 | 
			
		||||
	h->in->batch_size = cfg->osmux_batch_size;
 | 
			
		||||
	h->in->deliver = osmux_deliver;
 | 
			
		||||
	osmux_xfrm_input_init(h->in);
 | 
			
		||||
	h->in->data = h;
 | 
			
		||||
 | 
			
		||||
	llist_add(&h->head, &osmux_handle_list);
 | 
			
		||||
 | 
			
		||||
	LOGP(DLMGCP, LOGL_DEBUG, "created new OSMUX handle for addr=%s:%d\n",
 | 
			
		||||
		inet_ntoa(*addr), ntohs(rem_port));
 | 
			
		||||
 | 
			
		||||
	return h;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static struct osmux_in_handle *
 | 
			
		||||
osmux_handle_lookup(struct mgcp_config *cfg, struct in_addr *addr, int rem_port)
 | 
			
		||||
{
 | 
			
		||||
	struct osmux_handle *h;
 | 
			
		||||
 | 
			
		||||
	h = osmux_handle_find_get(addr, rem_port);
 | 
			
		||||
	if (h != NULL)
 | 
			
		||||
		return h->in;
 | 
			
		||||
 | 
			
		||||
	h = osmux_handle_alloc(cfg, addr, rem_port);
 | 
			
		||||
	if (h == NULL)
 | 
			
		||||
		return NULL;
 | 
			
		||||
 | 
			
		||||
	return h->in;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int osmux_xfrm_to_osmux(int type, char *buf, int rc, struct mgcp_endpoint *endp)
 | 
			
		||||
{
 | 
			
		||||
	int ret;
 | 
			
		||||
	struct msgb *msg;
 | 
			
		||||
 | 
			
		||||
	msg = msgb_alloc(4096, "RTP");
 | 
			
		||||
	if (!msg)
 | 
			
		||||
		return 0;
 | 
			
		||||
 | 
			
		||||
	memcpy(msg->data, buf, rc);
 | 
			
		||||
	msgb_put(msg, rc);
 | 
			
		||||
 | 
			
		||||
	while ((ret = osmux_xfrm_input(endp->osmux.in, msg, endp->osmux.cid)) > 0) {
 | 
			
		||||
		/* batch full, build and deliver it */
 | 
			
		||||
		osmux_xfrm_input_deliver(endp->osmux.in);
 | 
			
		||||
	}
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static struct mgcp_endpoint *
 | 
			
		||||
endpoint_lookup(struct mgcp_config *cfg, int cid,
 | 
			
		||||
		struct in_addr *from_addr, int type)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_endpoint *tmp = NULL;
 | 
			
		||||
	int i;
 | 
			
		||||
 | 
			
		||||
	/* Lookup for the endpoint that corresponds to this port */
 | 
			
		||||
	for (i=0; i<cfg->trunk.number_endpoints; i++) {
 | 
			
		||||
		struct in_addr *this;
 | 
			
		||||
 | 
			
		||||
		tmp = &cfg->trunk.endpoints[i];
 | 
			
		||||
 | 
			
		||||
		if (!tmp->allocated)
 | 
			
		||||
			continue;
 | 
			
		||||
 | 
			
		||||
		switch(type) {
 | 
			
		||||
		case MGCP_DEST_NET:
 | 
			
		||||
			this = &tmp->net_end.addr;
 | 
			
		||||
			break;
 | 
			
		||||
		case MGCP_DEST_BTS:
 | 
			
		||||
			this = &tmp->bts_end.addr;
 | 
			
		||||
			break;
 | 
			
		||||
		default:
 | 
			
		||||
			/* Should not ever happen */
 | 
			
		||||
			LOGP(DLMGCP, LOGL_ERROR, "Bad type %d. Fix your code.\n", type);
 | 
			
		||||
			return NULL;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		if (tmp->osmux.cid == cid && this->s_addr == from_addr->s_addr)
 | 
			
		||||
			return tmp;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	LOGP(DLMGCP, LOGL_ERROR, "Cannot find endpoint with cid=%d\n", cid);
 | 
			
		||||
 | 
			
		||||
	return NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void scheduled_tx_net_cb(struct msgb *msg, void *data)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_endpoint *endp = data;
 | 
			
		||||
	struct sockaddr_in addr = {
 | 
			
		||||
		.sin_addr = endp->net_end.addr,
 | 
			
		||||
		.sin_port = endp->net_end.rtp_port,
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	endp->bts_end.octets += msg->len;
 | 
			
		||||
	endp->bts_end.packets++;
 | 
			
		||||
 | 
			
		||||
	mgcp_send(endp, MGCP_DEST_NET, 1, &addr, (char *)msg->data, msg->len);
 | 
			
		||||
	msgb_free(msg);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void scheduled_tx_bts_cb(struct msgb *msg, void *data)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_endpoint *endp = data;
 | 
			
		||||
	struct sockaddr_in addr = {
 | 
			
		||||
		.sin_addr = endp->bts_end.addr,
 | 
			
		||||
		.sin_port = endp->bts_end.rtp_port,
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	endp->net_end.octets += msg->len;
 | 
			
		||||
	endp->net_end.packets++;
 | 
			
		||||
 | 
			
		||||
	mgcp_send(endp, MGCP_DEST_BTS, 1, &addr, (char *)msg->data, msg->len);
 | 
			
		||||
	msgb_free(msg);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static struct msgb *osmux_recv(struct osmo_fd *ofd, struct sockaddr_in *addr)
 | 
			
		||||
{
 | 
			
		||||
	struct msgb *msg;
 | 
			
		||||
	socklen_t slen = sizeof(*addr);
 | 
			
		||||
	int ret;
 | 
			
		||||
 | 
			
		||||
	msg = msgb_alloc(4096, "OSMUX");
 | 
			
		||||
	if (!msg) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "cannot allocate message\n");
 | 
			
		||||
		return NULL;
 | 
			
		||||
	}
 | 
			
		||||
	ret = recvfrom(ofd->fd, msg->data, msg->data_len, 0,
 | 
			
		||||
			(struct sockaddr *)addr, &slen);
 | 
			
		||||
	if (ret <= 0) {
 | 
			
		||||
		msgb_free(msg);
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "cannot receive message\n");
 | 
			
		||||
		return NULL;
 | 
			
		||||
	}
 | 
			
		||||
	msgb_put(msg, ret);
 | 
			
		||||
 | 
			
		||||
	return msg;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#define osmux_chunk_length(msg, rem) (rem - msg->len);
 | 
			
		||||
 | 
			
		||||
int osmux_read_from_bsc_nat_cb(struct osmo_fd *ofd, unsigned int what)
 | 
			
		||||
{
 | 
			
		||||
	struct msgb *msg;
 | 
			
		||||
	struct osmux_hdr *osmuxh;
 | 
			
		||||
	struct llist_head list;
 | 
			
		||||
	struct sockaddr_in addr;
 | 
			
		||||
	struct mgcp_config *cfg = ofd->data;
 | 
			
		||||
	uint32_t rem;
 | 
			
		||||
 | 
			
		||||
	msg = osmux_recv(ofd, &addr);
 | 
			
		||||
	if (!msg)
 | 
			
		||||
		return -1;
 | 
			
		||||
 | 
			
		||||
	/* not any further processing dummy messages */
 | 
			
		||||
	if (msg->data[0] == MGCP_DUMMY_LOAD)
 | 
			
		||||
		goto out;
 | 
			
		||||
 | 
			
		||||
	rem = msg->len;
 | 
			
		||||
	while((osmuxh = osmux_xfrm_output_pull(msg)) != NULL) {
 | 
			
		||||
		struct mgcp_endpoint *endp;
 | 
			
		||||
 | 
			
		||||
		/* Yes, we use MGCP_DEST_NET to locate the origin */
 | 
			
		||||
		endp = endpoint_lookup(cfg, osmuxh->circuit_id,
 | 
			
		||||
				       &addr.sin_addr, MGCP_DEST_NET);
 | 
			
		||||
		if (!endp) {
 | 
			
		||||
			LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
			     "Cannot find an endpoint for circuit_id=%d\n",
 | 
			
		||||
			     osmuxh->circuit_id);
 | 
			
		||||
			goto out;
 | 
			
		||||
		}
 | 
			
		||||
		endp->osmux.stats.octets += osmux_chunk_length(msg, rem);
 | 
			
		||||
		endp->osmux.stats.chunks++;
 | 
			
		||||
		rem = msg->len;
 | 
			
		||||
 | 
			
		||||
		osmux_xfrm_output(osmuxh, &endp->osmux.out, &list);
 | 
			
		||||
		osmux_tx_sched(&list, scheduled_tx_bts_cb, endp);
 | 
			
		||||
	}
 | 
			
		||||
out:
 | 
			
		||||
	msgb_free(msg);
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* This is called from the bsc-nat */
 | 
			
		||||
static int osmux_handle_dummy(struct mgcp_config *cfg, struct sockaddr_in *addr,
 | 
			
		||||
			      struct msgb *msg)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_endpoint *endp;
 | 
			
		||||
	uint8_t osmux_cid;
 | 
			
		||||
 | 
			
		||||
	if (msg->len < 1 + sizeof(osmux_cid)) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "Discarding truncated Osmux dummy load\n");
 | 
			
		||||
		goto out;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	LOGP(DLMGCP, LOGL_DEBUG, "Received Osmux dummy load from %s\n",
 | 
			
		||||
	     inet_ntoa(addr->sin_addr));
 | 
			
		||||
 | 
			
		||||
	if (!cfg->osmux) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "bsc wants to use Osmux but bsc-nat did not request it\n");
 | 
			
		||||
		goto out;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* extract the osmux CID from the dummy message */
 | 
			
		||||
	memcpy(&osmux_cid, &msg->data[1], sizeof(osmux_cid));
 | 
			
		||||
 | 
			
		||||
	endp = endpoint_lookup(cfg, osmux_cid, &addr->sin_addr, MGCP_DEST_BTS);
 | 
			
		||||
	if (!endp) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "Cannot find endpoint for Osmux CID %d\n", osmux_cid);
 | 
			
		||||
		goto out;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (endp->osmux.state == OSMUX_STATE_ENABLED)
 | 
			
		||||
		goto out;
 | 
			
		||||
 | 
			
		||||
	if (osmux_enable_endpoint(endp, &addr->sin_addr, addr->sin_port) < 0 ) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "Could not enable osmux in endpoint %d\n",
 | 
			
		||||
		     ENDPOINT_NUMBER(endp));
 | 
			
		||||
		goto out;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	LOGP(DLMGCP, LOGL_INFO, "Enabling osmux in endpoint %d for %s:%u\n",
 | 
			
		||||
	     ENDPOINT_NUMBER(endp), inet_ntoa(addr->sin_addr),
 | 
			
		||||
	     ntohs(addr->sin_port));
 | 
			
		||||
out:
 | 
			
		||||
	msgb_free(msg);
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int osmux_read_from_bsc_cb(struct osmo_fd *ofd, unsigned int what)
 | 
			
		||||
{
 | 
			
		||||
	struct msgb *msg;
 | 
			
		||||
	struct osmux_hdr *osmuxh;
 | 
			
		||||
	struct llist_head list;
 | 
			
		||||
	struct sockaddr_in addr;
 | 
			
		||||
	struct mgcp_config *cfg = ofd->data;
 | 
			
		||||
	uint32_t rem;
 | 
			
		||||
 | 
			
		||||
	msg = osmux_recv(ofd, &addr);
 | 
			
		||||
	if (!msg)
 | 
			
		||||
		return -1;
 | 
			
		||||
 | 
			
		||||
	/* not any further processing dummy messages */
 | 
			
		||||
	if (msg->data[0] == MGCP_DUMMY_LOAD)
 | 
			
		||||
		return osmux_handle_dummy(cfg, &addr, msg);
 | 
			
		||||
 | 
			
		||||
	rem = msg->len;
 | 
			
		||||
	while((osmuxh = osmux_xfrm_output_pull(msg)) != NULL) {
 | 
			
		||||
		struct mgcp_endpoint *endp;
 | 
			
		||||
 | 
			
		||||
		/* Yes, we use MGCP_DEST_BTS to locate the origin */
 | 
			
		||||
		endp = endpoint_lookup(cfg, osmuxh->circuit_id,
 | 
			
		||||
				       &addr.sin_addr, MGCP_DEST_BTS);
 | 
			
		||||
		if (!endp) {
 | 
			
		||||
			LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
			     "Cannot find an endpoint for circuit_id=%d\n",
 | 
			
		||||
			     osmuxh->circuit_id);
 | 
			
		||||
			goto out;
 | 
			
		||||
		}
 | 
			
		||||
		endp->osmux.stats.octets += osmux_chunk_length(msg, rem);
 | 
			
		||||
		endp->osmux.stats.chunks++;
 | 
			
		||||
		rem = msg->len;
 | 
			
		||||
 | 
			
		||||
		osmux_xfrm_output(osmuxh, &endp->osmux.out, &list);
 | 
			
		||||
		osmux_tx_sched(&list, scheduled_tx_net_cb, endp);
 | 
			
		||||
	}
 | 
			
		||||
out:
 | 
			
		||||
	msgb_free(msg);
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int osmux_init(int role, struct mgcp_config *cfg)
 | 
			
		||||
{
 | 
			
		||||
	int ret;
 | 
			
		||||
 | 
			
		||||
	switch(role) {
 | 
			
		||||
	case OSMUX_ROLE_BSC:
 | 
			
		||||
		osmux_fd.cb = osmux_read_from_bsc_nat_cb;
 | 
			
		||||
		break;
 | 
			
		||||
	case OSMUX_ROLE_BSC_NAT:
 | 
			
		||||
		osmux_fd.cb = osmux_read_from_bsc_cb;
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "wrong role for OSMUX\n");
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
	osmux_fd.data = cfg;
 | 
			
		||||
 | 
			
		||||
	ret = mgcp_create_bind(cfg->osmux_addr, &osmux_fd, cfg->osmux_port);
 | 
			
		||||
	if (ret < 0) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "cannot bind OSMUX socket\n");
 | 
			
		||||
		return ret;
 | 
			
		||||
	}
 | 
			
		||||
	mgcp_set_ip_tos(osmux_fd.fd, cfg->endp_dscp);
 | 
			
		||||
	osmux_fd.when |= BSC_FD_READ;
 | 
			
		||||
 | 
			
		||||
	ret = osmo_fd_register(&osmux_fd);
 | 
			
		||||
	if (ret < 0) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "cannot register OSMUX socket\n");
 | 
			
		||||
		return ret;
 | 
			
		||||
	}
 | 
			
		||||
	cfg->osmux_init = 1;
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int osmux_enable_endpoint(struct mgcp_endpoint *endp, struct in_addr *addr, uint16_t port)
 | 
			
		||||
{
 | 
			
		||||
	/* If osmux is enabled, initialize the output handler. This handler is
 | 
			
		||||
	 * used to reconstruct the RTP flow from osmux. The RTP SSRC is
 | 
			
		||||
	 * allocated based on the circuit ID (endp->osmux.cid), which is unique
 | 
			
		||||
	 * in the local scope to the BSC/BSC-NAT. We use it to divide the RTP
 | 
			
		||||
	 * SSRC space (2^32) by the 256 possible circuit IDs, then randomly
 | 
			
		||||
	 * select one value from that window. Thus, we have no chance to have
 | 
			
		||||
	 * overlapping RTP SSRC traveling to the BTSes behind the BSC,
 | 
			
		||||
	 * similarly, for flows traveling to the MSC.
 | 
			
		||||
	 */
 | 
			
		||||
	static const uint32_t rtp_ssrc_winlen = UINT32_MAX / 256;
 | 
			
		||||
 | 
			
		||||
	if (endp->osmux.state == OSMUX_STATE_DISABLED) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "Endpoint %u didn't request Osmux\n",
 | 
			
		||||
		     ENDPOINT_NUMBER(endp));
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	osmux_xfrm_output_init(&endp->osmux.out,
 | 
			
		||||
			       (endp->osmux.cid * rtp_ssrc_winlen) +
 | 
			
		||||
			       (random() % rtp_ssrc_winlen));
 | 
			
		||||
 | 
			
		||||
	endp->osmux.in = osmux_handle_lookup(endp->cfg, addr, port);
 | 
			
		||||
	if (!endp->osmux.in) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "Cannot allocate input osmux handle\n");
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
	if (!osmux_xfrm_input_open_circuit(endp->osmux.in, endp->osmux.cid,
 | 
			
		||||
					   endp->cfg->osmux_dummy)) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "Cannot open osmux circuit %u\n",
 | 
			
		||||
		     endp->osmux.cid);
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	switch (endp->cfg->role) {
 | 
			
		||||
		case MGCP_BSC_NAT:
 | 
			
		||||
			endp->type = MGCP_OSMUX_BSC_NAT;
 | 
			
		||||
			break;
 | 
			
		||||
		case MGCP_BSC:
 | 
			
		||||
			endp->type = MGCP_OSMUX_BSC;
 | 
			
		||||
			break;
 | 
			
		||||
	}
 | 
			
		||||
	endp->osmux.state = OSMUX_STATE_ENABLED;
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void osmux_disable_endpoint(struct mgcp_endpoint *endp)
 | 
			
		||||
{
 | 
			
		||||
	LOGP(DLMGCP, LOGL_INFO, "Releasing endpoint %u using Osmux CID %u\n",
 | 
			
		||||
	     ENDPOINT_NUMBER(endp), endp->osmux.cid);
 | 
			
		||||
	osmux_xfrm_input_close_circuit(endp->osmux.in, endp->osmux.cid);
 | 
			
		||||
	endp->osmux.state = OSMUX_STATE_DISABLED;
 | 
			
		||||
	endp->osmux.cid = -1;
 | 
			
		||||
	osmux_handle_put(endp->osmux.in);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void osmux_release_cid(struct mgcp_endpoint *endp)
 | 
			
		||||
{
 | 
			
		||||
	if (endp->osmux.allocated_cid >= 0)
 | 
			
		||||
		osmux_put_cid(endp->osmux.allocated_cid);
 | 
			
		||||
	endp->osmux.allocated_cid = -1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void osmux_allocate_cid(struct mgcp_endpoint *endp)
 | 
			
		||||
{
 | 
			
		||||
	osmux_release_cid(endp);
 | 
			
		||||
	endp->osmux.allocated_cid = osmux_get_cid();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* We don't need to send the dummy load for osmux so often as another endpoint
 | 
			
		||||
 * may have already punched the hole in the firewall. This approach is simple
 | 
			
		||||
 * though.
 | 
			
		||||
 */
 | 
			
		||||
int osmux_send_dummy(struct mgcp_endpoint *endp)
 | 
			
		||||
{
 | 
			
		||||
	char buf[1 + sizeof(uint8_t)];
 | 
			
		||||
	struct in_addr addr_unset = {};
 | 
			
		||||
 | 
			
		||||
	buf[0] = MGCP_DUMMY_LOAD;
 | 
			
		||||
	memcpy(&buf[1], &endp->osmux.cid, sizeof(endp->osmux.cid));
 | 
			
		||||
 | 
			
		||||
	/* Wait until we have the connection information from MDCX */
 | 
			
		||||
	if (memcmp(&endp->net_end.addr, &addr_unset, sizeof(addr_unset)) == 0)
 | 
			
		||||
		return 0;
 | 
			
		||||
 | 
			
		||||
	if (endp->osmux.state == OSMUX_STATE_ACTIVATING) {
 | 
			
		||||
		if (osmux_enable_endpoint(endp, &endp->net_end.addr,
 | 
			
		||||
					  htons(endp->cfg->osmux_port)) < 0) {
 | 
			
		||||
			LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
			     "Could not activate osmux in endpoint %d\n",
 | 
			
		||||
			     ENDPOINT_NUMBER(endp));
 | 
			
		||||
		}
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "Osmux CID %u for %s:%u is now enabled\n",
 | 
			
		||||
		     endp->osmux.cid, inet_ntoa(endp->net_end.addr),
 | 
			
		||||
		     endp->cfg->osmux_port);
 | 
			
		||||
	}
 | 
			
		||||
	LOGP(DLMGCP, LOGL_DEBUG,
 | 
			
		||||
	     "sending OSMUX dummy load to %s CID %u\n",
 | 
			
		||||
	     inet_ntoa(endp->net_end.addr), endp->osmux.cid);
 | 
			
		||||
 | 
			
		||||
	return mgcp_udp_send(osmux_fd.fd, &endp->net_end.addr,
 | 
			
		||||
			     htons(endp->cfg->osmux_port), buf, sizeof(buf));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* bsc-nat allocates/releases the Osmux circuit ID */
 | 
			
		||||
static uint8_t osmux_cid_bitmap[(OSMUX_CID_MAX + 1) / 8];
 | 
			
		||||
 | 
			
		||||
int osmux_used_cid(void)
 | 
			
		||||
{
 | 
			
		||||
	int i, j, used = 0;
 | 
			
		||||
 | 
			
		||||
	for (i = 0; i < sizeof(osmux_cid_bitmap); i++) {
 | 
			
		||||
		for (j = 0; j < 8; j++) {
 | 
			
		||||
			if (osmux_cid_bitmap[i] & (1 << j))
 | 
			
		||||
				used += 1;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return used;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int osmux_get_cid(void)
 | 
			
		||||
{
 | 
			
		||||
	int i, j;
 | 
			
		||||
 | 
			
		||||
	for (i = 0; i < sizeof(osmux_cid_bitmap); i++) {
 | 
			
		||||
		for (j = 0; j < 8; j++) {
 | 
			
		||||
			if (osmux_cid_bitmap[i] & (1 << j))
 | 
			
		||||
				continue;
 | 
			
		||||
 | 
			
		||||
			osmux_cid_bitmap[i] |= (1 << j);
 | 
			
		||||
			LOGP(DLMGCP, LOGL_DEBUG,
 | 
			
		||||
			     "Allocating Osmux CID %u from pool\n", (i * 8) + j);
 | 
			
		||||
			return (i * 8) + j;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	LOGP(DLMGCP, LOGL_ERROR, "All Osmux circuits are in use!\n");
 | 
			
		||||
	return -1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void osmux_put_cid(uint8_t osmux_cid)
 | 
			
		||||
{
 | 
			
		||||
	LOGP(DLMGCP, LOGL_DEBUG, "Osmux CID %u is back to the pool\n", osmux_cid);
 | 
			
		||||
	osmux_cid_bitmap[osmux_cid / 8] &= ~(1 << (osmux_cid % 8));
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										1640
									
								
								src/libosmo-legacy-mgcp/mgcp_protocol.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1640
									
								
								src/libosmo-legacy-mgcp/mgcp_protocol.c
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										305
									
								
								src/libosmo-legacy-mgcp/mgcp_sdp.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										305
									
								
								src/libosmo-legacy-mgcp/mgcp_sdp.c
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,305 @@
 | 
			
		||||
/*
 | 
			
		||||
 * Some SDP file parsing...
 | 
			
		||||
 *
 | 
			
		||||
 * (C) 2009-2015 by Holger Hans Peter Freyther <zecke@selfish.org>
 | 
			
		||||
 * (C) 2009-2014 by On-Waves
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU Affero General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU Affero General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include <osmocom/legacy_mgcp/mgcp.h>
 | 
			
		||||
#include <osmocom/legacy_mgcp/mgcp_internal.h>
 | 
			
		||||
 | 
			
		||||
#include <errno.h>
 | 
			
		||||
 | 
			
		||||
struct sdp_rtp_map {
 | 
			
		||||
	/* the type */
 | 
			
		||||
	int payload_type;
 | 
			
		||||
	/* null, static or later dynamic codec name */
 | 
			
		||||
	char *codec_name;
 | 
			
		||||
	/* A pointer to the original line for later parsing */
 | 
			
		||||
	char *map_line;
 | 
			
		||||
 | 
			
		||||
	int rate;
 | 
			
		||||
	int channels;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
int mgcp_set_audio_info(void *ctx, struct mgcp_rtp_codec *codec,
 | 
			
		||||
			int payload_type, const char *audio_name)
 | 
			
		||||
{
 | 
			
		||||
	int rate = codec->rate;
 | 
			
		||||
	int channels = codec->channels;
 | 
			
		||||
	char audio_codec[64];
 | 
			
		||||
 | 
			
		||||
	talloc_free(codec->subtype_name);
 | 
			
		||||
	codec->subtype_name = NULL;
 | 
			
		||||
	talloc_free(codec->audio_name);
 | 
			
		||||
	codec->audio_name = NULL;
 | 
			
		||||
 | 
			
		||||
	if (payload_type != PTYPE_UNDEFINED)
 | 
			
		||||
		codec->payload_type = payload_type;
 | 
			
		||||
 | 
			
		||||
	if (!audio_name) {
 | 
			
		||||
		switch (payload_type) {
 | 
			
		||||
		case 0: audio_name = "PCMU/8000/1"; break;
 | 
			
		||||
		case 3: audio_name = "GSM/8000/1"; break;
 | 
			
		||||
		case 8: audio_name = "PCMA/8000/1"; break;
 | 
			
		||||
		case 18: audio_name = "G729/8000/1"; break;
 | 
			
		||||
		default:
 | 
			
		||||
			 /* Payload type is unknown, don't change rate and
 | 
			
		||||
			  * channels. */
 | 
			
		||||
			 /* TODO: return value? */
 | 
			
		||||
			 return 0;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (sscanf(audio_name, "%63[^/]/%d/%d",
 | 
			
		||||
		   audio_codec, &rate, &channels) < 1)
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
 | 
			
		||||
	codec->rate = rate;
 | 
			
		||||
	codec->channels = channels;
 | 
			
		||||
	codec->subtype_name = talloc_strdup(ctx, audio_codec);
 | 
			
		||||
	codec->audio_name = talloc_strdup(ctx, audio_name);
 | 
			
		||||
 | 
			
		||||
	if (!strcmp(audio_codec, "G729")) {
 | 
			
		||||
		codec->frame_duration_num = 10;
 | 
			
		||||
		codec->frame_duration_den = 1000;
 | 
			
		||||
	} else {
 | 
			
		||||
		codec->frame_duration_num = DEFAULT_RTP_AUDIO_FRAME_DUR_NUM;
 | 
			
		||||
		codec->frame_duration_den = DEFAULT_RTP_AUDIO_FRAME_DUR_DEN;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (payload_type < 0) {
 | 
			
		||||
		payload_type = 96;
 | 
			
		||||
		if (rate == 8000 && channels == 1) {
 | 
			
		||||
			if (!strcmp(audio_codec, "GSM"))
 | 
			
		||||
				payload_type = 3;
 | 
			
		||||
			else if (!strcmp(audio_codec, "PCMA"))
 | 
			
		||||
				payload_type = 8;
 | 
			
		||||
			else if (!strcmp(audio_codec, "PCMU"))
 | 
			
		||||
				payload_type = 0;
 | 
			
		||||
			else if (!strcmp(audio_codec, "G729"))
 | 
			
		||||
				payload_type = 18;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		codec->payload_type = payload_type;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (channels != 1)
 | 
			
		||||
		LOGP(DLMGCP, LOGL_NOTICE,
 | 
			
		||||
		     "Channels != 1 in SDP: '%s'\n", audio_name);
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void codecs_initialize(void *ctx, struct sdp_rtp_map *codecs, int used)
 | 
			
		||||
{
 | 
			
		||||
	int i;
 | 
			
		||||
 | 
			
		||||
	for (i = 0; i < used; ++i) {
 | 
			
		||||
		switch (codecs[i].payload_type) {
 | 
			
		||||
		case 0:
 | 
			
		||||
			codecs[i].codec_name = "PCMU";
 | 
			
		||||
			codecs[i].rate = 8000;
 | 
			
		||||
			codecs[i].channels = 1;
 | 
			
		||||
			break;
 | 
			
		||||
		case 3:
 | 
			
		||||
			codecs[i].codec_name = "GSM";
 | 
			
		||||
			codecs[i].rate = 8000;
 | 
			
		||||
			codecs[i].channels = 1;
 | 
			
		||||
			break;
 | 
			
		||||
		case 8:
 | 
			
		||||
			codecs[i].codec_name = "PCMA";
 | 
			
		||||
			codecs[i].rate = 8000;
 | 
			
		||||
			codecs[i].channels = 1;
 | 
			
		||||
			break;
 | 
			
		||||
		case 18:
 | 
			
		||||
			codecs[i].codec_name = "G729";
 | 
			
		||||
			codecs[i].rate = 8000;
 | 
			
		||||
			codecs[i].channels = 1;
 | 
			
		||||
			break;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void codecs_update(void *ctx, struct sdp_rtp_map *codecs, int used, int payload, char *audio_name)
 | 
			
		||||
{
 | 
			
		||||
	int i;
 | 
			
		||||
 | 
			
		||||
	for (i = 0; i < used; ++i) {
 | 
			
		||||
		char audio_codec[64];
 | 
			
		||||
		int rate = -1;
 | 
			
		||||
		int channels = -1;
 | 
			
		||||
		if (codecs[i].payload_type != payload)
 | 
			
		||||
			continue;
 | 
			
		||||
		if (sscanf(audio_name, "%63[^/]/%d/%d",
 | 
			
		||||
				audio_codec, &rate, &channels) < 1) {
 | 
			
		||||
			LOGP(DLMGCP, LOGL_ERROR, "Failed to parse '%s'\n", audio_name);
 | 
			
		||||
			continue;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		codecs[i].map_line = talloc_strdup(ctx, audio_name);
 | 
			
		||||
		codecs[i].codec_name = talloc_strdup(ctx, audio_codec);
 | 
			
		||||
		codecs[i].rate = rate;
 | 
			
		||||
		codecs[i].channels = channels;
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	LOGP(DLMGCP, LOGL_ERROR, "Unconfigured PT(%d) with %s\n", payload, audio_name);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int is_codec_compatible(struct mgcp_endpoint *endp, struct sdp_rtp_map *codec)
 | 
			
		||||
{
 | 
			
		||||
	char *bts_codec;
 | 
			
		||||
	char audio_codec[64];
 | 
			
		||||
 | 
			
		||||
	if (!codec->codec_name)
 | 
			
		||||
		return 0;
 | 
			
		||||
 | 
			
		||||
	/*
 | 
			
		||||
	 * GSM, GSM/8000 and GSM/8000/1 should all be compatible.. let's go
 | 
			
		||||
	 * by name first.
 | 
			
		||||
	 */
 | 
			
		||||
	bts_codec = endp->tcfg->audio_name;
 | 
			
		||||
	if (sscanf(bts_codec, "%63[^/]/%*d/%*d", audio_codec) < 1)
 | 
			
		||||
		return 0;
 | 
			
		||||
 | 
			
		||||
	return strcasecmp(audio_codec, codec->codec_name) == 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int mgcp_parse_sdp_data(struct mgcp_endpoint *endp, struct mgcp_rtp_end *rtp, struct mgcp_parse_data *p)
 | 
			
		||||
{
 | 
			
		||||
	struct sdp_rtp_map codecs[10];
 | 
			
		||||
	int codecs_used = 0;
 | 
			
		||||
	char *line;
 | 
			
		||||
	int maxptime = -1;
 | 
			
		||||
	int i;
 | 
			
		||||
	int codecs_assigned = 0;
 | 
			
		||||
	void *tmp_ctx = talloc_new(NULL);
 | 
			
		||||
 | 
			
		||||
	memset(&codecs, 0, sizeof(codecs));
 | 
			
		||||
 | 
			
		||||
	for_each_line(line, p->save) {
 | 
			
		||||
		switch (line[0]) {
 | 
			
		||||
		case 'o':
 | 
			
		||||
		case 's':
 | 
			
		||||
		case 't':
 | 
			
		||||
		case 'v':
 | 
			
		||||
			/* skip these SDP attributes */
 | 
			
		||||
			break;
 | 
			
		||||
		case 'a': {
 | 
			
		||||
			int payload;
 | 
			
		||||
			int ptime, ptime2 = 0;
 | 
			
		||||
			char audio_name[64];
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
			if (sscanf(line, "a=rtpmap:%d %63s",
 | 
			
		||||
				   &payload, audio_name) == 2) {
 | 
			
		||||
				codecs_update(tmp_ctx, codecs, codecs_used, payload, audio_name);
 | 
			
		||||
			} else if (sscanf(line, "a=ptime:%d-%d",
 | 
			
		||||
					  &ptime, &ptime2) >= 1) {
 | 
			
		||||
				if (ptime2 > 0 && ptime2 != ptime)
 | 
			
		||||
					rtp->packet_duration_ms = 0;
 | 
			
		||||
				else
 | 
			
		||||
					rtp->packet_duration_ms = ptime;
 | 
			
		||||
			} else if (sscanf(line, "a=maxptime:%d", &ptime2) == 1) {
 | 
			
		||||
				maxptime = ptime2;
 | 
			
		||||
			}
 | 
			
		||||
			break;
 | 
			
		||||
		}
 | 
			
		||||
		case 'm': {
 | 
			
		||||
			int port, rc;
 | 
			
		||||
 | 
			
		||||
			rc = sscanf(line, "m=audio %d RTP/AVP %d %d %d %d %d %d %d %d %d %d",
 | 
			
		||||
					&port,
 | 
			
		||||
					&codecs[0].payload_type,
 | 
			
		||||
					&codecs[1].payload_type,
 | 
			
		||||
					&codecs[2].payload_type,
 | 
			
		||||
					&codecs[3].payload_type,
 | 
			
		||||
					&codecs[4].payload_type,
 | 
			
		||||
					&codecs[5].payload_type,
 | 
			
		||||
					&codecs[6].payload_type,
 | 
			
		||||
					&codecs[7].payload_type,
 | 
			
		||||
					&codecs[8].payload_type,
 | 
			
		||||
					&codecs[9].payload_type);
 | 
			
		||||
			if (rc >= 2) {
 | 
			
		||||
				rtp->rtp_port = htons(port);
 | 
			
		||||
				rtp->rtcp_port = htons(port + 1);
 | 
			
		||||
				codecs_used = rc - 1;
 | 
			
		||||
				codecs_initialize(tmp_ctx, codecs, codecs_used);
 | 
			
		||||
			}
 | 
			
		||||
			break;
 | 
			
		||||
		}
 | 
			
		||||
		case 'c': {
 | 
			
		||||
			char ipv4[16];
 | 
			
		||||
 | 
			
		||||
			if (sscanf(line, "c=IN IP4 %15s", ipv4) == 1) {
 | 
			
		||||
				inet_aton(ipv4, &rtp->addr);
 | 
			
		||||
			}
 | 
			
		||||
			break;
 | 
			
		||||
		}
 | 
			
		||||
		default:
 | 
			
		||||
			if (p->endp)
 | 
			
		||||
				LOGP(DLMGCP, LOGL_NOTICE,
 | 
			
		||||
				     "Unhandled SDP option: '%c'/%d on 0x%x\n",
 | 
			
		||||
				     line[0], line[0], ENDPOINT_NUMBER(p->endp));
 | 
			
		||||
			else
 | 
			
		||||
				LOGP(DLMGCP, LOGL_NOTICE,
 | 
			
		||||
				     "Unhandled SDP option: '%c'/%d\n",
 | 
			
		||||
				     line[0], line[0]);
 | 
			
		||||
			break;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Now select the primary and alt_codec */
 | 
			
		||||
	for (i = 0; i < codecs_used && codecs_assigned < 2; ++i) {
 | 
			
		||||
		struct mgcp_rtp_codec *codec = codecs_assigned == 0 ?
 | 
			
		||||
					&rtp->codec : &rtp->alt_codec;
 | 
			
		||||
 | 
			
		||||
		if (endp->tcfg->no_audio_transcoding &&
 | 
			
		||||
			!is_codec_compatible(endp, &codecs[i])) {
 | 
			
		||||
			LOGP(DLMGCP, LOGL_NOTICE, "Skipping codec %s\n",
 | 
			
		||||
				codecs[i].codec_name);
 | 
			
		||||
			continue;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		mgcp_set_audio_info(p->cfg, codec,
 | 
			
		||||
					codecs[i].payload_type,
 | 
			
		||||
					codecs[i].map_line);
 | 
			
		||||
		codecs_assigned += 1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (codecs_assigned > 0) {
 | 
			
		||||
		/* TODO/XXX: Store this per codec and derive it on use */
 | 
			
		||||
		if (maxptime >= 0 && maxptime * rtp->codec.frame_duration_den >
 | 
			
		||||
				rtp->codec.frame_duration_num * 1500) {
 | 
			
		||||
			/* more than 1 frame */
 | 
			
		||||
			rtp->packet_duration_ms = 0;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		LOGP(DLMGCP, LOGL_NOTICE,
 | 
			
		||||
		     "Got media info via SDP: port %d, payload %d (%s), "
 | 
			
		||||
		     "duration %d, addr %s\n",
 | 
			
		||||
		     ntohs(rtp->rtp_port), rtp->codec.payload_type,
 | 
			
		||||
		     rtp->codec.subtype_name ? rtp->codec.subtype_name : "unknown",
 | 
			
		||||
		     rtp->packet_duration_ms, inet_ntoa(rtp->addr));
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	talloc_free(tmp_ctx);
 | 
			
		||||
	return codecs_assigned > 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										611
									
								
								src/libosmo-legacy-mgcp/mgcp_transcode.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										611
									
								
								src/libosmo-legacy-mgcp/mgcp_transcode.c
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,611 @@
 | 
			
		||||
/*
 | 
			
		||||
 * (C) 2014 by On-Waves
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU Affero General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU Affero General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <errno.h>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#include "g711common.h"
 | 
			
		||||
 | 
			
		||||
#include <osmocom/legacy_mgcp/mgcp.h>
 | 
			
		||||
#include <osmocom/legacy_mgcp/mgcp_internal.h>
 | 
			
		||||
#include <osmocom/legacy_mgcp/mgcp_transcode.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/core/talloc.h>
 | 
			
		||||
#include <osmocom/netif/rtp.h>
 | 
			
		||||
 | 
			
		||||
int mgcp_transcoding_get_frame_size(void *state_, int nsamples, int dst)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_process_rtp_state *state = state_;
 | 
			
		||||
	if (dst)
 | 
			
		||||
		return (nsamples >= 0 ?
 | 
			
		||||
			nsamples / state->dst_samples_per_frame :
 | 
			
		||||
			1) * state->dst_frame_size;
 | 
			
		||||
	else
 | 
			
		||||
		return (nsamples >= 0 ?
 | 
			
		||||
			nsamples / state->src_samples_per_frame :
 | 
			
		||||
			1) * state->src_frame_size;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static enum audio_format get_audio_format(const struct mgcp_rtp_codec *codec)
 | 
			
		||||
{
 | 
			
		||||
	if (codec->subtype_name) {
 | 
			
		||||
		if (!strcasecmp("GSM", codec->subtype_name))
 | 
			
		||||
			return AF_GSM;
 | 
			
		||||
		if (!strcasecmp("PCMA", codec->subtype_name))
 | 
			
		||||
			return AF_PCMA;
 | 
			
		||||
		if (!strcasecmp("PCMU", codec->subtype_name))
 | 
			
		||||
			return AF_PCMU;
 | 
			
		||||
#ifdef HAVE_BCG729
 | 
			
		||||
		if (!strcasecmp("G729", codec->subtype_name))
 | 
			
		||||
			return AF_G729;
 | 
			
		||||
#endif
 | 
			
		||||
		if (!strcasecmp("L16", codec->subtype_name))
 | 
			
		||||
			return AF_L16;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	switch (codec->payload_type) {
 | 
			
		||||
	case 0 /* PCMU */:
 | 
			
		||||
		return AF_PCMU;
 | 
			
		||||
	case 3 /* GSM */:
 | 
			
		||||
		return AF_GSM;
 | 
			
		||||
	case 8 /* PCMA */:
 | 
			
		||||
		return AF_PCMA;
 | 
			
		||||
#ifdef HAVE_BCG729
 | 
			
		||||
	case 18 /* G.729 */:
 | 
			
		||||
		return AF_G729;
 | 
			
		||||
#endif
 | 
			
		||||
	case 11 /* L16 */:
 | 
			
		||||
		return AF_L16;
 | 
			
		||||
	default:
 | 
			
		||||
		return AF_INVALID;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void l16_encode(short *sample, unsigned char *buf, size_t n)
 | 
			
		||||
{
 | 
			
		||||
	for (; n > 0; --n, ++sample, buf += 2) {
 | 
			
		||||
		buf[0] = sample[0] >> 8;
 | 
			
		||||
		buf[1] = sample[0] & 0xff;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void l16_decode(unsigned char *buf, short *sample, size_t n)
 | 
			
		||||
{
 | 
			
		||||
	for (; n > 0; --n, ++sample, buf += 2)
 | 
			
		||||
		sample[0] = ((short)buf[0] << 8) | buf[1];
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void alaw_encode(short *sample, unsigned char *buf, size_t n)
 | 
			
		||||
{
 | 
			
		||||
	for (; n > 0; --n)
 | 
			
		||||
		*(buf++) = s16_to_alaw(*(sample++));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void alaw_decode(unsigned char *buf, short *sample, size_t n)
 | 
			
		||||
{
 | 
			
		||||
	for (; n > 0; --n)
 | 
			
		||||
		*(sample++) = alaw_to_s16(*(buf++));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void ulaw_encode(short *sample, unsigned char *buf, size_t n)
 | 
			
		||||
{
 | 
			
		||||
	for (; n > 0; --n)
 | 
			
		||||
		*(buf++) = s16_to_ulaw(*(sample++));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void ulaw_decode(unsigned char *buf, short *sample, size_t n)
 | 
			
		||||
{
 | 
			
		||||
	for (; n > 0; --n)
 | 
			
		||||
		*(sample++) = ulaw_to_s16(*(buf++));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int processing_state_destructor(struct mgcp_process_rtp_state *state)
 | 
			
		||||
{
 | 
			
		||||
	switch (state->src_fmt) {
 | 
			
		||||
	case AF_GSM:
 | 
			
		||||
		if (state->src.gsm_handle)
 | 
			
		||||
			gsm_destroy(state->src.gsm_handle);
 | 
			
		||||
		break;
 | 
			
		||||
#ifdef HAVE_BCG729
 | 
			
		||||
	case AF_G729:
 | 
			
		||||
		if (state->src.g729_dec)
 | 
			
		||||
			closeBcg729DecoderChannel(state->src.g729_dec);
 | 
			
		||||
		break;
 | 
			
		||||
#endif
 | 
			
		||||
	default:
 | 
			
		||||
		break;
 | 
			
		||||
	}
 | 
			
		||||
	switch (state->dst_fmt) {
 | 
			
		||||
	case AF_GSM:
 | 
			
		||||
		if (state->dst.gsm_handle)
 | 
			
		||||
			gsm_destroy(state->dst.gsm_handle);
 | 
			
		||||
		break;
 | 
			
		||||
#ifdef HAVE_BCG729
 | 
			
		||||
	case AF_G729:
 | 
			
		||||
		if (state->dst.g729_enc)
 | 
			
		||||
			closeBcg729EncoderChannel(state->dst.g729_enc);
 | 
			
		||||
		break;
 | 
			
		||||
#endif
 | 
			
		||||
	default:
 | 
			
		||||
		break;
 | 
			
		||||
	}
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int mgcp_transcoding_setup(struct mgcp_endpoint *endp,
 | 
			
		||||
			   struct mgcp_rtp_end *dst_end,
 | 
			
		||||
			   struct mgcp_rtp_end *src_end)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_process_rtp_state *state;
 | 
			
		||||
	enum audio_format src_fmt, dst_fmt;
 | 
			
		||||
	const struct mgcp_rtp_codec *dst_codec = &dst_end->codec;
 | 
			
		||||
 | 
			
		||||
	/* cleanup first */
 | 
			
		||||
	if (dst_end->rtp_process_data) {
 | 
			
		||||
		talloc_free(dst_end->rtp_process_data);
 | 
			
		||||
		dst_end->rtp_process_data = NULL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (!src_end)
 | 
			
		||||
		return 0;
 | 
			
		||||
 | 
			
		||||
	const struct mgcp_rtp_codec *src_codec = &src_end->codec;
 | 
			
		||||
 | 
			
		||||
	if (endp->tcfg->no_audio_transcoding) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_NOTICE,
 | 
			
		||||
			"Transcoding disabled on endpoint 0x%x\n",
 | 
			
		||||
			ENDPOINT_NUMBER(endp));
 | 
			
		||||
		return 0;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	src_fmt = get_audio_format(src_codec);
 | 
			
		||||
	dst_fmt = get_audio_format(dst_codec);
 | 
			
		||||
 | 
			
		||||
	LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
	     "Checking transcoding: %s (%d) -> %s (%d)\n",
 | 
			
		||||
	     src_codec->subtype_name, src_codec->payload_type,
 | 
			
		||||
	     dst_codec->subtype_name, dst_codec->payload_type);
 | 
			
		||||
 | 
			
		||||
	if (src_fmt == AF_INVALID || dst_fmt == AF_INVALID) {
 | 
			
		||||
		if (!src_codec->subtype_name || !dst_codec->subtype_name)
 | 
			
		||||
			/* Not enough info, do nothing */
 | 
			
		||||
			return 0;
 | 
			
		||||
 | 
			
		||||
		if (strcasecmp(src_codec->subtype_name, dst_codec->subtype_name) == 0)
 | 
			
		||||
			/* Nothing to do */
 | 
			
		||||
			return 0;
 | 
			
		||||
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "Cannot transcode: %s codec not supported (%s -> %s).\n",
 | 
			
		||||
		     src_fmt != AF_INVALID ? "destination" : "source",
 | 
			
		||||
		     src_codec->audio_name, dst_codec->audio_name);
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (src_codec->rate && dst_codec->rate && src_codec->rate != dst_codec->rate) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "Cannot transcode: rate conversion (%d -> %d) not supported.\n",
 | 
			
		||||
		     src_codec->rate, dst_codec->rate);
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	state = talloc_zero(endp->tcfg->cfg, struct mgcp_process_rtp_state);
 | 
			
		||||
	talloc_set_destructor(state, processing_state_destructor);
 | 
			
		||||
	dst_end->rtp_process_data = state;
 | 
			
		||||
 | 
			
		||||
	state->src_fmt = src_fmt;
 | 
			
		||||
 | 
			
		||||
	switch (state->src_fmt) {
 | 
			
		||||
	case AF_L16:
 | 
			
		||||
	case AF_S16:
 | 
			
		||||
		state->src_frame_size = 80 * sizeof(short);
 | 
			
		||||
		state->src_samples_per_frame = 80;
 | 
			
		||||
		break;
 | 
			
		||||
	case AF_GSM:
 | 
			
		||||
		state->src_frame_size = sizeof(gsm_frame);
 | 
			
		||||
		state->src_samples_per_frame = 160;
 | 
			
		||||
		state->src.gsm_handle = gsm_create();
 | 
			
		||||
		if (!state->src.gsm_handle) {
 | 
			
		||||
			LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
			     "Failed to initialize GSM decoder.\n");
 | 
			
		||||
			return -EINVAL;
 | 
			
		||||
		}
 | 
			
		||||
		break;
 | 
			
		||||
#ifdef HAVE_BCG729
 | 
			
		||||
	case AF_G729:
 | 
			
		||||
		state->src_frame_size = 10;
 | 
			
		||||
		state->src_samples_per_frame = 80;
 | 
			
		||||
		state->src.g729_dec = initBcg729DecoderChannel();
 | 
			
		||||
		if (!state->src.g729_dec) {
 | 
			
		||||
			LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
			     "Failed to initialize G.729 decoder.\n");
 | 
			
		||||
			return -EINVAL;
 | 
			
		||||
		}
 | 
			
		||||
		break;
 | 
			
		||||
#endif
 | 
			
		||||
	case AF_PCMU:
 | 
			
		||||
	case AF_PCMA:
 | 
			
		||||
		state->src_frame_size = 80;
 | 
			
		||||
		state->src_samples_per_frame = 80;
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		break;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	state->dst_fmt = dst_fmt;
 | 
			
		||||
 | 
			
		||||
	switch (state->dst_fmt) {
 | 
			
		||||
	case AF_L16:
 | 
			
		||||
	case AF_S16:
 | 
			
		||||
		state->dst_frame_size = 80*sizeof(short);
 | 
			
		||||
		state->dst_samples_per_frame = 80;
 | 
			
		||||
		break;
 | 
			
		||||
	case AF_GSM:
 | 
			
		||||
		state->dst_frame_size = sizeof(gsm_frame);
 | 
			
		||||
		state->dst_samples_per_frame = 160;
 | 
			
		||||
		state->dst.gsm_handle = gsm_create();
 | 
			
		||||
		if (!state->dst.gsm_handle) {
 | 
			
		||||
			LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
			     "Failed to initialize GSM encoder.\n");
 | 
			
		||||
			return -EINVAL;
 | 
			
		||||
		}
 | 
			
		||||
		break;
 | 
			
		||||
#ifdef HAVE_BCG729
 | 
			
		||||
	case AF_G729:
 | 
			
		||||
		state->dst_frame_size = 10;
 | 
			
		||||
		state->dst_samples_per_frame = 80;
 | 
			
		||||
		state->dst.g729_enc = initBcg729EncoderChannel();
 | 
			
		||||
		if (!state->dst.g729_enc) {
 | 
			
		||||
			LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
			     "Failed to initialize G.729 decoder.\n");
 | 
			
		||||
			return -EINVAL;
 | 
			
		||||
		}
 | 
			
		||||
		break;
 | 
			
		||||
#endif
 | 
			
		||||
	case AF_PCMU:
 | 
			
		||||
	case AF_PCMA:
 | 
			
		||||
		state->dst_frame_size = 80;
 | 
			
		||||
		state->dst_samples_per_frame = 80;
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		break;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (dst_end->force_output_ptime)
 | 
			
		||||
		state->dst_packet_duration = mgcp_rtp_packet_duration(endp, dst_end);
 | 
			
		||||
 | 
			
		||||
	LOGP(DLMGCP, LOGL_INFO,
 | 
			
		||||
	     "Initialized RTP processing on: 0x%x "
 | 
			
		||||
	     "conv: %d (%d, %d, %s) -> %d (%d, %d, %s)\n",
 | 
			
		||||
	     ENDPOINT_NUMBER(endp),
 | 
			
		||||
	     src_fmt, src_codec->payload_type, src_codec->rate, src_end->fmtp_extra,
 | 
			
		||||
	     dst_fmt, dst_codec->payload_type, dst_codec->rate, dst_end->fmtp_extra);
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void mgcp_transcoding_net_downlink_format(struct mgcp_endpoint *endp,
 | 
			
		||||
					  int *payload_type,
 | 
			
		||||
					  const char**audio_name,
 | 
			
		||||
					  const char**fmtp_extra)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_process_rtp_state *state = endp->net_end.rtp_process_data;
 | 
			
		||||
	struct mgcp_rtp_codec *net_codec = &endp->net_end.codec;
 | 
			
		||||
	struct mgcp_rtp_codec *bts_codec = &endp->bts_end.codec;
 | 
			
		||||
 | 
			
		||||
	if (!state || net_codec->payload_type < 0) {
 | 
			
		||||
		*payload_type = bts_codec->payload_type;
 | 
			
		||||
		*audio_name = bts_codec->audio_name;
 | 
			
		||||
		*fmtp_extra = endp->bts_end.fmtp_extra;
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	*payload_type = net_codec->payload_type;
 | 
			
		||||
	*audio_name = net_codec->audio_name;
 | 
			
		||||
	*fmtp_extra = endp->net_end.fmtp_extra;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int decode_audio(struct mgcp_process_rtp_state *state,
 | 
			
		||||
			uint8_t **src, size_t *nbytes)
 | 
			
		||||
{
 | 
			
		||||
	while (*nbytes >= state->src_frame_size) {
 | 
			
		||||
		if (state->sample_cnt + state->src_samples_per_frame > ARRAY_SIZE(state->samples)) {
 | 
			
		||||
			LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
			     "Sample buffer too small: %zu > %zu.\n",
 | 
			
		||||
			     state->sample_cnt + state->src_samples_per_frame,
 | 
			
		||||
			     ARRAY_SIZE(state->samples));
 | 
			
		||||
			return -ENOSPC;
 | 
			
		||||
		}
 | 
			
		||||
		switch (state->src_fmt) {
 | 
			
		||||
		case AF_GSM:
 | 
			
		||||
			if (gsm_decode(state->src.gsm_handle,
 | 
			
		||||
				       (gsm_byte *)*src, state->samples + state->sample_cnt) < 0) {
 | 
			
		||||
				LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
				     "Failed to decode GSM.\n");
 | 
			
		||||
				return -EINVAL;
 | 
			
		||||
			}
 | 
			
		||||
			break;
 | 
			
		||||
#ifdef HAVE_BCG729
 | 
			
		||||
		case AF_G729:
 | 
			
		||||
			bcg729Decoder(state->src.g729_dec, *src, 0, state->samples + state->sample_cnt);
 | 
			
		||||
			break;
 | 
			
		||||
#endif
 | 
			
		||||
		case AF_PCMU:
 | 
			
		||||
			ulaw_decode(*src, state->samples + state->sample_cnt,
 | 
			
		||||
				    state->src_samples_per_frame);
 | 
			
		||||
			break;
 | 
			
		||||
		case AF_PCMA:
 | 
			
		||||
			alaw_decode(*src, state->samples + state->sample_cnt,
 | 
			
		||||
				    state->src_samples_per_frame);
 | 
			
		||||
			break;
 | 
			
		||||
		case AF_S16:
 | 
			
		||||
			memmove(state->samples + state->sample_cnt, *src,
 | 
			
		||||
				state->src_frame_size);
 | 
			
		||||
			break;
 | 
			
		||||
		case AF_L16:
 | 
			
		||||
			l16_decode(*src, state->samples + state->sample_cnt,
 | 
			
		||||
				   state->src_samples_per_frame);
 | 
			
		||||
			break;
 | 
			
		||||
		default:
 | 
			
		||||
			break;
 | 
			
		||||
		}
 | 
			
		||||
		*src        += state->src_frame_size;
 | 
			
		||||
		*nbytes     -= state->src_frame_size;
 | 
			
		||||
		state->sample_cnt += state->src_samples_per_frame;
 | 
			
		||||
	}
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int encode_audio(struct mgcp_process_rtp_state *state,
 | 
			
		||||
			uint8_t *dst, size_t buf_size, size_t max_samples)
 | 
			
		||||
{
 | 
			
		||||
	int nbytes = 0;
 | 
			
		||||
	size_t nsamples = 0;
 | 
			
		||||
	/* Encode samples into dst */
 | 
			
		||||
	while (nsamples + state->dst_samples_per_frame <= max_samples) {
 | 
			
		||||
		if (nbytes + state->dst_frame_size > buf_size) {
 | 
			
		||||
			if (nbytes > 0)
 | 
			
		||||
				break;
 | 
			
		||||
 | 
			
		||||
			/* Not even one frame fits into the buffer */
 | 
			
		||||
			LOGP(DLMGCP, LOGL_INFO,
 | 
			
		||||
			     "Encoding (RTP) buffer too small: %zu > %zu.\n",
 | 
			
		||||
			     nbytes + state->dst_frame_size, buf_size);
 | 
			
		||||
			return -ENOSPC;
 | 
			
		||||
		}
 | 
			
		||||
		switch (state->dst_fmt) {
 | 
			
		||||
		case AF_GSM:
 | 
			
		||||
			gsm_encode(state->dst.gsm_handle,
 | 
			
		||||
				   state->samples + state->sample_offs, dst);
 | 
			
		||||
			break;
 | 
			
		||||
#ifdef HAVE_BCG729
 | 
			
		||||
		case AF_G729:
 | 
			
		||||
			bcg729Encoder(state->dst.g729_enc,
 | 
			
		||||
				      state->samples + state->sample_offs, dst);
 | 
			
		||||
			break;
 | 
			
		||||
#endif
 | 
			
		||||
		case AF_PCMU:
 | 
			
		||||
			ulaw_encode(state->samples + state->sample_offs, dst,
 | 
			
		||||
				    state->src_samples_per_frame);
 | 
			
		||||
			break;
 | 
			
		||||
		case AF_PCMA:
 | 
			
		||||
			alaw_encode(state->samples + state->sample_offs, dst,
 | 
			
		||||
				    state->src_samples_per_frame);
 | 
			
		||||
			break;
 | 
			
		||||
		case AF_S16:
 | 
			
		||||
			memmove(dst, state->samples + state->sample_offs,
 | 
			
		||||
				state->dst_frame_size);
 | 
			
		||||
			break;
 | 
			
		||||
		case AF_L16:
 | 
			
		||||
			l16_encode(state->samples + state->sample_offs, dst,
 | 
			
		||||
				   state->src_samples_per_frame);
 | 
			
		||||
			break;
 | 
			
		||||
		default:
 | 
			
		||||
			break;
 | 
			
		||||
		}
 | 
			
		||||
		dst        += state->dst_frame_size;
 | 
			
		||||
		nbytes     += state->dst_frame_size;
 | 
			
		||||
		state->sample_offs += state->dst_samples_per_frame;
 | 
			
		||||
		nsamples   += state->dst_samples_per_frame;
 | 
			
		||||
	}
 | 
			
		||||
	state->sample_cnt -= nsamples;
 | 
			
		||||
	return nbytes;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static struct mgcp_rtp_end *source_for_dest(struct mgcp_endpoint *endp,
 | 
			
		||||
					struct mgcp_rtp_end *dst_end)
 | 
			
		||||
{
 | 
			
		||||
	if (&endp->bts_end == dst_end)
 | 
			
		||||
		return &endp->net_end;
 | 
			
		||||
	else if (&endp->net_end == dst_end)
 | 
			
		||||
		return &endp->bts_end;
 | 
			
		||||
	OSMO_ASSERT(0);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * With some modems we get offered multiple codecs
 | 
			
		||||
 * and we have selected one of them. It might not
 | 
			
		||||
 * be the right one and we need to detect this with
 | 
			
		||||
 * the first audio packets. One difficulty is that
 | 
			
		||||
 * we patch the rtp payload type in place, so we
 | 
			
		||||
 * need to discuss this.
 | 
			
		||||
 */
 | 
			
		||||
struct mgcp_process_rtp_state *check_transcode_state(
 | 
			
		||||
				struct mgcp_endpoint *endp,
 | 
			
		||||
				struct mgcp_rtp_end *dst_end,
 | 
			
		||||
				struct rtp_hdr *rtp_hdr)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_rtp_end *src_end;
 | 
			
		||||
 | 
			
		||||
	/* Only deal with messages from net to bts */
 | 
			
		||||
	if (&endp->bts_end != dst_end)
 | 
			
		||||
		goto done;
 | 
			
		||||
 | 
			
		||||
	src_end = source_for_dest(endp, dst_end);
 | 
			
		||||
 | 
			
		||||
	/* Already patched */
 | 
			
		||||
	if (rtp_hdr->payload_type == dst_end->codec.payload_type)
 | 
			
		||||
		goto done;
 | 
			
		||||
	/* The payload we expect */
 | 
			
		||||
	if (rtp_hdr->payload_type == src_end->codec.payload_type)
 | 
			
		||||
		goto done;
 | 
			
		||||
	/* The matching alternate payload type? Then switch */
 | 
			
		||||
	if (rtp_hdr->payload_type == src_end->alt_codec.payload_type) {
 | 
			
		||||
		struct mgcp_config *cfg = endp->cfg;
 | 
			
		||||
		struct mgcp_rtp_codec tmp_codec = src_end->alt_codec;
 | 
			
		||||
		src_end->alt_codec = src_end->codec;
 | 
			
		||||
		src_end->codec = tmp_codec;
 | 
			
		||||
		cfg->setup_rtp_processing_cb(endp, &endp->net_end, &endp->bts_end);
 | 
			
		||||
		cfg->setup_rtp_processing_cb(endp, &endp->bts_end, &endp->net_end);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
done:
 | 
			
		||||
	return dst_end->rtp_process_data;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int mgcp_transcoding_process_rtp(struct mgcp_endpoint *endp,
 | 
			
		||||
				struct mgcp_rtp_end *dst_end,
 | 
			
		||||
			     char *data, int *len, int buf_size)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_process_rtp_state *state;
 | 
			
		||||
	const size_t rtp_hdr_size = sizeof(struct rtp_hdr);
 | 
			
		||||
	struct rtp_hdr *rtp_hdr = (struct rtp_hdr *) data;
 | 
			
		||||
	char *payload_data = (char *) &rtp_hdr->data[0];
 | 
			
		||||
	int payload_len = *len - rtp_hdr_size;
 | 
			
		||||
	uint8_t *src = (uint8_t *)payload_data;
 | 
			
		||||
	uint8_t *dst = (uint8_t *)payload_data;
 | 
			
		||||
	size_t nbytes = payload_len;
 | 
			
		||||
	size_t nsamples;
 | 
			
		||||
	size_t max_samples;
 | 
			
		||||
	uint32_t ts_no;
 | 
			
		||||
	int rc;
 | 
			
		||||
 | 
			
		||||
	state = check_transcode_state(endp, dst_end, rtp_hdr);
 | 
			
		||||
	if (!state)
 | 
			
		||||
		return 0;
 | 
			
		||||
 | 
			
		||||
	if (state->src_fmt == state->dst_fmt) {
 | 
			
		||||
		if (!state->dst_packet_duration)
 | 
			
		||||
			return 0;
 | 
			
		||||
 | 
			
		||||
		/* TODO: repackage without transcoding */
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* If the remaining samples do not fit into a fixed ptime,
 | 
			
		||||
	 * a) discard them, if the next packet is much later
 | 
			
		||||
	 * b) add silence and * send it, if the current packet is not
 | 
			
		||||
	 *    yet too late
 | 
			
		||||
	 * c) append the sample data, if the timestamp matches exactly
 | 
			
		||||
	 */
 | 
			
		||||
 | 
			
		||||
	/* TODO: check payload type (-> G.711 comfort noise) */
 | 
			
		||||
 | 
			
		||||
	if (payload_len > 0) {
 | 
			
		||||
		ts_no = ntohl(rtp_hdr->timestamp);
 | 
			
		||||
		if (!state->is_running) {
 | 
			
		||||
			state->next_seq = ntohs(rtp_hdr->sequence);
 | 
			
		||||
			state->next_time = ts_no;
 | 
			
		||||
			state->is_running = 1;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		if (state->sample_cnt > 0) {
 | 
			
		||||
			int32_t delta = ts_no - state->next_time;
 | 
			
		||||
			/* TODO: check sequence? reordering? packet loss? */
 | 
			
		||||
 | 
			
		||||
			if (delta > state->sample_cnt) {
 | 
			
		||||
				/* There is a time gap between the last packet
 | 
			
		||||
				 * and the current one. Just discard the
 | 
			
		||||
				 * partial data that is left in the buffer.
 | 
			
		||||
				 * TODO: This can be improved by adding silence
 | 
			
		||||
				 * instead if the delta is small enough.
 | 
			
		||||
				 */
 | 
			
		||||
				LOGP(DLMGCP, LOGL_NOTICE,
 | 
			
		||||
					"0x%x dropping sample buffer due delta=%d sample_cnt=%zu\n",
 | 
			
		||||
					ENDPOINT_NUMBER(endp), delta, state->sample_cnt);
 | 
			
		||||
				state->sample_cnt = 0;
 | 
			
		||||
				state->next_time = ts_no;
 | 
			
		||||
			} else if (delta < 0) {
 | 
			
		||||
				LOGP(DLMGCP, LOGL_NOTICE,
 | 
			
		||||
				     "RTP time jumps backwards, delta = %d, "
 | 
			
		||||
				     "discarding buffered samples\n",
 | 
			
		||||
				     delta);
 | 
			
		||||
				state->sample_cnt = 0;
 | 
			
		||||
				state->sample_offs = 0;
 | 
			
		||||
				return -EAGAIN;
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			/* Make sure the samples start without offset */
 | 
			
		||||
			if (state->sample_offs && state->sample_cnt)
 | 
			
		||||
				memmove(&state->samples[0],
 | 
			
		||||
					&state->samples[state->sample_offs],
 | 
			
		||||
					state->sample_cnt *
 | 
			
		||||
					sizeof(state->samples[0]));
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		state->sample_offs = 0;
 | 
			
		||||
 | 
			
		||||
		/* Append decoded audio to samples */
 | 
			
		||||
		decode_audio(state, &src, &nbytes);
 | 
			
		||||
 | 
			
		||||
		if (nbytes > 0)
 | 
			
		||||
			LOGP(DLMGCP, LOGL_NOTICE,
 | 
			
		||||
			     "Skipped audio frame in RTP packet: %zu octets\n",
 | 
			
		||||
			     nbytes);
 | 
			
		||||
	} else
 | 
			
		||||
		ts_no = state->next_time;
 | 
			
		||||
 | 
			
		||||
	if (state->sample_cnt < state->dst_packet_duration)
 | 
			
		||||
		return -EAGAIN;
 | 
			
		||||
 | 
			
		||||
	max_samples =
 | 
			
		||||
		state->dst_packet_duration ?
 | 
			
		||||
		state->dst_packet_duration : state->sample_cnt;
 | 
			
		||||
 | 
			
		||||
	nsamples = state->sample_cnt;
 | 
			
		||||
 | 
			
		||||
	rc = encode_audio(state, dst, buf_size, max_samples);
 | 
			
		||||
	/*
 | 
			
		||||
	 * There were no samples to encode?
 | 
			
		||||
	 * TODO: how does this work for comfort noise?
 | 
			
		||||
	 */
 | 
			
		||||
	if (rc == 0)
 | 
			
		||||
		return -ENOMSG;
 | 
			
		||||
	/* Any other error during the encoding */
 | 
			
		||||
	if (rc < 0)
 | 
			
		||||
		return rc;
 | 
			
		||||
 | 
			
		||||
	nsamples -= state->sample_cnt;
 | 
			
		||||
 | 
			
		||||
	*len = rtp_hdr_size + rc;
 | 
			
		||||
	rtp_hdr->sequence = htons(state->next_seq);
 | 
			
		||||
	rtp_hdr->timestamp = htonl(ts_no);
 | 
			
		||||
 | 
			
		||||
	state->next_seq += 1;
 | 
			
		||||
	state->next_time = ts_no + nsamples;
 | 
			
		||||
 | 
			
		||||
	/*
 | 
			
		||||
	 * XXX: At this point we should always have consumed
 | 
			
		||||
	 * samples. So doing OSMO_ASSERT(nsamples > 0) and returning
 | 
			
		||||
	 * rtp_hdr_size should be fine.
 | 
			
		||||
	 */
 | 
			
		||||
	return nsamples ? rtp_hdr_size : 0;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										1553
									
								
								src/libosmo-legacy-mgcp/mgcp_vty.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1553
									
								
								src/libosmo-legacy-mgcp/mgcp_vty.c
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -20,7 +20,7 @@ AM_LDFLAGS = \
 | 
			
		||||
 | 
			
		||||
# This is not at all related to the release version, but a range of supported
 | 
			
		||||
# API versions. Read TODO_RELEASE in the source tree's root!
 | 
			
		||||
MGCP_CLIENT_LIBVERSION=7:0:1
 | 
			
		||||
MGCP_CLIENT_LIBVERSION=2:0:0
 | 
			
		||||
 | 
			
		||||
lib_LTLIBRARIES = \
 | 
			
		||||
	libosmo-mgcp-client.la \
 | 
			
		||||
@@ -29,8 +29,6 @@ lib_LTLIBRARIES = \
 | 
			
		||||
libosmo_mgcp_client_la_SOURCES = \
 | 
			
		||||
	mgcp_client.c \
 | 
			
		||||
	mgcp_client_vty.c \
 | 
			
		||||
	mgcp_client_fsm.c \
 | 
			
		||||
	mgcp_client_endpoint_fsm.c \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
libosmo_mgcp_client_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(MGCP_CLIENT_LIBVERSION)
 | 
			
		||||
 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -1,968 +0,0 @@
 | 
			
		||||
/* FSM to manage multiple connections of an MGW endpoint
 | 
			
		||||
 *
 | 
			
		||||
 * (C) 2018-2019 by sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * Author: Neels Hofmeyr <neels@hofmeyr.de>
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU Affero General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU Affero General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include <sys/socket.h>
 | 
			
		||||
#include <netinet/in.h>
 | 
			
		||||
#include <arpa/inet.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/core/fsm.h>
 | 
			
		||||
#include <osmocom/core/byteswap.h>
 | 
			
		||||
#include <osmocom/core/tdef.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/mgcp_client/mgcp_client_endpoint_fsm.h>
 | 
			
		||||
 | 
			
		||||
#define LOG_CI(ci, level, fmt, args...) do { \
 | 
			
		||||
	if (!ci || !ci->ep) \
 | 
			
		||||
		LOGP(DLGLOBAL, level, "(unknown MGW endpoint) " fmt, ## args); \
 | 
			
		||||
	else \
 | 
			
		||||
		LOG_MGCPC_EP(ci->ep, level, "CI[%d] %s%s%s: " fmt, \
 | 
			
		||||
			(int)(ci - ci->ep->ci), \
 | 
			
		||||
			ci->label ? : "-", \
 | 
			
		||||
			ci->mgcp_ci_str[0] ? " CI=" : "", \
 | 
			
		||||
			ci->mgcp_ci_str[0] ? ci->mgcp_ci_str : "", \
 | 
			
		||||
			## args); \
 | 
			
		||||
	} while(0)
 | 
			
		||||
 | 
			
		||||
#define LOG_CI_VERB(ci, level, fmt, args...) do { \
 | 
			
		||||
	if (ci->verb_info.addr[0]) \
 | 
			
		||||
		LOG_CI(ci, level, "%s %s:%u: " fmt, \
 | 
			
		||||
			osmo_mgcp_verb_name(ci->verb), ci->verb_info.addr, ci->verb_info.port, \
 | 
			
		||||
			## args); \
 | 
			
		||||
	else \
 | 
			
		||||
		LOG_CI(ci, level, "%s: " fmt, \
 | 
			
		||||
			osmo_mgcp_verb_name(ci->verb), \
 | 
			
		||||
			## args); \
 | 
			
		||||
	} while(0)
 | 
			
		||||
 | 
			
		||||
enum osmo_mgcpc_ep_fsm_state {
 | 
			
		||||
	OSMO_MGCPC_EP_ST_UNUSED = 0,
 | 
			
		||||
	OSMO_MGCPC_EP_ST_WAIT_MGW_RESPONSE,
 | 
			
		||||
	OSMO_MGCPC_EP_ST_IN_USE,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum osmo_mgcpc_ep_fsm_event {
 | 
			
		||||
	_OSMO_MGCPC_EP_EV_LAST = 0,
 | 
			
		||||
	/* and MGW response events are allocated dynamically */
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#define FIRST_CI_EVENT (_OSMO_MGCPC_EP_EV_LAST + (_OSMO_MGCPC_EP_EV_LAST & 1)) /* rounded up to even nr */
 | 
			
		||||
#define USABLE_CI ((32 - FIRST_CI_EVENT)/2)
 | 
			
		||||
#define EV_TO_CI_IDX(event) ((event - FIRST_CI_EVENT) / 2)
 | 
			
		||||
 | 
			
		||||
#define CI_EV_SUCCESS(ci) (FIRST_CI_EVENT + (((ci) - ci->ep->ci) * 2))
 | 
			
		||||
#define CI_EV_FAILURE(ci) (CI_EV_SUCCESS(ci) + 1)
 | 
			
		||||
 | 
			
		||||
static struct osmo_fsm osmo_mgcpc_ep_fsm;
 | 
			
		||||
 | 
			
		||||
struct fsm_notify {
 | 
			
		||||
	struct llist_head entry;
 | 
			
		||||
	struct osmo_fsm_inst *fi;
 | 
			
		||||
	uint32_t success;
 | 
			
		||||
	uint32_t failure;
 | 
			
		||||
	void *data;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/*! One connection on an endpoint, corresponding to a connection identifier (CI) as returned by the MGW.
 | 
			
		||||
 * An endpoint has a fixed number of slots of these, which may or may not be in use.
 | 
			
		||||
 */
 | 
			
		||||
struct osmo_mgcpc_ep_ci {
 | 
			
		||||
	struct osmo_mgcpc_ep *ep;
 | 
			
		||||
 | 
			
		||||
	bool occupied;
 | 
			
		||||
	char label[64];
 | 
			
		||||
	struct osmo_fsm_inst *mgcp_client_fi;
 | 
			
		||||
 | 
			
		||||
	bool pending;
 | 
			
		||||
	bool sent;
 | 
			
		||||
	enum mgcp_verb verb;
 | 
			
		||||
	struct mgcp_conn_peer verb_info;
 | 
			
		||||
	struct fsm_notify notify;
 | 
			
		||||
 | 
			
		||||
	bool got_port_info;
 | 
			
		||||
	struct mgcp_conn_peer rtp_info;
 | 
			
		||||
	char mgcp_ci_str[MGCP_CONN_ID_LENGTH];
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/*! An MGW endpoint with N connections, like "rtpbridge/23@mgw". */
 | 
			
		||||
struct osmo_mgcpc_ep {
 | 
			
		||||
	/*! MGCP client connection to the MGW. */
 | 
			
		||||
	struct mgcp_client *mgcp_client;
 | 
			
		||||
	struct osmo_fsm_inst *fi;
 | 
			
		||||
 | 
			
		||||
	/*! Endpoint string; at first this might be a wildcard, and upon the first CRCX OK response, this will reflect
 | 
			
		||||
	 * the endpoint name returned by the MGW. */
 | 
			
		||||
	char endpoint[MGCP_ENDPOINT_MAXLEN];
 | 
			
		||||
 | 
			
		||||
	/*! Timeout definitions used for this endpoint, see osmo_mgcpc_ep_fsm_timeouts. */
 | 
			
		||||
	const struct osmo_tdef *T_defs;
 | 
			
		||||
 | 
			
		||||
	/*! True as soon as the first CRCX OK is received. The endpoint name may be determined by the first CRCX
 | 
			
		||||
	 * response, so to dispatch any other messages, the FSM instance *must* wait for the first CRCX OK to arrive
 | 
			
		||||
	 * first. Once the endpoint name is pinpointed, any amount of operations may be dispatched concurrently. */
 | 
			
		||||
	bool first_crcx_complete;
 | 
			
		||||
 | 
			
		||||
	/*! Endpoint connection slots. Note that each connection has its own set of FSM event numbers to signal success
 | 
			
		||||
	 * and failure, depending on its index within this array. See CI_EV_SUCCESS and CI_EV_FAILURE. */
 | 
			
		||||
	struct osmo_mgcpc_ep_ci ci[USABLE_CI];
 | 
			
		||||
 | 
			
		||||
	/*! Internal use: if a function keeps an fsm_notify for later dispatch while already clearing or re-using the
 | 
			
		||||
	 * ci[], the fsm_notify should be kept here to also get canceled by osmo_mgcpc_ep_cancel_notify(). */
 | 
			
		||||
	struct llist_head background_notify;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const struct value_string osmo_mgcp_verb_names[] = {
 | 
			
		||||
	{ MGCP_VERB_CRCX, "CRCX" },
 | 
			
		||||
	{ MGCP_VERB_MDCX, "MDCX" },
 | 
			
		||||
	{ MGCP_VERB_DLCX, "DLCX" },
 | 
			
		||||
	{ MGCP_VERB_AUEP, "AUEP" },
 | 
			
		||||
	{ MGCP_VERB_RSIP, "RSIP" },
 | 
			
		||||
	{}
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static void osmo_mgcpc_ep_count(struct osmo_mgcpc_ep *ep, int *occupied, int *pending_not_sent,
 | 
			
		||||
				int *waiting_for_response);
 | 
			
		||||
 | 
			
		||||
static struct osmo_mgcpc_ep_ci *osmo_mgcpc_ep_check_ci(struct osmo_mgcpc_ep_ci *ci)
 | 
			
		||||
{
 | 
			
		||||
	if (!ci)
 | 
			
		||||
		return NULL;
 | 
			
		||||
	if (!ci->ep)
 | 
			
		||||
		return NULL;
 | 
			
		||||
	if (ci < ci->ep->ci || ci >= &ci->ep->ci[USABLE_CI])
 | 
			
		||||
		return NULL;
 | 
			
		||||
	return ci;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static struct osmo_mgcpc_ep_ci *osmo_mgcpc_ep_ci_for_event(struct osmo_mgcpc_ep *ep, uint32_t event)
 | 
			
		||||
{
 | 
			
		||||
	int idx;
 | 
			
		||||
	if (event < FIRST_CI_EVENT)
 | 
			
		||||
		return NULL;
 | 
			
		||||
	idx = EV_TO_CI_IDX(event);
 | 
			
		||||
	if (idx >= sizeof(ep->ci))
 | 
			
		||||
		return NULL;
 | 
			
		||||
	return osmo_mgcpc_ep_check_ci(&ep->ci[idx]);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const char *osmo_mgcpc_ep_name(const struct osmo_mgcpc_ep *ep)
 | 
			
		||||
{
 | 
			
		||||
	if (!ep)
 | 
			
		||||
		return "NULL";
 | 
			
		||||
	if (ep->endpoint[0])
 | 
			
		||||
		return ep->endpoint;
 | 
			
		||||
	return osmo_fsm_inst_name(ep->fi);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const char *mgcp_conn_peer_name(const struct mgcp_conn_peer *info)
 | 
			
		||||
{
 | 
			
		||||
	/* I'd be fine with a smaller buffer and accept truncation, but gcc possibly refuses to build if
 | 
			
		||||
	 * this buffer is too small. */
 | 
			
		||||
	static char buf[1024];
 | 
			
		||||
 | 
			
		||||
	if (!info)
 | 
			
		||||
		return "NULL";
 | 
			
		||||
 | 
			
		||||
	if (info->endpoint[0]
 | 
			
		||||
	    && info->addr[0])
 | 
			
		||||
		snprintf(buf, sizeof(buf), "%s:%s:%u",
 | 
			
		||||
			 info->endpoint, info->addr, info->port);
 | 
			
		||||
	else if (info->endpoint[0])
 | 
			
		||||
		snprintf(buf, sizeof(buf), "%s", info->endpoint);
 | 
			
		||||
	else if (info->addr[0])
 | 
			
		||||
		snprintf(buf, sizeof(buf), "%s:%u", info->addr, info->port);
 | 
			
		||||
	else
 | 
			
		||||
		return "empty";
 | 
			
		||||
	return buf;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const char *osmo_mgcpc_ep_ci_name(const struct osmo_mgcpc_ep_ci *ci)
 | 
			
		||||
{
 | 
			
		||||
	const struct mgcp_conn_peer *rtp_info;
 | 
			
		||||
 | 
			
		||||
	if (!ci)
 | 
			
		||||
		return "NULL";
 | 
			
		||||
 | 
			
		||||
	rtp_info = osmo_mgcpc_ep_ci_get_rtp_info(ci);
 | 
			
		||||
 | 
			
		||||
	if (rtp_info)
 | 
			
		||||
		return mgcp_conn_peer_name(rtp_info);
 | 
			
		||||
	return osmo_mgcpc_ep_name(ci->ep);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const char *osmo_mgcpc_ep_ci_id(const struct osmo_mgcpc_ep_ci *ci)
 | 
			
		||||
{
 | 
			
		||||
	if (!ci || !ci->mgcp_ci_str[0])
 | 
			
		||||
		return NULL;
 | 
			
		||||
	return ci->mgcp_ci_str;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static struct value_string osmo_mgcpc_ep_fsm_event_names[33] = {};
 | 
			
		||||
 | 
			
		||||
static char osmo_mgcpc_ep_fsm_event_name_bufs[32][32] = {};
 | 
			
		||||
 | 
			
		||||
static void fill_event_names()
 | 
			
		||||
{
 | 
			
		||||
	int i;
 | 
			
		||||
	for (i = 0; i < (ARRAY_SIZE(osmo_mgcpc_ep_fsm_event_names) - 1); i++) {
 | 
			
		||||
		if (i < _OSMO_MGCPC_EP_EV_LAST)
 | 
			
		||||
			continue;
 | 
			
		||||
		if (i < FIRST_CI_EVENT || EV_TO_CI_IDX(i) > USABLE_CI) {
 | 
			
		||||
			osmo_mgcpc_ep_fsm_event_names[i] = (struct value_string){i, "Unused"};
 | 
			
		||||
			continue;
 | 
			
		||||
		}
 | 
			
		||||
		snprintf(osmo_mgcpc_ep_fsm_event_name_bufs[i], sizeof(osmo_mgcpc_ep_fsm_event_name_bufs[i]),
 | 
			
		||||
			 "MGW Response for CI #%d", EV_TO_CI_IDX(i));
 | 
			
		||||
		osmo_mgcpc_ep_fsm_event_names[i] = (struct value_string){i, osmo_mgcpc_ep_fsm_event_name_bufs[i]};
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* T_defs is used to obtain an (Osmocom specific) T2427001: timeout for an MGCP response (note, 2427 corresponds to the
 | 
			
		||||
 * default MGCP port in osmo-mgw). */
 | 
			
		||||
static __attribute__((constructor)) void osmo_mgcpc_ep_fsm_init()
 | 
			
		||||
{
 | 
			
		||||
	OSMO_ASSERT(osmo_fsm_register(&osmo_mgcpc_ep_fsm) == 0);
 | 
			
		||||
	fill_event_names();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
struct osmo_mgcpc_ep *osmo_mgcpc_ep_fi_mgwep(struct osmo_fsm_inst *fi)
 | 
			
		||||
{
 | 
			
		||||
	OSMO_ASSERT(fi);
 | 
			
		||||
	OSMO_ASSERT(fi->fsm == &osmo_mgcpc_ep_fsm);
 | 
			
		||||
	OSMO_ASSERT(fi->priv);
 | 
			
		||||
	return fi->priv;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! Allocate an osmo_mgcpc_ep FSM.
 | 
			
		||||
 * MGCP messages to set up the endpoint will be sent on the given mgcp_client, as soon as the first
 | 
			
		||||
 * osmo_mgcpc_ep_ci_request() is invoked.
 | 
			
		||||
 *
 | 
			
		||||
 * IMPORTANT: To avoid use-after-free problems, using this FSM requires use of deferred FSM deallocation using
 | 
			
		||||
 * osmo_fsm_set_dealloc_ctx(), e.g. using osmo_select_main_ctx(OTC_SELECT) with osmo_select_main_ctx() as main loop.
 | 
			
		||||
 *
 | 
			
		||||
 * A typical sequence of events would be:
 | 
			
		||||
 *
 | 
			
		||||
 *    ep = osmo_mgcpc_ep_alloc(..., mgcp_client_rtpbridge_wildcard(client));
 | 
			
		||||
 *    ci_to_ran = osmo_mgcpc_ep_ci_add(ep);
 | 
			
		||||
 *    osmo_mgcpc_ep_ci_request(ci_to_ran, MGCP_VERB_CRCX, verb_info,
 | 
			
		||||
 *                             my_call_fsm, MY_EVENT_MGCP_OK, MY_EVENT_MGCP_FAIL);
 | 
			
		||||
 *    ci_to_cn = osmo_mgcpc_ep_ci_add(ep);
 | 
			
		||||
 *    osmo_mgcpc_ep_ci_request(ci_to_cn, MGCP_VERB_CRCX, verb_info,
 | 
			
		||||
 *                             my_call_fsm, MY_EVENT_MGCP_OK, MY_EVENT_MGCP_FAIL);
 | 
			
		||||
 *    ...
 | 
			
		||||
 *    osmo_mgcpc_ep_ci_request(ci_to_ran, MGCP_VERB_MDCX, ...);
 | 
			
		||||
 *    ...
 | 
			
		||||
 *    osmo_mgcpc_ep_clear(ep);
 | 
			
		||||
 *    ep = NULL;
 | 
			
		||||
 *
 | 
			
		||||
 * \param parent  Parent FSM.
 | 
			
		||||
 * \param parent_term_event  Event to dispatch to the parent on termination of this FSM instance.
 | 
			
		||||
 * \param mgcp_client  Connection to the MGW.
 | 
			
		||||
 * \param T_defs  Timeout definitions to be used for FSM states, see osmo_mgcpc_ep_fsm_timeouts.
 | 
			
		||||
 * \param fsm_id  FSM instance ID.
 | 
			
		||||
 * \param endpoint_str_fmt  The endpoint string format to send to the MGW upon the first CRCX.
 | 
			
		||||
 *                          See mgcp_client_rtpbridge_wildcard() for "rtpbridge" endpoints.
 | 
			
		||||
 */
 | 
			
		||||
struct osmo_mgcpc_ep *osmo_mgcpc_ep_alloc(struct osmo_fsm_inst *parent, uint32_t parent_term_event,
 | 
			
		||||
					  struct mgcp_client *mgcp_client,
 | 
			
		||||
					  const struct osmo_tdef *T_defs,
 | 
			
		||||
					  const char *fsm_id,
 | 
			
		||||
					  const char *endpoint_str_fmt, ...)
 | 
			
		||||
{
 | 
			
		||||
	va_list ap;
 | 
			
		||||
	struct osmo_fsm_inst *fi;
 | 
			
		||||
	struct osmo_mgcpc_ep *ep;
 | 
			
		||||
	int rc;
 | 
			
		||||
 | 
			
		||||
	if (!mgcp_client)
 | 
			
		||||
		return NULL;
 | 
			
		||||
 | 
			
		||||
	fi = osmo_fsm_inst_alloc_child(&osmo_mgcpc_ep_fsm, parent, parent_term_event);
 | 
			
		||||
	OSMO_ASSERT(fi);
 | 
			
		||||
 | 
			
		||||
	osmo_fsm_inst_update_id(fi, fsm_id);
 | 
			
		||||
 | 
			
		||||
	ep = talloc_zero(fi, struct osmo_mgcpc_ep);
 | 
			
		||||
	OSMO_ASSERT(ep);
 | 
			
		||||
 | 
			
		||||
	*ep = (struct osmo_mgcpc_ep){
 | 
			
		||||
		.mgcp_client = mgcp_client,
 | 
			
		||||
		.fi = fi,
 | 
			
		||||
		.T_defs = T_defs,
 | 
			
		||||
	};
 | 
			
		||||
	INIT_LLIST_HEAD(&ep->background_notify);
 | 
			
		||||
	fi->priv = ep;
 | 
			
		||||
 | 
			
		||||
	va_start(ap, endpoint_str_fmt);
 | 
			
		||||
	rc = vsnprintf(ep->endpoint, sizeof(ep->endpoint), endpoint_str_fmt ? : "", ap);
 | 
			
		||||
	va_end(ap);
 | 
			
		||||
 | 
			
		||||
	if (rc <= 0 || rc >= sizeof(ep->endpoint)) {
 | 
			
		||||
		LOG_MGCPC_EP(ep, LOGL_ERROR, "Endpoint name too long or too short: %s\n",
 | 
			
		||||
			  ep->endpoint);
 | 
			
		||||
		osmo_fsm_inst_term(ep->fi, OSMO_FSM_TERM_ERROR, 0);
 | 
			
		||||
		return NULL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return ep;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! Add a connection to an endpoint.
 | 
			
		||||
 * Allocate a connection identifier slot in the osmo_mgcpc_ep instance, do not yet dispatch a CRCX.
 | 
			
		||||
 * The CRCX is dispatched only upon the first osmo_mgcpc_ep_ci_request().
 | 
			
		||||
 * \param ep  Parent endpoint instance.
 | 
			
		||||
 * \param label_fmt  Label for logging.
 | 
			
		||||
 */
 | 
			
		||||
struct osmo_mgcpc_ep_ci *osmo_mgcpc_ep_ci_add(struct osmo_mgcpc_ep *ep,
 | 
			
		||||
					      const char *label_fmt, ...)
 | 
			
		||||
{
 | 
			
		||||
	va_list ap;
 | 
			
		||||
	int i;
 | 
			
		||||
	struct osmo_mgcpc_ep_ci *ci;
 | 
			
		||||
 | 
			
		||||
	for (i = 0; i < USABLE_CI; i++) {
 | 
			
		||||
		ci = &ep->ci[i];
 | 
			
		||||
 | 
			
		||||
		if (ci->occupied || ci->mgcp_client_fi)
 | 
			
		||||
			continue;
 | 
			
		||||
 | 
			
		||||
		*ci = (struct osmo_mgcpc_ep_ci){
 | 
			
		||||
			.ep = ep,
 | 
			
		||||
			.occupied = true,
 | 
			
		||||
		};
 | 
			
		||||
		if (label_fmt) {
 | 
			
		||||
			va_start(ap, label_fmt);
 | 
			
		||||
			vsnprintf(ci->label, sizeof(ci->label), label_fmt, ap);
 | 
			
		||||
			va_end(ap);
 | 
			
		||||
		}
 | 
			
		||||
		return ci;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	LOG_MGCPC_EP(ep, LOGL_ERROR,
 | 
			
		||||
		  "Cannot allocate another endpoint, all "
 | 
			
		||||
		  OSMO_STRINGIFY_VAL(USABLE_CI) " are in use\n");
 | 
			
		||||
 | 
			
		||||
	return NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static bool osmo_mgcpc_ep_fsm_check_state_chg_after_response(struct osmo_fsm_inst *fi);
 | 
			
		||||
 | 
			
		||||
static void on_failure(struct osmo_mgcpc_ep_ci *ci)
 | 
			
		||||
{
 | 
			
		||||
	struct osmo_mgcpc_ep *ep = ci->ep;
 | 
			
		||||
	struct fsm_notify notify;
 | 
			
		||||
	int i;
 | 
			
		||||
 | 
			
		||||
	if (!ci->occupied)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	/* When dispatching an event for this CI, the user may decide to trigger the next request for this conn right
 | 
			
		||||
	 * away. So we must be ready with a cleared *ci. Store the notify separately and clear before dispatching. */
 | 
			
		||||
	notify = ci->notify;
 | 
			
		||||
	/* Register the planned notification in ep->background_notify so we also catch any osmo_mgcpc_ep_cancel_notify()
 | 
			
		||||
	 * that might be triggered between clearing the ci and actually dispatching the event. */
 | 
			
		||||
	llist_add(¬ify.entry, &ep->background_notify);
 | 
			
		||||
 | 
			
		||||
	*ci = (struct osmo_mgcpc_ep_ci){
 | 
			
		||||
		.ep = ci->ep,
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	/* An MGCP failure typically means the endpoint becomes unusable, cancel all pending request (except DLCX).
 | 
			
		||||
	 * Particularly, if two CRCX were scheduled and the first fails, we must no longer dispatch the second CRCX. */
 | 
			
		||||
	for (i = 0; i < ARRAY_SIZE(ep->ci); i++) {
 | 
			
		||||
		struct osmo_mgcpc_ep_ci *other_ci = &ep->ci[i];
 | 
			
		||||
		if (other_ci == ci)
 | 
			
		||||
			continue;
 | 
			
		||||
		if (!other_ci->occupied)
 | 
			
		||||
			continue;
 | 
			
		||||
		if (!other_ci->pending)
 | 
			
		||||
			continue;
 | 
			
		||||
		if (other_ci->sent)
 | 
			
		||||
			continue;
 | 
			
		||||
		if (other_ci->verb == MGCP_VERB_DLCX)
 | 
			
		||||
			continue;
 | 
			
		||||
		/* Just clear the pending request, don't fire more events than below. */
 | 
			
		||||
		other_ci->pending = false;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* If this check has terminated the FSM instance, don't fire any more events to prevent use-after-free problems.
 | 
			
		||||
	 * The endpoint FSM does dispatch a term event to its parent, and everything should be cleaned like that. */
 | 
			
		||||
	if (!osmo_mgcpc_ep_fsm_check_state_chg_after_response(ep->fi)) {
 | 
			
		||||
		/* The ep has deallocated, no need to llist_del(¬ify.entry) here. */
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (notify.fi)
 | 
			
		||||
		osmo_fsm_inst_dispatch(notify.fi, notify.failure, notify.data);
 | 
			
		||||
 | 
			
		||||
	llist_del(¬ify.entry);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int update_endpoint_name(struct osmo_mgcpc_ep_ci *ci, const char *new_endpoint_name)
 | 
			
		||||
{
 | 
			
		||||
	struct osmo_mgcpc_ep *ep = ci->ep;
 | 
			
		||||
	int rc;
 | 
			
		||||
	int i;
 | 
			
		||||
 | 
			
		||||
	if (!strcmp(ep->endpoint, new_endpoint_name)) {
 | 
			
		||||
		/* Same endpoint name, nothing to do. */
 | 
			
		||||
		return 0;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* The endpoint name should only change on the very first CRCX response. */
 | 
			
		||||
	if (ep->first_crcx_complete) {
 | 
			
		||||
		LOG_CI(ci, LOGL_ERROR, "Reponse returned mismatching endpoint name."
 | 
			
		||||
		       " This is endpoint %s, instead received %s\n",
 | 
			
		||||
		       ep->endpoint, new_endpoint_name);
 | 
			
		||||
		on_failure(ci);
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* This is the first CRCX response, update endpoint name. */
 | 
			
		||||
	rc = OSMO_STRLCPY_ARRAY(ep->endpoint, new_endpoint_name);
 | 
			
		||||
	if (rc <= 0 || rc >= sizeof(ep->endpoint)) {
 | 
			
		||||
		LOG_CI(ci, LOGL_ERROR, "Unable to copy endpoint name %s\n", osmo_quote_str(new_endpoint_name, -1));
 | 
			
		||||
		osmo_mgcpc_ep_ci_dlcx(ci);
 | 
			
		||||
		on_failure(ci);
 | 
			
		||||
		return -ENOSPC;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Make sure already pending requests use this updated endpoint name. */
 | 
			
		||||
	for (i = 0; i < ARRAY_SIZE(ep->ci); i++) {
 | 
			
		||||
		struct osmo_mgcpc_ep_ci *other_ci = &ep->ci[i];
 | 
			
		||||
		if (!other_ci->occupied)
 | 
			
		||||
			continue;
 | 
			
		||||
		if (!other_ci->pending)
 | 
			
		||||
			continue;
 | 
			
		||||
		if (other_ci->sent)
 | 
			
		||||
			continue;
 | 
			
		||||
		OSMO_STRLCPY_ARRAY(other_ci->verb_info.endpoint, ep->endpoint);
 | 
			
		||||
	}
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void on_success(struct osmo_mgcpc_ep_ci *ci, void *data)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_conn_peer *rtp_info;
 | 
			
		||||
 | 
			
		||||
	if (!ci->occupied)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	ci->pending = false;
 | 
			
		||||
 | 
			
		||||
	switch (ci->verb) {
 | 
			
		||||
	case MGCP_VERB_CRCX:
 | 
			
		||||
		/* If we sent a wildcarded endpoint name on CRCX, we need to store the resulting endpoint
 | 
			
		||||
		 * name here. Also, we receive the MGW's RTP port information. */
 | 
			
		||||
		rtp_info = data;
 | 
			
		||||
		OSMO_ASSERT(rtp_info);
 | 
			
		||||
		ci->got_port_info = true;
 | 
			
		||||
		ci->rtp_info = *rtp_info;
 | 
			
		||||
		osmo_strlcpy(ci->mgcp_ci_str, mgcp_conn_get_ci(ci->mgcp_client_fi),
 | 
			
		||||
			sizeof(ci->mgcp_ci_str));
 | 
			
		||||
		if (rtp_info->endpoint[0]) {
 | 
			
		||||
			/* On errors, this instance might already be deallocated. Make sure to not access anything after
 | 
			
		||||
			 * error. */
 | 
			
		||||
			if (update_endpoint_name(ci, rtp_info->endpoint))
 | 
			
		||||
				return;
 | 
			
		||||
		}
 | 
			
		||||
		ci->ep->first_crcx_complete = true;
 | 
			
		||||
		break;
 | 
			
		||||
 | 
			
		||||
	default:
 | 
			
		||||
		break;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	LOG_CI(ci, LOGL_DEBUG, "received successful response to %s: RTP=%s%s\n",
 | 
			
		||||
	       osmo_mgcp_verb_name(ci->verb),
 | 
			
		||||
	       mgcp_conn_peer_name(ci->got_port_info? &ci->rtp_info : NULL),
 | 
			
		||||
	       ci->notify.fi ? "" : " (not sending a notification)");
 | 
			
		||||
 | 
			
		||||
	if (ci->notify.fi)
 | 
			
		||||
		osmo_fsm_inst_dispatch(ci->notify.fi, ci->notify.success, ci->notify.data);
 | 
			
		||||
 | 
			
		||||
	osmo_mgcpc_ep_fsm_check_state_chg_after_response(ci->ep->fi);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! Return the MGW's RTP port information for this connection, as returned by the last CRCX/MDCX OK message. */
 | 
			
		||||
const struct mgcp_conn_peer *osmo_mgcpc_ep_ci_get_rtp_info(const struct osmo_mgcpc_ep_ci *ci)
 | 
			
		||||
{
 | 
			
		||||
	ci = osmo_mgcpc_ep_check_ci((struct osmo_mgcpc_ep_ci*)ci);
 | 
			
		||||
	if (!ci)
 | 
			
		||||
		return NULL;
 | 
			
		||||
	if (!ci->got_port_info)
 | 
			
		||||
		return NULL;
 | 
			
		||||
	return &ci->rtp_info;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! Return the MGW's RTP port information for this connection, as returned by the last CRCX/MDCX OK message. */
 | 
			
		||||
bool osmo_mgcpc_ep_ci_get_crcx_info_to_sockaddr(const struct osmo_mgcpc_ep_ci *ci, struct sockaddr_storage *dest)
 | 
			
		||||
{
 | 
			
		||||
	const struct mgcp_conn_peer *rtp_info;
 | 
			
		||||
	struct sockaddr_in *sin;
 | 
			
		||||
 | 
			
		||||
	rtp_info = osmo_mgcpc_ep_ci_get_rtp_info(ci);
 | 
			
		||||
	if (!rtp_info)
 | 
			
		||||
		return false;
 | 
			
		||||
 | 
			
		||||
        sin = (struct sockaddr_in *)dest;
 | 
			
		||||
 | 
			
		||||
        sin->sin_family = AF_INET;
 | 
			
		||||
        sin->sin_addr.s_addr = inet_addr(rtp_info->addr);
 | 
			
		||||
        sin->sin_port = osmo_ntohs(rtp_info->port);
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool osmo_mgcpc_ep_ci_get_crcx_info_to_osmux_cid(const struct osmo_mgcpc_ep_ci *ci, uint8_t* cid)
 | 
			
		||||
{
 | 
			
		||||
	const struct mgcp_conn_peer *rtp_info;
 | 
			
		||||
 | 
			
		||||
	rtp_info = osmo_mgcpc_ep_ci_get_rtp_info(ci);
 | 
			
		||||
	if (!rtp_info)
 | 
			
		||||
		return false;
 | 
			
		||||
 | 
			
		||||
	if (!rtp_info->x_osmo_osmux_use)
 | 
			
		||||
		return false;
 | 
			
		||||
 | 
			
		||||
	*cid = rtp_info->x_osmo_osmux_cid;
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static const struct osmo_tdef_state_timeout osmo_mgcpc_ep_fsm_timeouts[32] = {
 | 
			
		||||
	[OSMO_MGCPC_EP_ST_WAIT_MGW_RESPONSE] = { .T=2427001 },
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* Transition to a state, using the T timer defined in assignment_fsm_timeouts.
 | 
			
		||||
 * The actual timeout value is in turn obtained from osmo_mgcpc_ep.T_defs.
 | 
			
		||||
 * Assumes local variable fi exists. */
 | 
			
		||||
#define osmo_mgcpc_ep_fsm_state_chg(state) \
 | 
			
		||||
	osmo_tdef_fsm_inst_state_chg(fi, state, osmo_mgcpc_ep_fsm_timeouts, \
 | 
			
		||||
				     ((struct osmo_mgcpc_ep*)fi->priv)->T_defs, 5)
 | 
			
		||||
 | 
			
		||||
/*! Dispatch an actual CRCX/MDCX/DLCX message for this connection.
 | 
			
		||||
 *
 | 
			
		||||
 * If the 'notify' instance deallocates before it received a notification of event_success or event_failure,
 | 
			
		||||
 * osmo_mgcpc_ep_ci_cancel_notify() or osmo_mgcpc_ep_cancel_notify() must be called. It is not harmful to cancel
 | 
			
		||||
 * notification after an event has been received.
 | 
			
		||||
 *
 | 
			
		||||
 * \param ci  Connection identifier as obtained from osmo_mgcpc_ep_ci_add().
 | 
			
		||||
 * \param verb  MGCP operation to dispatch.
 | 
			
		||||
 * \param verb_info  Parameters for the MGCP operation.
 | 
			
		||||
 * \param notify  Peer FSM instance to notify of completed/failed operation.
 | 
			
		||||
 * \param event_success  Which event to dispatch to 'notify' upon OK response.
 | 
			
		||||
 * \param event_failure  Which event to dispatch to 'notify' upon failure response.
 | 
			
		||||
 * \param notify_data  Data pointer to pass to the event dispatch for both success and failure.
 | 
			
		||||
 */
 | 
			
		||||
void osmo_mgcpc_ep_ci_request(struct osmo_mgcpc_ep_ci *ci,
 | 
			
		||||
			      enum mgcp_verb verb, const struct mgcp_conn_peer *verb_info,
 | 
			
		||||
			      struct osmo_fsm_inst *notify,
 | 
			
		||||
			      uint32_t event_success, uint32_t event_failure,
 | 
			
		||||
			      void *notify_data)
 | 
			
		||||
{
 | 
			
		||||
	struct osmo_mgcpc_ep *ep;
 | 
			
		||||
	struct osmo_fsm_inst *fi;
 | 
			
		||||
	struct osmo_mgcpc_ep_ci cleared_ci;
 | 
			
		||||
	ci = osmo_mgcpc_ep_check_ci(ci);
 | 
			
		||||
 | 
			
		||||
	if (!ci) {
 | 
			
		||||
		LOGP(DLGLOBAL, LOGL_ERROR, "Invalid MGW endpoint request: no ci\n");
 | 
			
		||||
		goto dispatch_error;
 | 
			
		||||
	}
 | 
			
		||||
	if (!verb_info && verb != MGCP_VERB_DLCX) {
 | 
			
		||||
		LOG_CI(ci, LOGL_ERROR, "Invalid MGW endpoint request: missing verb details for %s\n",
 | 
			
		||||
		       osmo_mgcp_verb_name(verb));
 | 
			
		||||
		goto dispatch_error;
 | 
			
		||||
	}
 | 
			
		||||
	if ((verb < 0) || (verb > MGCP_VERB_RSIP)) {
 | 
			
		||||
		LOG_CI(ci, LOGL_ERROR, "Invalid MGW endpoint request: unknown verb: %s\n",
 | 
			
		||||
		       osmo_mgcp_verb_name(verb));
 | 
			
		||||
		goto dispatch_error;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	ep = ci->ep;
 | 
			
		||||
	fi = ep->fi;
 | 
			
		||||
 | 
			
		||||
	/* Clear volatile state by explicitly keeping those that should remain. Because we can't assign
 | 
			
		||||
	 * the char[] directly, dance through cleared_ci and copy back. */
 | 
			
		||||
	cleared_ci = (struct osmo_mgcpc_ep_ci){
 | 
			
		||||
		.ep = ep,
 | 
			
		||||
		.mgcp_client_fi = ci->mgcp_client_fi,
 | 
			
		||||
		.got_port_info = ci->got_port_info,
 | 
			
		||||
		.rtp_info = ci->rtp_info,
 | 
			
		||||
 | 
			
		||||
		.occupied = true,
 | 
			
		||||
		/* .pending = true follows below */
 | 
			
		||||
		.verb = verb,
 | 
			
		||||
		.notify = {
 | 
			
		||||
			.fi = notify,
 | 
			
		||||
			.success = event_success,
 | 
			
		||||
			.failure = event_failure,
 | 
			
		||||
			.data = notify_data,
 | 
			
		||||
		}
 | 
			
		||||
	};
 | 
			
		||||
	osmo_strlcpy(cleared_ci.label, ci->label, sizeof(cleared_ci.label));
 | 
			
		||||
	osmo_strlcpy(cleared_ci.mgcp_ci_str, ci->mgcp_ci_str, sizeof(cleared_ci.mgcp_ci_str));
 | 
			
		||||
	*ci = cleared_ci;
 | 
			
		||||
 | 
			
		||||
	LOG_CI_VERB(ci, LOGL_DEBUG, "notify=%s\n", osmo_fsm_inst_name(ci->notify.fi));
 | 
			
		||||
 | 
			
		||||
	if (verb_info)
 | 
			
		||||
		ci->verb_info = *verb_info;
 | 
			
		||||
 | 
			
		||||
	if (ep->endpoint[0]) {
 | 
			
		||||
		if (ci->verb_info.endpoint[0] && strcmp(ci->verb_info.endpoint, ep->endpoint))
 | 
			
		||||
			LOG_CI(ci, LOGL_ERROR,
 | 
			
		||||
			       "Warning: Requested %s on endpoint %s, but this CI is on endpoint %s."
 | 
			
		||||
			       " Using the proper endpoint instead.\n",
 | 
			
		||||
			       osmo_mgcp_verb_name(verb), ci->verb_info.endpoint, ep->endpoint);
 | 
			
		||||
		osmo_strlcpy(ci->verb_info.endpoint, ep->endpoint, sizeof(ci->verb_info.endpoint));
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	switch (ci->verb) {
 | 
			
		||||
	case MGCP_VERB_CRCX:
 | 
			
		||||
		if (ci->mgcp_client_fi) {
 | 
			
		||||
			LOG_CI(ci, LOGL_ERROR, "CRCX can be called only once per MGW endpoint CI\n");
 | 
			
		||||
			on_failure(ci);
 | 
			
		||||
			return;
 | 
			
		||||
		}
 | 
			
		||||
		break;
 | 
			
		||||
 | 
			
		||||
	case MGCP_VERB_MDCX:
 | 
			
		||||
		if (!ci->mgcp_client_fi) {
 | 
			
		||||
			LOG_CI_VERB(ci, LOGL_ERROR, "The first verb on an unused MGW endpoint CI must be CRCX, not %s\n",
 | 
			
		||||
				    osmo_mgcp_verb_name(ci->verb));
 | 
			
		||||
			on_failure(ci);
 | 
			
		||||
			return;
 | 
			
		||||
		}
 | 
			
		||||
		break;
 | 
			
		||||
 | 
			
		||||
	case MGCP_VERB_DLCX:
 | 
			
		||||
		if (!ci->mgcp_client_fi) {
 | 
			
		||||
			LOG_CI_VERB(ci, LOGL_DEBUG, "Ignoring DLCX on unused MGW endpoint CI\n");
 | 
			
		||||
			return;
 | 
			
		||||
		}
 | 
			
		||||
		break;
 | 
			
		||||
 | 
			
		||||
	default:
 | 
			
		||||
		LOG_CI(ci, LOGL_ERROR, "This verb is not supported: %s\n", osmo_mgcp_verb_name(ci->verb));
 | 
			
		||||
		on_failure(ci);
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	ci->pending = true;
 | 
			
		||||
 | 
			
		||||
	LOG_CI_VERB(ci, LOGL_DEBUG, "Scheduling\n");
 | 
			
		||||
 | 
			
		||||
	if (ep->fi->state != OSMO_MGCPC_EP_ST_WAIT_MGW_RESPONSE)
 | 
			
		||||
		osmo_mgcpc_ep_fsm_state_chg(OSMO_MGCPC_EP_ST_WAIT_MGW_RESPONSE);
 | 
			
		||||
 | 
			
		||||
	return;
 | 
			
		||||
dispatch_error:
 | 
			
		||||
	if (notify)
 | 
			
		||||
		osmo_fsm_inst_dispatch(notify, event_failure, notify_data);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! No longer notify for any state changes for any conns of this endpoint.
 | 
			
		||||
 * Useful if the notify instance passed to osmo_mgcpc_ep_ci_request() is about to deallocate.
 | 
			
		||||
 * \param ep  The endpoint FSM instance.
 | 
			
		||||
 * \param notify  Which target to cancel notification for, if NULL cancel all notifications. */
 | 
			
		||||
void osmo_mgcpc_ep_cancel_notify(struct osmo_mgcpc_ep *ep, struct osmo_fsm_inst *notify)
 | 
			
		||||
{
 | 
			
		||||
	struct fsm_notify *n;
 | 
			
		||||
	int i;
 | 
			
		||||
	for (i = 0; i < ARRAY_SIZE(ep->ci); i++) {
 | 
			
		||||
		struct osmo_mgcpc_ep_ci *ci = &ep->ci[i];
 | 
			
		||||
		if (!notify || ci->notify.fi == notify)
 | 
			
		||||
			ci->notify.fi = NULL;
 | 
			
		||||
	}
 | 
			
		||||
	llist_for_each_entry(n, &ep->background_notify, entry) {
 | 
			
		||||
		if (!notify || n->fi == notify)
 | 
			
		||||
			n->fi = NULL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Return the osmo_mgcpc_ep that this conn belongs to. */
 | 
			
		||||
struct osmo_mgcpc_ep *osmo_mgcpc_ep_ci_ep(struct osmo_mgcpc_ep_ci *conn)
 | 
			
		||||
{
 | 
			
		||||
	if (!conn)
 | 
			
		||||
		return NULL;
 | 
			
		||||
	return conn->ep;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int send_verb(struct osmo_mgcpc_ep_ci *ci)
 | 
			
		||||
{
 | 
			
		||||
	int rc;
 | 
			
		||||
	struct osmo_mgcpc_ep *ep = ci->ep;
 | 
			
		||||
	struct fsm_notify notify;
 | 
			
		||||
 | 
			
		||||
	if (!ci->occupied || !ci->pending || ci->sent)
 | 
			
		||||
		return 0;
 | 
			
		||||
 | 
			
		||||
	switch (ci->verb) {
 | 
			
		||||
 | 
			
		||||
	case MGCP_VERB_CRCX:
 | 
			
		||||
		OSMO_ASSERT(!ci->mgcp_client_fi);
 | 
			
		||||
		LOG_CI_VERB(ci, LOGL_DEBUG, "Sending\n");
 | 
			
		||||
		ci->mgcp_client_fi = mgcp_conn_create(ep->mgcp_client, ep->fi,
 | 
			
		||||
						      CI_EV_FAILURE(ci), CI_EV_SUCCESS(ci),
 | 
			
		||||
						      &ci->verb_info);
 | 
			
		||||
		ci->sent = true;
 | 
			
		||||
		if (!ci->mgcp_client_fi){
 | 
			
		||||
			LOG_CI_VERB(ci, LOGL_ERROR, "Cannot send\n");
 | 
			
		||||
			on_failure(ci);
 | 
			
		||||
			return -EINVAL;
 | 
			
		||||
		}
 | 
			
		||||
		osmo_fsm_inst_update_id(ci->mgcp_client_fi, ci->label);
 | 
			
		||||
		break;
 | 
			
		||||
 | 
			
		||||
	case MGCP_VERB_MDCX:
 | 
			
		||||
		OSMO_ASSERT(ci->mgcp_client_fi);
 | 
			
		||||
		LOG_CI_VERB(ci, LOGL_DEBUG, "Sending\n");
 | 
			
		||||
		rc = mgcp_conn_modify(ci->mgcp_client_fi, CI_EV_SUCCESS(ci), &ci->verb_info);
 | 
			
		||||
		ci->sent = true;
 | 
			
		||||
		if (rc) {
 | 
			
		||||
			LOG_CI_VERB(ci, LOGL_ERROR, "Cannot send (rc=%d %s)\n", rc, strerror(-rc));
 | 
			
		||||
			on_failure(ci);
 | 
			
		||||
			return -EINVAL;
 | 
			
		||||
		}
 | 
			
		||||
		break;
 | 
			
		||||
 | 
			
		||||
	case MGCP_VERB_DLCX:
 | 
			
		||||
		LOG_CI(ci, LOGL_DEBUG, "Sending MGCP: %s %s\n",
 | 
			
		||||
		       osmo_mgcp_verb_name(ci->verb), ci->mgcp_ci_str);
 | 
			
		||||
		/* The way this is designed, we actually need to forget all about the ci right away. */
 | 
			
		||||
		mgcp_conn_delete(ci->mgcp_client_fi);
 | 
			
		||||
		notify = ci->notify;
 | 
			
		||||
		*ci = (struct osmo_mgcpc_ep_ci){
 | 
			
		||||
			.ep = ep,
 | 
			
		||||
		};
 | 
			
		||||
		/* When dispatching an event for this CI, the user may decide to trigger the next request for this conn
 | 
			
		||||
		 * right away. So we must be ready with a cleared *ci. */
 | 
			
		||||
		if (notify.fi)
 | 
			
		||||
			osmo_fsm_inst_dispatch(notify.fi, notify.success, notify.data);
 | 
			
		||||
		break;
 | 
			
		||||
 | 
			
		||||
	default:
 | 
			
		||||
		OSMO_ASSERT(false);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return 1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! DLCX all connections, terminate the endpoint FSM and free. */
 | 
			
		||||
void osmo_mgcpc_ep_clear(struct osmo_mgcpc_ep *ep)
 | 
			
		||||
{
 | 
			
		||||
	if (!ep)
 | 
			
		||||
		return;
 | 
			
		||||
	osmo_mgcpc_ep_cancel_notify(ep, NULL);
 | 
			
		||||
	osmo_fsm_inst_term(ep->fi, OSMO_FSM_TERM_REGULAR, 0);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void osmo_mgcpc_ep_count(struct osmo_mgcpc_ep *ep, int *occupied, int *pending_not_sent,
 | 
			
		||||
				int *waiting_for_response)
 | 
			
		||||
{
 | 
			
		||||
	int i;
 | 
			
		||||
 | 
			
		||||
	if (occupied)
 | 
			
		||||
		*occupied = 0;
 | 
			
		||||
 | 
			
		||||
	if (pending_not_sent)
 | 
			
		||||
		*pending_not_sent = 0;
 | 
			
		||||
 | 
			
		||||
	if (waiting_for_response)
 | 
			
		||||
		*waiting_for_response = 0;
 | 
			
		||||
 | 
			
		||||
	for (i = 0; i < ARRAY_SIZE(ep->ci); i++) {
 | 
			
		||||
		struct osmo_mgcpc_ep_ci *ci = &ep->ci[i];
 | 
			
		||||
		if (ci->occupied) {
 | 
			
		||||
			if (occupied)
 | 
			
		||||
				(*occupied)++;
 | 
			
		||||
		} else
 | 
			
		||||
			continue;
 | 
			
		||||
 | 
			
		||||
		if (ci->pending)
 | 
			
		||||
			LOG_CI_VERB(ci, LOGL_DEBUG, "%s\n",
 | 
			
		||||
				    ci->sent ? "waiting for response" : "waiting to be sent");
 | 
			
		||||
		else
 | 
			
		||||
			LOG_CI_VERB(ci, LOGL_DEBUG, "done (%s)\n", mgcp_conn_peer_name(osmo_mgcpc_ep_ci_get_rtp_info(ci)));
 | 
			
		||||
 | 
			
		||||
		if (ci->pending && ci->sent)
 | 
			
		||||
			if (waiting_for_response)
 | 
			
		||||
				(*waiting_for_response)++;
 | 
			
		||||
		if (ci->pending && !ci->sent)
 | 
			
		||||
			if (pending_not_sent)
 | 
			
		||||
				(*pending_not_sent)++;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static bool osmo_mgcpc_ep_fsm_check_state_chg_after_response(struct osmo_fsm_inst *fi)
 | 
			
		||||
{
 | 
			
		||||
	int waiting_for_response;
 | 
			
		||||
	int occupied;
 | 
			
		||||
	struct osmo_mgcpc_ep *ep = osmo_mgcpc_ep_fi_mgwep(fi);
 | 
			
		||||
 | 
			
		||||
	osmo_mgcpc_ep_count(ep, &occupied, NULL, &waiting_for_response);
 | 
			
		||||
	LOG_MGCPC_EP(ep, LOGL_DEBUG, "CI in use: %d, waiting for response: %d\n", occupied, waiting_for_response);
 | 
			
		||||
 | 
			
		||||
	if (!occupied)  {
 | 
			
		||||
		/* All CI have been released. The endpoint no longer exists. Notify the parent FSM, by
 | 
			
		||||
		 * terminating. */
 | 
			
		||||
		osmo_fsm_inst_term(fi, OSMO_FSM_TERM_REGULAR, 0);
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (!waiting_for_response) {
 | 
			
		||||
		if (fi->state != OSMO_MGCPC_EP_ST_IN_USE)
 | 
			
		||||
			osmo_mgcpc_ep_fsm_state_chg(OSMO_MGCPC_EP_ST_IN_USE);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void osmo_mgcpc_ep_fsm_wait_mgw_response_onenter(struct osmo_fsm_inst *fi, uint32_t prev_state)
 | 
			
		||||
{
 | 
			
		||||
	static int re_enter = 0;
 | 
			
		||||
	int rc;
 | 
			
		||||
	int count = 0;
 | 
			
		||||
	int i;
 | 
			
		||||
	struct osmo_mgcpc_ep *ep = osmo_mgcpc_ep_fi_mgwep(fi);
 | 
			
		||||
 | 
			
		||||
	re_enter++;
 | 
			
		||||
	OSMO_ASSERT(re_enter < 10);
 | 
			
		||||
 | 
			
		||||
	/* The first CRCX gives us the endpoint name in the CRCX response. So we must wait for the first CRCX endpoint
 | 
			
		||||
	 * response to come in before sending any other MGCP requests -- otherwise we might end up creating new
 | 
			
		||||
	 * endpoints instead of acting on the same. This FSM always sends out N requests and waits for all of them to
 | 
			
		||||
	 * complete before sending out new requests. Hence we're safe when the very first time at most one request is
 | 
			
		||||
	 * sent (which needs to be a CRCX). */
 | 
			
		||||
 | 
			
		||||
	for (i = 0; i < ARRAY_SIZE(ep->ci); i++) {
 | 
			
		||||
		struct osmo_mgcpc_ep_ci *ci = &ep->ci[i];
 | 
			
		||||
 | 
			
		||||
		/* Make sure that only CRCX get dispatched if no CRCX were sent yet. */
 | 
			
		||||
		if (!ep->first_crcx_complete) {
 | 
			
		||||
			if (ci->occupied && ci->verb != MGCP_VERB_CRCX)
 | 
			
		||||
				continue;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		rc = send_verb(&ep->ci[i]);
 | 
			
		||||
		/* Need to be careful not to access the instance after failure. Event chains may already have
 | 
			
		||||
		 * deallocated this memory. */
 | 
			
		||||
		if (rc < 0)
 | 
			
		||||
			return;
 | 
			
		||||
		if (!rc)
 | 
			
		||||
			continue;
 | 
			
		||||
		count++;
 | 
			
		||||
		/* Make sure that we wait for the first CRCX response before dispatching more requests. */
 | 
			
		||||
		if (!ep->first_crcx_complete)
 | 
			
		||||
			break;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	LOG_MGCPC_EP(ep, LOGL_DEBUG, "Sent messages: %d\n", count);
 | 
			
		||||
	if (ep->first_crcx_complete)
 | 
			
		||||
		osmo_mgcpc_ep_fsm_check_state_chg_after_response(fi);
 | 
			
		||||
	re_enter--;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void osmo_mgcpc_ep_fsm_handle_ci_events(struct osmo_fsm_inst *fi, uint32_t event, void *data)
 | 
			
		||||
{
 | 
			
		||||
	struct osmo_mgcpc_ep_ci *ci;
 | 
			
		||||
	struct osmo_mgcpc_ep *ep = osmo_mgcpc_ep_fi_mgwep(fi);
 | 
			
		||||
	ci = osmo_mgcpc_ep_ci_for_event(ep, event);
 | 
			
		||||
	if (ci) {
 | 
			
		||||
		if (event == CI_EV_SUCCESS(ci))
 | 
			
		||||
			on_success(ci, data);
 | 
			
		||||
		else
 | 
			
		||||
			on_failure(ci);
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void osmo_mgcpc_ep_fsm_in_use_onenter(struct osmo_fsm_inst *fi, uint32_t prev_state)
 | 
			
		||||
{
 | 
			
		||||
	int pending_not_sent;
 | 
			
		||||
	struct osmo_mgcpc_ep *ep = osmo_mgcpc_ep_fi_mgwep(fi);
 | 
			
		||||
 | 
			
		||||
	osmo_mgcpc_ep_count(ep, NULL, &pending_not_sent, NULL);
 | 
			
		||||
	if (pending_not_sent)
 | 
			
		||||
		osmo_mgcpc_ep_fsm_state_chg(OSMO_MGCPC_EP_ST_WAIT_MGW_RESPONSE);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#define S(x)	(1 << (x))
 | 
			
		||||
 | 
			
		||||
static const struct osmo_fsm_state osmo_mgcpc_ep_fsm_states[] = {
 | 
			
		||||
	[OSMO_MGCPC_EP_ST_UNUSED] = {
 | 
			
		||||
		.name = "UNUSED",
 | 
			
		||||
		.in_event_mask = 0,
 | 
			
		||||
		.out_state_mask = 0
 | 
			
		||||
			| S(OSMO_MGCPC_EP_ST_WAIT_MGW_RESPONSE)
 | 
			
		||||
			,
 | 
			
		||||
	},
 | 
			
		||||
	[OSMO_MGCPC_EP_ST_WAIT_MGW_RESPONSE] = {
 | 
			
		||||
		.name = "WAIT_MGW_RESPONSE",
 | 
			
		||||
		.onenter = osmo_mgcpc_ep_fsm_wait_mgw_response_onenter,
 | 
			
		||||
		.action = osmo_mgcpc_ep_fsm_handle_ci_events,
 | 
			
		||||
		.in_event_mask = 0xffffffff,
 | 
			
		||||
		.out_state_mask = 0
 | 
			
		||||
			| S(OSMO_MGCPC_EP_ST_IN_USE)
 | 
			
		||||
			,
 | 
			
		||||
	},
 | 
			
		||||
	[OSMO_MGCPC_EP_ST_IN_USE] = {
 | 
			
		||||
		.name = "IN_USE",
 | 
			
		||||
		.onenter = osmo_mgcpc_ep_fsm_in_use_onenter,
 | 
			
		||||
		.action = osmo_mgcpc_ep_fsm_handle_ci_events,
 | 
			
		||||
		.in_event_mask = 0xffffffff, /* mgcp_client_fsm may send parent term anytime */
 | 
			
		||||
		.out_state_mask = 0
 | 
			
		||||
			| S(OSMO_MGCPC_EP_ST_WAIT_MGW_RESPONSE)
 | 
			
		||||
			,
 | 
			
		||||
	},
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static int osmo_mgcpc_ep_fsm_timer_cb(struct osmo_fsm_inst *fi)
 | 
			
		||||
{
 | 
			
		||||
	int i;
 | 
			
		||||
	struct osmo_mgcpc_ep *ep = osmo_mgcpc_ep_fi_mgwep(fi);
 | 
			
		||||
 | 
			
		||||
	switch (fi->T) {
 | 
			
		||||
	default:
 | 
			
		||||
		for (i = 0; i < ARRAY_SIZE(ep->ci); i++) {
 | 
			
		||||
			struct osmo_mgcpc_ep_ci *ci = &ep->ci[i];
 | 
			
		||||
			if (!ci->occupied)
 | 
			
		||||
				continue;
 | 
			
		||||
			if (!(ci->pending && ci->sent))
 | 
			
		||||
				continue;
 | 
			
		||||
			on_failure(ci);
 | 
			
		||||
		}
 | 
			
		||||
		return 0;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static struct osmo_fsm osmo_mgcpc_ep_fsm = {
 | 
			
		||||
	.name = "mgw-endp",
 | 
			
		||||
	.states = osmo_mgcpc_ep_fsm_states,
 | 
			
		||||
	.num_states = ARRAY_SIZE(osmo_mgcpc_ep_fsm_states),
 | 
			
		||||
	.log_subsys = DLMGCP,
 | 
			
		||||
	.event_names = osmo_mgcpc_ep_fsm_event_names,
 | 
			
		||||
	.timer_cb = osmo_mgcpc_ep_fsm_timer_cb,
 | 
			
		||||
	/* The FSM termination will automatically trigger any mgcp_client_fsm instances to DLCX. */
 | 
			
		||||
};
 | 
			
		||||
@@ -1,748 +0,0 @@
 | 
			
		||||
/* (C) 2018 by sysmocom s.f.m.c. GmbH <info@sysmocom.de>
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * Author: Philipp Maier
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include <osmocom/mgcp_client/mgcp_client.h>
 | 
			
		||||
#include <osmocom/mgcp_client/mgcp_client_fsm.h>
 | 
			
		||||
#include <osmocom/core/utils.h>
 | 
			
		||||
#include <osmocom/core/fsm.h>
 | 
			
		||||
#include <osmocom/core/byteswap.h>
 | 
			
		||||
#include <arpa/inet.h>
 | 
			
		||||
#include <osmocom/core/logging.h>
 | 
			
		||||
 | 
			
		||||
/* Context information, this is attached to the priv pointer of the FSM and
 | 
			
		||||
 * is also handed back when dispatcheing events to the parent FSM. This is
 | 
			
		||||
 * purly intened and not meant to be accessible for the API user */
 | 
			
		||||
struct mgcp_ctx {
 | 
			
		||||
	/* MGCP client instance that is used to interact with the MGW */
 | 
			
		||||
	struct mgcp_client *mgcp;
 | 
			
		||||
 | 
			
		||||
	/* The ID of the last pending transaction. This is used internally
 | 
			
		||||
	 * to cancel the transaction in case of an error */
 | 
			
		||||
	mgcp_trans_id_t mgw_pending_trans;
 | 
			
		||||
 | 
			
		||||
	/* Flag to mark that there is a pending transaction */
 | 
			
		||||
	bool mgw_trans_pending;
 | 
			
		||||
 | 
			
		||||
	/* Connection ID which has been assigned by he MGW */
 | 
			
		||||
	char conn_id[MGCP_CONN_ID_MAXLEN];
 | 
			
		||||
 | 
			
		||||
	/* Local RTP connection info, the MGW will send outgoing traffic to the
 | 
			
		||||
	 * ip/port specified here. The Address does not have to be choosen right
 | 
			
		||||
	 * on the creation of a connection. It can always be modified later by
 | 
			
		||||
	 * the user. */
 | 
			
		||||
	struct mgcp_conn_peer conn_peer_local;
 | 
			
		||||
 | 
			
		||||
	/* Remote RTP connection info, the ip/port specified here is the address
 | 
			
		||||
	 * where the MGW expects the RTP data to be sent. This address is
 | 
			
		||||
	 * defined by soly by the MGW and can not be influenced by the user. */
 | 
			
		||||
	struct mgcp_conn_peer conn_peer_remote;
 | 
			
		||||
 | 
			
		||||
	/* The terminate flag is a way to handle cornercase sitations that
 | 
			
		||||
	 * might occur when the user runs into an error situation and sends
 | 
			
		||||
	 * a DLCX command while the FSM is waiting for a response. In this
 | 
			
		||||
	 * case the DLCX command is not executed immediately. Instead the
 | 
			
		||||
	 * terminate flag is set. When the response to from the previous
 | 
			
		||||
	 * operation is received, we know that there is a DLCX event is
 | 
			
		||||
	 * pending. The FSM then generates the EV_DLCX by itsself before
 | 
			
		||||
	 * it enters ST_READY to cause the immediate execution of the
 | 
			
		||||
	 * DLCX procedure. (If normal operations are executed too fast,
 | 
			
		||||
	 * the API functions will return an error. In general, the user
 | 
			
		||||
	 * should synchronize using the callback events) */
 | 
			
		||||
	bool terminate;
 | 
			
		||||
 | 
			
		||||
	/* Event that is sent when the current operation is completed (except
 | 
			
		||||
	 * for DLCX, there the specified parent_term_evt is sent instead) */
 | 
			
		||||
	uint32_t parent_evt;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#define S(x)	(1 << (x))
 | 
			
		||||
 | 
			
		||||
#define MGCP_MGW_TIMEOUT 4	/* in seconds */
 | 
			
		||||
#define MGCP_MGW_TIMEOUT_TIMER_NR 1
 | 
			
		||||
 | 
			
		||||
enum fsm_mgcp_client_states {
 | 
			
		||||
	ST_CRCX,
 | 
			
		||||
	ST_CRCX_RESP,
 | 
			
		||||
	ST_READY,
 | 
			
		||||
	ST_MDCX_RESP,
 | 
			
		||||
	ST_DLCX_RESP,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum fsm_mgcp_client_evt {
 | 
			
		||||
	EV_CRCX,
 | 
			
		||||
	EV_CRCX_RESP,
 | 
			
		||||
	EV_MDCX,
 | 
			
		||||
	EV_MDCX_RESP,
 | 
			
		||||
	EV_DLCX,
 | 
			
		||||
	EV_DLCX_RESP,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static const struct value_string fsm_mgcp_client_evt_names[] = {
 | 
			
		||||
	OSMO_VALUE_STRING(EV_CRCX),
 | 
			
		||||
	OSMO_VALUE_STRING(EV_CRCX_RESP),
 | 
			
		||||
	OSMO_VALUE_STRING(EV_MDCX),
 | 
			
		||||
	OSMO_VALUE_STRING(EV_MDCX_RESP),
 | 
			
		||||
	OSMO_VALUE_STRING(EV_DLCX),
 | 
			
		||||
	OSMO_VALUE_STRING(EV_DLCX_RESP),
 | 
			
		||||
	{0, NULL}
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static void make_crcx_msg(struct mgcp_msg *mgcp_msg, struct mgcp_conn_peer *info)
 | 
			
		||||
{
 | 
			
		||||
	*mgcp_msg = (struct mgcp_msg) {
 | 
			
		||||
		.verb = MGCP_VERB_CRCX,
 | 
			
		||||
		.presence = (MGCP_MSG_PRESENCE_ENDPOINT | MGCP_MSG_PRESENCE_CALL_ID
 | 
			
		||||
			     | MGCP_MSG_PRESENCE_CONN_MODE),
 | 
			
		||||
		.call_id = info->call_id,
 | 
			
		||||
		.conn_mode = MGCP_CONN_RECV_ONLY,
 | 
			
		||||
		.ptime = info->ptime,
 | 
			
		||||
		.codecs_len = info->codecs_len,
 | 
			
		||||
		.ptmap_len = info->ptmap_len,
 | 
			
		||||
		.param_present = info->param_present
 | 
			
		||||
	};
 | 
			
		||||
	osmo_strlcpy(mgcp_msg->endpoint, info->endpoint, MGCP_ENDPOINT_MAXLEN);
 | 
			
		||||
	memcpy(mgcp_msg->codecs, info->codecs, sizeof(mgcp_msg->codecs));
 | 
			
		||||
	memcpy(mgcp_msg->ptmap, info->ptmap, sizeof(mgcp_msg->ptmap));
 | 
			
		||||
	memcpy(&mgcp_msg->param, &info->param, sizeof(mgcp_msg->param));
 | 
			
		||||
 | 
			
		||||
	if (info->x_osmo_ign) {
 | 
			
		||||
		mgcp_msg->x_osmo_ign = info->x_osmo_ign;
 | 
			
		||||
		mgcp_msg->presence |= MGCP_MSG_PRESENCE_X_OSMO_IGN;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (info->x_osmo_osmux_use) {
 | 
			
		||||
		mgcp_msg->x_osmo_osmux_cid = info->x_osmo_osmux_cid;
 | 
			
		||||
		mgcp_msg->presence |= MGCP_MSG_PRESENCE_X_OSMO_OSMUX_CID;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void add_audio(struct mgcp_msg *mgcp_msg, struct mgcp_conn_peer *info)
 | 
			
		||||
{
 | 
			
		||||
	mgcp_msg->presence |= MGCP_MSG_PRESENCE_AUDIO_IP | MGCP_MSG_PRESENCE_AUDIO_PORT;
 | 
			
		||||
	mgcp_msg->audio_ip = info->addr;
 | 
			
		||||
	mgcp_msg->audio_port = info->port;
 | 
			
		||||
	mgcp_msg->conn_mode = MGCP_CONN_RECV_SEND;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void set_conn_mode(struct mgcp_msg *mgcp_msg, struct mgcp_conn_peer *peer)
 | 
			
		||||
{
 | 
			
		||||
	enum mgcp_connection_mode conn_mode = peer->conn_mode;
 | 
			
		||||
	if (conn_mode != MGCP_CONN_NONE)
 | 
			
		||||
		mgcp_msg->conn_mode = conn_mode;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static struct msgb *make_mdcx_msg(struct mgcp_ctx *mgcp_ctx)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_msg mgcp_msg;
 | 
			
		||||
 | 
			
		||||
	mgcp_msg = (struct mgcp_msg) {
 | 
			
		||||
		.verb = MGCP_VERB_MDCX,
 | 
			
		||||
		.presence = (MGCP_MSG_PRESENCE_ENDPOINT | MGCP_MSG_PRESENCE_CALL_ID | MGCP_MSG_PRESENCE_CONN_ID |
 | 
			
		||||
			     MGCP_MSG_PRESENCE_CONN_MODE | MGCP_MSG_PRESENCE_AUDIO_IP | MGCP_MSG_PRESENCE_AUDIO_PORT),
 | 
			
		||||
		.call_id =  mgcp_ctx->conn_peer_remote.call_id,
 | 
			
		||||
		.conn_id = mgcp_ctx->conn_id,
 | 
			
		||||
		.conn_mode = MGCP_CONN_RECV_SEND,
 | 
			
		||||
		.audio_ip = mgcp_ctx->conn_peer_local.addr,
 | 
			
		||||
		.audio_port = mgcp_ctx->conn_peer_local.port,
 | 
			
		||||
		.ptime = mgcp_ctx->conn_peer_local.ptime,
 | 
			
		||||
		.codecs_len = mgcp_ctx->conn_peer_local.codecs_len,
 | 
			
		||||
		.ptmap_len = mgcp_ctx->conn_peer_local.ptmap_len,
 | 
			
		||||
		.param_present = mgcp_ctx->conn_peer_local.param_present
 | 
			
		||||
	};
 | 
			
		||||
	osmo_strlcpy(mgcp_msg.endpoint, mgcp_ctx->conn_peer_remote.endpoint, MGCP_ENDPOINT_MAXLEN);
 | 
			
		||||
	memcpy(mgcp_msg.codecs, mgcp_ctx->conn_peer_local.codecs, sizeof(mgcp_msg.codecs));
 | 
			
		||||
	memcpy(mgcp_msg.ptmap, mgcp_ctx->conn_peer_local.ptmap, sizeof(mgcp_msg.ptmap));
 | 
			
		||||
	memcpy(&mgcp_msg.param, &mgcp_ctx->conn_peer_local.param, sizeof(mgcp_ctx->conn_peer_local.param));
 | 
			
		||||
 | 
			
		||||
	set_conn_mode(&mgcp_msg, &mgcp_ctx->conn_peer_local);
 | 
			
		||||
 | 
			
		||||
	if (mgcp_ctx->conn_peer_local.x_osmo_osmux_use) {
 | 
			
		||||
		mgcp_msg.x_osmo_osmux_cid = mgcp_ctx->conn_peer_local.x_osmo_osmux_cid;
 | 
			
		||||
		mgcp_msg.presence |= MGCP_MSG_PRESENCE_X_OSMO_OSMUX_CID;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Note: We take the endpoint and the call_id from the remote
 | 
			
		||||
	 * connection info, because we can be confident that the
 | 
			
		||||
	 * information there is valid. For the local info, we explicitly
 | 
			
		||||
	 * allow endpoint and call_id to be optional */
 | 
			
		||||
	return mgcp_msg_gen(mgcp_ctx->mgcp, &mgcp_msg);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
struct msgb *make_dlcx_msg(struct mgcp_ctx *mgcp_ctx)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_msg mgcp_msg;
 | 
			
		||||
 | 
			
		||||
	mgcp_msg = (struct mgcp_msg) {
 | 
			
		||||
		.verb = MGCP_VERB_DLCX,
 | 
			
		||||
		.presence = (MGCP_MSG_PRESENCE_ENDPOINT | MGCP_MSG_PRESENCE_CALL_ID | MGCP_MSG_PRESENCE_CONN_ID),
 | 
			
		||||
		.call_id = mgcp_ctx->conn_peer_remote.call_id,
 | 
			
		||||
		.conn_id = mgcp_ctx->conn_id,
 | 
			
		||||
	};
 | 
			
		||||
	osmo_strlcpy(mgcp_msg.endpoint, mgcp_ctx->conn_peer_remote.endpoint, MGCP_ENDPOINT_MAXLEN);
 | 
			
		||||
 | 
			
		||||
	return mgcp_msg_gen(mgcp_ctx->mgcp, &mgcp_msg);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void mgw_crcx_resp_cb(struct mgcp_response *r, void *priv);
 | 
			
		||||
 | 
			
		||||
static void fsm_crcx_cb(struct osmo_fsm_inst *fi, uint32_t event, void *data)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_ctx *mgcp_ctx = data;
 | 
			
		||||
	struct mgcp_client *mgcp;
 | 
			
		||||
	struct mgcp_msg mgcp_msg;
 | 
			
		||||
	struct msgb *msg;
 | 
			
		||||
	int rc;
 | 
			
		||||
 | 
			
		||||
	OSMO_ASSERT(mgcp_ctx);
 | 
			
		||||
	mgcp = mgcp_ctx->mgcp;
 | 
			
		||||
	OSMO_ASSERT(mgcp);
 | 
			
		||||
 | 
			
		||||
	switch (event) {
 | 
			
		||||
	case EV_CRCX:
 | 
			
		||||
		LOGPFSML(fi, LOGL_DEBUG, "MGW/CRCX: creating connection on MGW endpoint:%s...\n",
 | 
			
		||||
			 mgcp_ctx->conn_peer_local.endpoint);
 | 
			
		||||
 | 
			
		||||
		make_crcx_msg(&mgcp_msg, &mgcp_ctx->conn_peer_local);
 | 
			
		||||
		if (mgcp_ctx->conn_peer_local.port)
 | 
			
		||||
			add_audio(&mgcp_msg, &mgcp_ctx->conn_peer_local);
 | 
			
		||||
		set_conn_mode(&mgcp_msg, &mgcp_ctx->conn_peer_local);
 | 
			
		||||
 | 
			
		||||
		msg = mgcp_msg_gen(mgcp_ctx->mgcp, &mgcp_msg);
 | 
			
		||||
		OSMO_ASSERT(msg);
 | 
			
		||||
 | 
			
		||||
		mgcp_ctx->mgw_pending_trans = mgcp_msg_trans_id(msg);
 | 
			
		||||
		mgcp_ctx->mgw_trans_pending = true;
 | 
			
		||||
		rc = mgcp_client_tx(mgcp, msg, mgw_crcx_resp_cb, fi);
 | 
			
		||||
		if (rc < 0) {
 | 
			
		||||
			osmo_fsm_inst_term(fi, OSMO_FSM_TERM_ERROR, NULL);
 | 
			
		||||
			return;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		osmo_fsm_inst_state_chg(fi, ST_CRCX_RESP, MGCP_MGW_TIMEOUT, MGCP_MGW_TIMEOUT_TIMER_NR);
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		OSMO_ASSERT(false);
 | 
			
		||||
		break;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Return the CI that the MGW allocated during CRCX response. This is purely informational for logging
 | 
			
		||||
 * and identity tracking; the mgcp_conn_*() functions take care of using the right CI internally. */
 | 
			
		||||
const char *mgcp_conn_get_ci(struct osmo_fsm_inst *fi)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_ctx *mgcp_ctx = fi->priv;
 | 
			
		||||
	return mgcp_ctx->conn_id;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void mgw_crcx_resp_cb(struct mgcp_response *r, void *priv)
 | 
			
		||||
{
 | 
			
		||||
	struct osmo_fsm_inst *fi = priv;
 | 
			
		||||
	struct mgcp_ctx *mgcp_ctx;
 | 
			
		||||
	int rc;
 | 
			
		||||
 | 
			
		||||
	OSMO_ASSERT(fi);
 | 
			
		||||
	mgcp_ctx = fi->priv;
 | 
			
		||||
	OSMO_ASSERT(mgcp_ctx);
 | 
			
		||||
 | 
			
		||||
	mgcp_ctx->mgw_trans_pending = false;
 | 
			
		||||
 | 
			
		||||
	if (r->head.response_code != 200) {
 | 
			
		||||
		LOGPFSML(fi, LOGL_ERROR,
 | 
			
		||||
			 "MGW/CRCX: response yields error: %d %s\n", r->head.response_code, r->head.comment);
 | 
			
		||||
		osmo_fsm_inst_term(fi, OSMO_FSM_TERM_ERROR, NULL);
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	osmo_strlcpy(mgcp_ctx->conn_id, r->head.conn_id, sizeof(mgcp_ctx->conn_id));
 | 
			
		||||
	LOGPFSML(fi, LOGL_DEBUG, "MGW/CRCX: MGW responded with CI: %s\n", mgcp_ctx->conn_id);
 | 
			
		||||
 | 
			
		||||
	rc = mgcp_response_parse_params(r);
 | 
			
		||||
	if (rc) {
 | 
			
		||||
		LOGPFSML(fi, LOGL_ERROR, "MGW/CRCX: Cannot parse CRCX response\n");
 | 
			
		||||
		osmo_fsm_inst_term(fi, OSMO_FSM_TERM_ERROR, NULL);
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
	LOGPFSML(fi, LOGL_DEBUG, "MGW/CRCX: MGW responded with address %s:%u\n", r->audio_ip, r->audio_port);
 | 
			
		||||
	if (r->head.x_osmo_osmux_use) {
 | 
			
		||||
		LOGPFSML(fi, LOGL_DEBUG, "MGW/CRCX: MGW responded using Osmux %u\n", r->head.x_osmo_osmux_cid);
 | 
			
		||||
		mgcp_ctx->conn_peer_remote.x_osmo_osmux_use = true;
 | 
			
		||||
		mgcp_ctx->conn_peer_remote.x_osmo_osmux_cid = r->head.x_osmo_osmux_cid;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	osmo_strlcpy(mgcp_ctx->conn_peer_remote.addr, r->audio_ip, sizeof(mgcp_ctx->conn_peer_remote.addr));
 | 
			
		||||
	mgcp_ctx->conn_peer_remote.port = r->audio_port;
 | 
			
		||||
 | 
			
		||||
	if (strlen(r->head.endpoint) > 0) {
 | 
			
		||||
		/* If we get an endpoint identifier back from the MGW, take it */
 | 
			
		||||
		osmo_strlcpy(mgcp_ctx->conn_peer_remote.endpoint, r->head.endpoint,
 | 
			
		||||
			     sizeof(mgcp_ctx->conn_peer_remote.endpoint));
 | 
			
		||||
	} else if (strstr(mgcp_ctx->conn_peer_local.endpoint, "*") == NULL) {
 | 
			
		||||
		/* If we do not get an endpoint identifier back and the
 | 
			
		||||
		 * identifier we used to create the connection is not a
 | 
			
		||||
		 * wildcarded one, we take the local endpoint identifier
 | 
			
		||||
		 * instead */
 | 
			
		||||
		osmo_strlcpy(mgcp_ctx->conn_peer_remote.endpoint, mgcp_ctx->conn_peer_local.endpoint,
 | 
			
		||||
			     sizeof(mgcp_ctx->conn_peer_local.endpoint));
 | 
			
		||||
	} else {
 | 
			
		||||
		LOGPFSML(fi, LOGL_ERROR, "MGW/CRCX: CRCX yielded not suitable endpoint identifier\n");
 | 
			
		||||
		osmo_fsm_inst_term(fi, OSMO_FSM_TERM_ERROR, NULL);
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	mgcp_ctx->conn_peer_remote.call_id = mgcp_ctx->conn_peer_local.call_id;
 | 
			
		||||
 | 
			
		||||
	osmo_fsm_inst_dispatch(fi, EV_CRCX_RESP, mgcp_ctx);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void fsm_crcx_resp_cb(struct osmo_fsm_inst *fi, uint32_t event, void *data)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_ctx *mgcp_ctx = data;
 | 
			
		||||
	OSMO_ASSERT(mgcp_ctx);
 | 
			
		||||
 | 
			
		||||
	switch (event) {
 | 
			
		||||
	case EV_CRCX_RESP:
 | 
			
		||||
		osmo_fsm_inst_state_chg(fi, ST_READY, 0, 0);
 | 
			
		||||
		if (mgcp_ctx->terminate) {
 | 
			
		||||
			/* Trigger immediate DLCX if DLCX was requested while the FSM was
 | 
			
		||||
			 * busy with the previous operation */
 | 
			
		||||
			LOGPFSML(fi, LOGL_ERROR, "MGW/CRCX: FSM was busy while DLCX was requested, executing now...\n");
 | 
			
		||||
			osmo_fsm_inst_dispatch(fi, EV_DLCX, mgcp_ctx);
 | 
			
		||||
		} else
 | 
			
		||||
			osmo_fsm_inst_dispatch(fi->proc.parent, mgcp_ctx->parent_evt, &mgcp_ctx->conn_peer_remote);
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		OSMO_ASSERT(false);
 | 
			
		||||
		break;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void mgw_mdcx_resp_cb(struct mgcp_response *r, void *priv);
 | 
			
		||||
static void mgw_dlcx_resp_cb(struct mgcp_response *r, void *priv);
 | 
			
		||||
 | 
			
		||||
static void fsm_ready_cb(struct osmo_fsm_inst *fi, uint32_t event, void *data)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_ctx *mgcp_ctx = data;
 | 
			
		||||
	struct msgb *msg;
 | 
			
		||||
	struct mgcp_client *mgcp;
 | 
			
		||||
	uint32_t new_state;
 | 
			
		||||
	int rc;
 | 
			
		||||
 | 
			
		||||
	OSMO_ASSERT(mgcp_ctx);
 | 
			
		||||
	mgcp = mgcp_ctx->mgcp;
 | 
			
		||||
	OSMO_ASSERT(mgcp);
 | 
			
		||||
 | 
			
		||||
	switch (event) {
 | 
			
		||||
	case EV_MDCX:
 | 
			
		||||
		msg = make_mdcx_msg(mgcp_ctx);
 | 
			
		||||
		OSMO_ASSERT(msg);
 | 
			
		||||
		rc = mgcp_client_tx(mgcp, msg, mgw_mdcx_resp_cb, fi);
 | 
			
		||||
		new_state = ST_MDCX_RESP;
 | 
			
		||||
		break;
 | 
			
		||||
	case EV_DLCX:
 | 
			
		||||
		msg = make_dlcx_msg(mgcp_ctx);
 | 
			
		||||
		OSMO_ASSERT(msg);
 | 
			
		||||
		rc = mgcp_client_tx(mgcp, msg, mgw_dlcx_resp_cb, fi);
 | 
			
		||||
		new_state = ST_DLCX_RESP;
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		OSMO_ASSERT(false);
 | 
			
		||||
		break;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	mgcp_ctx->mgw_pending_trans = mgcp_msg_trans_id(msg);
 | 
			
		||||
	mgcp_ctx->mgw_trans_pending = true;
 | 
			
		||||
 | 
			
		||||
	if (rc < 0) {
 | 
			
		||||
		osmo_fsm_inst_term(fi, OSMO_FSM_TERM_ERROR, NULL);
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	osmo_fsm_inst_state_chg(fi, new_state, MGCP_MGW_TIMEOUT, MGCP_MGW_TIMEOUT_TIMER_NR);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void mgw_mdcx_resp_cb(struct mgcp_response *r, void *priv)
 | 
			
		||||
{
 | 
			
		||||
	struct osmo_fsm_inst *fi = priv;
 | 
			
		||||
	struct mgcp_ctx *mgcp_ctx;
 | 
			
		||||
	int rc;
 | 
			
		||||
 | 
			
		||||
	OSMO_ASSERT(fi);
 | 
			
		||||
	mgcp_ctx = fi->priv;
 | 
			
		||||
	OSMO_ASSERT(mgcp_ctx);
 | 
			
		||||
 | 
			
		||||
	mgcp_ctx->mgw_trans_pending = false;
 | 
			
		||||
 | 
			
		||||
	if (r->head.response_code != 200) {
 | 
			
		||||
		LOGPFSML(fi, LOGL_ERROR, "MGW/MDCX: response yields error: %d %s\n", r->head.response_code,
 | 
			
		||||
			 r->head.comment);
 | 
			
		||||
		osmo_fsm_inst_term(fi, OSMO_FSM_TERM_ERROR, NULL);
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	rc = mgcp_response_parse_params(r);
 | 
			
		||||
	if (rc) {
 | 
			
		||||
		LOGPFSML(fi, LOGL_ERROR, "MGW/MDCX: Cannot parse MDCX response\n");
 | 
			
		||||
		osmo_fsm_inst_term(fi, OSMO_FSM_TERM_ERROR, NULL);
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
	LOGPFSML(fi, LOGL_DEBUG, "MGW/MDCX: MGW responded with address %s:%u\n", r->audio_ip, r->audio_port);
 | 
			
		||||
 | 
			
		||||
	if (r->head.x_osmo_osmux_use) {
 | 
			
		||||
		LOGPFSML(fi, LOGL_DEBUG, "MGW/CRCX: MGW responded using Osmux %u\n", r->head.x_osmo_osmux_cid);
 | 
			
		||||
		mgcp_ctx->conn_peer_remote.x_osmo_osmux_use = true;
 | 
			
		||||
		mgcp_ctx->conn_peer_remote.x_osmo_osmux_cid = r->head.x_osmo_osmux_cid;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	osmo_strlcpy(mgcp_ctx->conn_peer_remote.addr, r->audio_ip, sizeof(mgcp_ctx->conn_peer_remote.addr));
 | 
			
		||||
	mgcp_ctx->conn_peer_remote.port = r->audio_port;
 | 
			
		||||
 | 
			
		||||
	osmo_fsm_inst_dispatch(fi, EV_MDCX_RESP, mgcp_ctx);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void fsm_mdcx_resp_cb(struct osmo_fsm_inst *fi, uint32_t event, void *data)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_ctx *mgcp_ctx = data;
 | 
			
		||||
	OSMO_ASSERT(mgcp_ctx);
 | 
			
		||||
 | 
			
		||||
	switch (event) {
 | 
			
		||||
	case EV_MDCX_RESP:
 | 
			
		||||
		osmo_fsm_inst_state_chg(fi, ST_READY, 0, 0);
 | 
			
		||||
		if (mgcp_ctx->terminate) {
 | 
			
		||||
			/* Trigger immediate DLCX if DLCX was requested while the FSM was
 | 
			
		||||
			 * busy with the previous operation */
 | 
			
		||||
			LOGPFSML(fi, LOGL_ERROR, "MGW/MDCX: FSM was busy while DLCX was requested, executing now...\n");
 | 
			
		||||
			osmo_fsm_inst_dispatch(fi, EV_DLCX, mgcp_ctx);
 | 
			
		||||
		} else
 | 
			
		||||
			osmo_fsm_inst_dispatch(fi->proc.parent, mgcp_ctx->parent_evt, &mgcp_ctx->conn_peer_remote);
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		OSMO_ASSERT(false);
 | 
			
		||||
		break;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void mgw_dlcx_resp_cb(struct mgcp_response *r, void *priv)
 | 
			
		||||
{
 | 
			
		||||
	struct osmo_fsm_inst *fi = priv;
 | 
			
		||||
	struct mgcp_ctx *mgcp_ctx;
 | 
			
		||||
 | 
			
		||||
	OSMO_ASSERT(fi);
 | 
			
		||||
	mgcp_ctx = fi->priv;
 | 
			
		||||
	OSMO_ASSERT(mgcp_ctx);
 | 
			
		||||
 | 
			
		||||
	mgcp_ctx->mgw_trans_pending = false;
 | 
			
		||||
 | 
			
		||||
	if (r->head.response_code != 250) {
 | 
			
		||||
		LOGPFSML(fi, LOGL_ERROR,
 | 
			
		||||
			 "MGW/DLCX: response yields error: %d %s\n", r->head.response_code, r->head.comment);
 | 
			
		||||
		osmo_fsm_inst_term(fi, OSMO_FSM_TERM_ERROR, NULL);
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	osmo_fsm_inst_dispatch(fi, EV_DLCX_RESP, mgcp_ctx);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void fsm_dlcx_resp_cb(struct osmo_fsm_inst *fi, uint32_t event, void *data)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_ctx *mgcp_ctx = data;
 | 
			
		||||
	OSMO_ASSERT(mgcp_ctx);
 | 
			
		||||
 | 
			
		||||
	switch (event) {
 | 
			
		||||
	case EV_DLCX_RESP:
 | 
			
		||||
		/* Rub out the connection identifier, since the connection
 | 
			
		||||
		 * is no longer present and we will use the connection id
 | 
			
		||||
		 * to know in error cases if the connection is still present
 | 
			
		||||
		 * or not */
 | 
			
		||||
		memset(mgcp_ctx->conn_id, 0, sizeof(mgcp_ctx->conn_id));
 | 
			
		||||
 | 
			
		||||
		osmo_fsm_inst_term(fi, OSMO_FSM_TERM_REGULAR, NULL);
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		OSMO_ASSERT(false);
 | 
			
		||||
		break;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int fsm_timeout_cb(struct osmo_fsm_inst *fi)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_ctx *mgcp_ctx = fi->priv;
 | 
			
		||||
	struct mgcp_client *mgcp;
 | 
			
		||||
 | 
			
		||||
	OSMO_ASSERT(mgcp_ctx);
 | 
			
		||||
	mgcp = mgcp_ctx->mgcp;
 | 
			
		||||
	OSMO_ASSERT(mgcp);
 | 
			
		||||
 | 
			
		||||
	if (fi->T == MGCP_MGW_TIMEOUT_TIMER_NR) {
 | 
			
		||||
		/* Note: We were unable to communicate with the MGW,
 | 
			
		||||
		 * unfortunately there is no meaningful action we can take
 | 
			
		||||
		 * now other than giving up. */
 | 
			
		||||
		osmo_fsm_inst_term(fi, OSMO_FSM_TERM_REGULAR, NULL);
 | 
			
		||||
	} else {
 | 
			
		||||
		/* Note: Ther must not be any unsolicited timers
 | 
			
		||||
		 * in this FSM. If so, we have serious problem. */
 | 
			
		||||
		OSMO_ASSERT(false);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void fsm_cleanup_cb(struct osmo_fsm_inst *fi, enum osmo_fsm_term_cause cause)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_ctx *mgcp_ctx = fi->priv;
 | 
			
		||||
	struct mgcp_client *mgcp;
 | 
			
		||||
	struct msgb *msg;
 | 
			
		||||
 | 
			
		||||
	OSMO_ASSERT(mgcp_ctx);
 | 
			
		||||
	mgcp = mgcp_ctx->mgcp;
 | 
			
		||||
	OSMO_ASSERT(mgcp);
 | 
			
		||||
 | 
			
		||||
	/* If there is still a transaction pending, cancel it now. */
 | 
			
		||||
	if (mgcp_ctx->mgw_trans_pending)
 | 
			
		||||
		mgcp_client_cancel(mgcp, mgcp_ctx->mgw_pending_trans);
 | 
			
		||||
 | 
			
		||||
	/* Should the FSM be terminated while there are still open connections
 | 
			
		||||
	 * on the MGW, we send an unconditional DLCX to terminate the
 | 
			
		||||
	 * connection. This is not the normal case. The user should always use
 | 
			
		||||
	 * mgcp_conn_delete() to instruct the FSM to perform a graceful exit */
 | 
			
		||||
	if (strlen(mgcp_ctx->conn_id)) {
 | 
			
		||||
		LOGPFSML(fi, LOGL_ERROR,
 | 
			
		||||
			 "MGW/DLCX: abrupt FSM termination with connections still present, sending unconditional DLCX...\n");
 | 
			
		||||
		msg = make_dlcx_msg(mgcp_ctx);
 | 
			
		||||
		if (!msg)
 | 
			
		||||
			LOGPFSML(fi, LOGL_ERROR, "MGW/DLCX: Error composing DLCX message\n");
 | 
			
		||||
		else
 | 
			
		||||
			mgcp_client_tx(mgcp, msg, NULL, NULL);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	talloc_free(mgcp_ctx);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static struct osmo_fsm_state fsm_mgcp_client_states[] = {
 | 
			
		||||
 | 
			
		||||
	/* Initial CRCX state. This state is immediately entered and executed
 | 
			
		||||
	 * when the FSM is started. The rationale is that we first have to
 | 
			
		||||
	 * create a connectin before we can execute other operations on that
 | 
			
		||||
	 * connection. */
 | 
			
		||||
	[ST_CRCX] = {
 | 
			
		||||
		     .in_event_mask = S(EV_CRCX),
 | 
			
		||||
		     .out_state_mask = S(ST_CRCX_RESP),
 | 
			
		||||
		     .name = OSMO_STRINGIFY(ST_CRCX),
 | 
			
		||||
		     .action = fsm_crcx_cb,
 | 
			
		||||
		     },
 | 
			
		||||
 | 
			
		||||
	/* Wait for the response to a CRCX operation, check and process the
 | 
			
		||||
	 * results, change to ST_READY afterwards. */
 | 
			
		||||
	[ST_CRCX_RESP] = {
 | 
			
		||||
			  .in_event_mask = S(EV_CRCX_RESP),
 | 
			
		||||
			  .out_state_mask = S(ST_READY),
 | 
			
		||||
			  .name = OSMO_STRINGIFY(ST_CRCX_RESP),
 | 
			
		||||
			  .action = fsm_crcx_resp_cb,
 | 
			
		||||
			  },
 | 
			
		||||
 | 
			
		||||
	/* In this idle state we wait for further operations (e.g. MDCX) that
 | 
			
		||||
	 * can be executed by the user using the API. There is no timeout in
 | 
			
		||||
	 * this state. The connection lives on until the user decides to
 | 
			
		||||
	 * terminate it (DLCX). */
 | 
			
		||||
	[ST_READY] = {
 | 
			
		||||
		      .in_event_mask = S(EV_MDCX) | S(EV_DLCX),
 | 
			
		||||
		      .out_state_mask = S(ST_MDCX_RESP) | S(ST_DLCX_RESP),
 | 
			
		||||
		      .name = OSMO_STRINGIFY(ST_READY),
 | 
			
		||||
		      .action = fsm_ready_cb,
 | 
			
		||||
		      },
 | 
			
		||||
 | 
			
		||||
	/* Wait for the response of a MDCX operation, check and process the
 | 
			
		||||
	 * results, change to ST_READY afterwards. */
 | 
			
		||||
	[ST_MDCX_RESP] = {
 | 
			
		||||
			  .in_event_mask = S(EV_MDCX_RESP),
 | 
			
		||||
			  .out_state_mask = S(ST_READY),
 | 
			
		||||
			  .name = OSMO_STRINGIFY(ST_MDCX_RESP),
 | 
			
		||||
			  .action = fsm_mdcx_resp_cb,
 | 
			
		||||
			  },
 | 
			
		||||
 | 
			
		||||
	/* Wait for the response of a DLCX operation and terminate the FSM
 | 
			
		||||
	 * normally. */
 | 
			
		||||
	[ST_DLCX_RESP] = {
 | 
			
		||||
			  .in_event_mask = S(EV_DLCX_RESP),
 | 
			
		||||
			  .out_state_mask = 0,
 | 
			
		||||
			  .name = OSMO_STRINGIFY(ST_DLCX_RESP),
 | 
			
		||||
			  .action = fsm_dlcx_resp_cb,
 | 
			
		||||
			  },
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static struct osmo_fsm fsm_mgcp_client = {
 | 
			
		||||
	.name = "MGCP_CONN",
 | 
			
		||||
	.states = fsm_mgcp_client_states,
 | 
			
		||||
	.num_states = ARRAY_SIZE(fsm_mgcp_client_states),
 | 
			
		||||
	.timer_cb = fsm_timeout_cb,
 | 
			
		||||
	.cleanup = fsm_cleanup_cb,
 | 
			
		||||
	.event_names = fsm_mgcp_client_evt_names,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/*! allocate FSM, and create a new connection on the MGW.
 | 
			
		||||
 *  \param[in] mgcp MGCP client descriptor.
 | 
			
		||||
 *  \param[in] parent_fi Parent FSM instance.
 | 
			
		||||
 *  \param[in] parent_term_evt Event to be sent to parent when terminating.
 | 
			
		||||
 *  \param[in] parent_evt Event to be sent to parent when operation is done.
 | 
			
		||||
 *  \param[in] conn_peer Connection parameters (ip, port...).
 | 
			
		||||
 *  \returns newly-allocated, initialized and registered FSM instance, NULL on error. */
 | 
			
		||||
struct osmo_fsm_inst *mgcp_conn_create(struct mgcp_client *mgcp, struct osmo_fsm_inst *parent_fi,
 | 
			
		||||
				       uint32_t parent_term_evt, uint32_t parent_evt, struct mgcp_conn_peer *conn_peer)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_ctx *mgcp_ctx;
 | 
			
		||||
	struct osmo_fsm_inst *fi;
 | 
			
		||||
	struct in_addr ip_test;
 | 
			
		||||
 | 
			
		||||
	OSMO_ASSERT(parent_fi);
 | 
			
		||||
	OSMO_ASSERT(mgcp);
 | 
			
		||||
	OSMO_ASSERT(conn_peer);
 | 
			
		||||
 | 
			
		||||
	/* Check if IP/Port information in conn info makes sense */
 | 
			
		||||
	if (conn_peer->port && inet_aton(conn_peer->addr, &ip_test) == 0)
 | 
			
		||||
		return NULL;
 | 
			
		||||
 | 
			
		||||
	/* Allocate and configure a new fsm instance */
 | 
			
		||||
	fi = osmo_fsm_inst_alloc_child(&fsm_mgcp_client, parent_fi, parent_term_evt);
 | 
			
		||||
	OSMO_ASSERT(fi);
 | 
			
		||||
	mgcp_ctx = talloc_zero(fi, struct mgcp_ctx);
 | 
			
		||||
	OSMO_ASSERT(mgcp_ctx);
 | 
			
		||||
	mgcp_ctx->mgcp = mgcp;
 | 
			
		||||
	mgcp_ctx->parent_evt = parent_evt;
 | 
			
		||||
 | 
			
		||||
	memcpy(&mgcp_ctx->conn_peer_local, conn_peer, sizeof(mgcp_ctx->conn_peer_local));
 | 
			
		||||
	fi->priv = mgcp_ctx;
 | 
			
		||||
 | 
			
		||||
	/* start state machine */
 | 
			
		||||
	OSMO_ASSERT(fi->state == ST_CRCX);
 | 
			
		||||
	osmo_fsm_inst_dispatch(fi, EV_CRCX, mgcp_ctx);
 | 
			
		||||
 | 
			
		||||
	return fi;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! modify an existing connection on the MGW.
 | 
			
		||||
 *  \param[in] fi FSM instance.
 | 
			
		||||
 *  \param[in] parent_evt Event to be sent to parent when operation is done.
 | 
			
		||||
 *  \param[in] conn_peer New connection information (ip, port...).
 | 
			
		||||
 *  \returns 0 on success, -EINVAL on error. */
 | 
			
		||||
int mgcp_conn_modify(struct osmo_fsm_inst *fi, uint32_t parent_evt, struct mgcp_conn_peer *conn_peer)
 | 
			
		||||
{
 | 
			
		||||
	OSMO_ASSERT(fi);
 | 
			
		||||
	struct mgcp_ctx *mgcp_ctx = fi->priv;
 | 
			
		||||
	struct in_addr ip_test;
 | 
			
		||||
 | 
			
		||||
	OSMO_ASSERT(mgcp_ctx);
 | 
			
		||||
	OSMO_ASSERT(conn_peer);
 | 
			
		||||
 | 
			
		||||
	/* The user must not issue an MDCX before the CRCX has completed,
 | 
			
		||||
	 * if this happens, it means that the parent FSM has overhead the
 | 
			
		||||
	 * parent_evt (mandatory!) and executed the MDCX without even
 | 
			
		||||
	 * waiting for the results. Another reason could be that the
 | 
			
		||||
	 * parent FSM got messed up */
 | 
			
		||||
	OSMO_ASSERT(fi->state != ST_CRCX_RESP);
 | 
			
		||||
 | 
			
		||||
	/* If the user tries to issue an MDCX while an DLCX operation is
 | 
			
		||||
	 * pending, there must be a serious problem with the paren FSM.
 | 
			
		||||
	 * Eeither the parent_term_evt (mandatory!) has been overheard,
 | 
			
		||||
	 * or the parant FSM got messed so badly that it still assumes
 | 
			
		||||
	 * a live connection although it as killed it. */
 | 
			
		||||
	OSMO_ASSERT(fi->state != ST_DLCX_RESP);
 | 
			
		||||
 | 
			
		||||
	/* Check if IP/Port parameters make sense */
 | 
			
		||||
	if (conn_peer->port == 0) {
 | 
			
		||||
		LOGPFSML(fi, LOGL_ERROR, "Cannot MDCX, port == 0\n");
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
	}
 | 
			
		||||
	if (inet_aton(conn_peer->addr, &ip_test) == 0) {
 | 
			
		||||
		LOGPFSML(fi, LOGL_ERROR, "Cannot MDCX, IP address == 0.0.0.0\n");
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/*! The user may supply an endpoint identifier in conn_peer. The
 | 
			
		||||
	 *  identifier is then checked. This check is optional. Later steps do
 | 
			
		||||
	 *  not depend on the endpoint identifier supplied here because it is
 | 
			
		||||
	 *  already implicitly known from the CRCX phase. */
 | 
			
		||||
	if (strlen(conn_peer->endpoint) && strcmp(conn_peer->endpoint, mgcp_ctx->conn_peer_remote.endpoint)) {
 | 
			
		||||
		LOGPFSML(fi, LOGL_ERROR, "Cannot MDCX, endpoint mismatches: requested %s, should be %s\n",
 | 
			
		||||
			 conn_peer->endpoint, mgcp_ctx->conn_peer_remote.endpoint);
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/*! Note: The call-id is implicitly known from the previous CRCX and
 | 
			
		||||
	 *  will not be checked even when it is set in conn_peer. */
 | 
			
		||||
 | 
			
		||||
	mgcp_ctx->parent_evt = parent_evt;
 | 
			
		||||
	memcpy(&mgcp_ctx->conn_peer_local, conn_peer, sizeof(mgcp_ctx->conn_peer_local));
 | 
			
		||||
	osmo_fsm_inst_dispatch(fi, EV_MDCX, mgcp_ctx);
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! delete existing connection on the MGW, destroy FSM afterwards.
 | 
			
		||||
 *  \param[in] fi FSM instance. */
 | 
			
		||||
void mgcp_conn_delete(struct osmo_fsm_inst *fi)
 | 
			
		||||
{
 | 
			
		||||
	OSMO_ASSERT(fi);
 | 
			
		||||
	struct mgcp_ctx *mgcp_ctx = fi->priv;
 | 
			
		||||
 | 
			
		||||
	OSMO_ASSERT(mgcp_ctx);
 | 
			
		||||
 | 
			
		||||
	if (fi->proc.terminating)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	/* Unlink FSM from parent */
 | 
			
		||||
	osmo_fsm_inst_unlink_parent(fi, NULL);
 | 
			
		||||
 | 
			
		||||
	/* An error situation where the parent FSM must be killed immediately
 | 
			
		||||
	 * may lead into a situation where the DLCX can not be executed right
 | 
			
		||||
	 * at that moment because the FSM is still busy with another operation.
 | 
			
		||||
	 * In those cases we postpone the DLCX so that the FSM and the
 | 
			
		||||
	 * connections on the MGW get cleaned up gracefully. */
 | 
			
		||||
	if (fi->state != ST_READY) {
 | 
			
		||||
		LOGPFSML(fi, LOGL_ERROR, "MGW: operation still pending, DLCX will be postponed.\n");
 | 
			
		||||
		mgcp_ctx->terminate = true;
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
	osmo_fsm_inst_dispatch(fi, EV_DLCX, mgcp_ctx);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const char *osmo_mgcpc_conn_peer_name(const struct mgcp_conn_peer *info)
 | 
			
		||||
{
 | 
			
		||||
	/* I'd be fine with a smaller buffer and accept truncation, but gcc possibly refuses to build if
 | 
			
		||||
	 * this buffer is too small. */
 | 
			
		||||
	static char buf[1024];
 | 
			
		||||
 | 
			
		||||
	if (!info)
 | 
			
		||||
		return "NULL";
 | 
			
		||||
 | 
			
		||||
	if (info->endpoint[0]
 | 
			
		||||
	    && info->addr[0])
 | 
			
		||||
		snprintf(buf, sizeof(buf), "%s:%s:%u",
 | 
			
		||||
			 info->endpoint, info->addr, info->port);
 | 
			
		||||
	else if (info->endpoint[0])
 | 
			
		||||
		snprintf(buf, sizeof(buf), "%s", info->endpoint);
 | 
			
		||||
	else if (info->addr[0])
 | 
			
		||||
		snprintf(buf, sizeof(buf), "%s:%u", info->addr, info->port);
 | 
			
		||||
	else
 | 
			
		||||
		return "empty";
 | 
			
		||||
	return buf;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static __attribute__((constructor)) void osmo_mgcp_client_fsm_init()
 | 
			
		||||
{
 | 
			
		||||
	OSMO_ASSERT(osmo_fsm_register(&fsm_mgcp_client) == 0);
 | 
			
		||||
}
 | 
			
		||||
@@ -6,16 +6,16 @@
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 2 of the License, or
 | 
			
		||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 * GNU Affero General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * You should have received a copy of the GNU Affero General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
@@ -25,12 +25,11 @@
 | 
			
		||||
#include <talloc.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/vty/command.h>
 | 
			
		||||
#include <osmocom/vty/misc.h>
 | 
			
		||||
#include <osmocom/core/utils.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/mgcp_client/mgcp_client.h>
 | 
			
		||||
 | 
			
		||||
#define MGW_STR MGCP_CLIENT_MGW_STR
 | 
			
		||||
#define MGW_STR "Configure MGCP connection to Media Gateway\n"
 | 
			
		||||
 | 
			
		||||
void *global_mgcp_client_ctx = NULL;
 | 
			
		||||
struct mgcp_client_conf *global_mgcp_client_conf = NULL;
 | 
			
		||||
@@ -43,9 +42,8 @@ DEFUN(cfg_mgw_local_ip, cfg_mgw_local_ip_cmd,
 | 
			
		||||
	if (!global_mgcp_client_conf)
 | 
			
		||||
		return CMD_ERR_NOTHING_TODO;
 | 
			
		||||
	OSMO_ASSERT(global_mgcp_client_ctx);
 | 
			
		||||
	osmo_talloc_replace_string(global_mgcp_client_ctx,
 | 
			
		||||
				   (char**)&global_mgcp_client_conf->local_addr,
 | 
			
		||||
				   argv[0]);
 | 
			
		||||
	global_mgcp_client_conf->local_addr =
 | 
			
		||||
		talloc_strdup(global_mgcp_client_ctx, argv[0]);
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
ALIAS_DEPRECATED(cfg_mgw_local_ip, cfg_mgcpgw_local_ip_cmd,
 | 
			
		||||
@@ -76,9 +74,8 @@ DEFUN(cfg_mgw_remote_ip, cfg_mgw_remote_ip_cmd,
 | 
			
		||||
	if (!global_mgcp_client_conf)
 | 
			
		||||
		return CMD_ERR_NOTHING_TODO;
 | 
			
		||||
	OSMO_ASSERT(global_mgcp_client_ctx);
 | 
			
		||||
	osmo_talloc_replace_string(global_mgcp_client_ctx,
 | 
			
		||||
				   (char**)&global_mgcp_client_conf->remote_addr,
 | 
			
		||||
				   argv[0]);
 | 
			
		||||
	global_mgcp_client_conf->remote_addr =
 | 
			
		||||
		talloc_strdup(global_mgcp_client_ctx, argv[0]);
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
ALIAS_DEPRECATED(cfg_mgw_remote_ip, cfg_mgcpgw_remote_ip_cmd,
 | 
			
		||||
@@ -101,14 +98,23 @@ ALIAS_DEPRECATED(cfg_mgw_remote_port, cfg_mgcpgw_remote_port_cmd,
 | 
			
		||||
		 MGW_STR "remote bind to connect to MGCP gateway with\n"
 | 
			
		||||
		 "remote bind port\n")
 | 
			
		||||
 | 
			
		||||
DEFUN_DEPRECATED(cfg_mgw_endpoint_range, cfg_mgw_endpoint_range_cmd,
 | 
			
		||||
DEFUN(cfg_mgw_endpoint_range, cfg_mgw_endpoint_range_cmd,
 | 
			
		||||
      "mgw endpoint-range <1-65534> <1-65534>",
 | 
			
		||||
      MGW_STR "DEPRECATED: the endpoint range cannot be defined by the client\n"
 | 
			
		||||
      "-\n" "-\n")
 | 
			
		||||
      MGW_STR "usable range of endpoint identifiers\n"
 | 
			
		||||
      "set first usable endpoint identifier\n"
 | 
			
		||||
      "set last usable endpoint identifier\n")
 | 
			
		||||
{
 | 
			
		||||
	vty_out(vty, "Please do not use legacy config 'mgw endpoint-range'"
 | 
			
		||||
		" (the range can no longer be defined by the MGCP client)%s",
 | 
			
		||||
		VTY_NEWLINE);
 | 
			
		||||
	uint16_t first_endpoint = atoi(argv[0]);
 | 
			
		||||
	uint16_t last_endpoint = atoi(argv[1]);
 | 
			
		||||
 | 
			
		||||
	if (last_endpoint < first_endpoint) {
 | 
			
		||||
		vty_out(vty, "last endpoint must be greater than first endpoint!%s",
 | 
			
		||||
			VTY_NEWLINE);
 | 
			
		||||
		return CMD_SUCCESS;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	global_mgcp_client_conf->first_endpoint = first_endpoint;
 | 
			
		||||
	global_mgcp_client_conf->last_endpoint = last_endpoint;
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
ALIAS_DEPRECATED(cfg_mgw_endpoint_range, cfg_mgcpgw_endpoint_range_cmd,
 | 
			
		||||
@@ -119,15 +125,14 @@ ALIAS_DEPRECATED(cfg_mgw_endpoint_range, cfg_mgcpgw_endpoint_range_cmd,
 | 
			
		||||
 | 
			
		||||
#define BTS_START_STR "First UDP port allocated for the BTS side\n"
 | 
			
		||||
#define UDP_PORT_STR "UDP Port number\n"
 | 
			
		||||
DEFUN_DEPRECATED(cfg_mgw_rtp_bts_base_port,
 | 
			
		||||
DEFUN(cfg_mgw_rtp_bts_base_port,
 | 
			
		||||
      cfg_mgw_rtp_bts_base_port_cmd,
 | 
			
		||||
      "mgw bts-base <0-65534>",
 | 
			
		||||
      MGW_STR
 | 
			
		||||
      "DEPRECATED: there is no explicit BTS side in current osmo-mgw\n" "-\n")
 | 
			
		||||
      BTS_START_STR
 | 
			
		||||
      UDP_PORT_STR)
 | 
			
		||||
{
 | 
			
		||||
	vty_out(vty, "Please do not use legacy config 'mgw bts-base'"
 | 
			
		||||
		" (there is no explicit BTS side in an MGW anymore)%s",
 | 
			
		||||
		VTY_NEWLINE);
 | 
			
		||||
	global_mgcp_client_conf->bts_base = atoi(argv[0]);
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
ALIAS_DEPRECATED(cfg_mgw_rtp_bts_base_port,
 | 
			
		||||
@@ -137,26 +142,13 @@ ALIAS_DEPRECATED(cfg_mgw_rtp_bts_base_port,
 | 
			
		||||
      BTS_START_STR
 | 
			
		||||
      UDP_PORT_STR)
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_mgw_endpoint_domain_name,
 | 
			
		||||
      cfg_mgw_endpoint_domain_name_cmd,
 | 
			
		||||
      "mgw endpoint-domain NAME",
 | 
			
		||||
      MGW_STR "Set the domain name to send in MGCP messages, e.g. the part 'foo' in 'rtpbridge/*@foo'.\n"
 | 
			
		||||
      "Domain name, should be alphanumeric.\n")
 | 
			
		||||
{
 | 
			
		||||
	if (osmo_strlcpy(global_mgcp_client_conf->endpoint_domain_name, argv[0],
 | 
			
		||||
			 sizeof(global_mgcp_client_conf->endpoint_domain_name))
 | 
			
		||||
	    >= sizeof(global_mgcp_client_conf->endpoint_domain_name)) {
 | 
			
		||||
		vty_out(vty, "%% Error: 'mgw endpoint-domain' name too long, max length is %zu: '%s'%s",
 | 
			
		||||
			sizeof(global_mgcp_client_conf->endpoint_domain_name) - 1, argv[0], VTY_NEWLINE);
 | 
			
		||||
		return CMD_WARNING;
 | 
			
		||||
	}
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int mgcp_client_config_write(struct vty *vty, const char *indent)
 | 
			
		||||
{
 | 
			
		||||
	const char *addr;
 | 
			
		||||
	int port;
 | 
			
		||||
	uint16_t first_endpoint;
 | 
			
		||||
	uint16_t last_endpoint;
 | 
			
		||||
	uint16_t bts_base;
 | 
			
		||||
 | 
			
		||||
	addr = global_mgcp_client_conf->local_addr;
 | 
			
		||||
	if (addr)
 | 
			
		||||
@@ -176,9 +168,18 @@ int mgcp_client_config_write(struct vty *vty, const char *indent)
 | 
			
		||||
		vty_out(vty, "%smgw remote-port %u%s", indent,
 | 
			
		||||
			(uint16_t)port, VTY_NEWLINE);
 | 
			
		||||
 | 
			
		||||
	if (global_mgcp_client_conf->endpoint_domain_name[0])
 | 
			
		||||
		vty_out(vty, "%smgw endpoint-domain %s%s", indent,
 | 
			
		||||
			global_mgcp_client_conf->endpoint_domain_name, VTY_NEWLINE);
 | 
			
		||||
	first_endpoint = global_mgcp_client_conf->first_endpoint;
 | 
			
		||||
	last_endpoint = global_mgcp_client_conf->last_endpoint;
 | 
			
		||||
	if (last_endpoint != 0) {
 | 
			
		||||
		vty_out(vty, "%smgw endpoint-range %u %u%s", indent,
 | 
			
		||||
			first_endpoint, last_endpoint, VTY_NEWLINE);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	bts_base = global_mgcp_client_conf->bts_base;
 | 
			
		||||
	if (bts_base) {
 | 
			
		||||
		vty_out(vty, "%smgw bts-base %u%s", indent,
 | 
			
		||||
			bts_base, VTY_NEWLINE);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
@@ -194,7 +195,6 @@ void mgcp_client_vty_init(void *talloc_ctx, int node, struct mgcp_client_conf *c
 | 
			
		||||
	install_element(node, &cfg_mgw_remote_port_cmd);
 | 
			
		||||
	install_element(node, &cfg_mgw_endpoint_range_cmd);
 | 
			
		||||
	install_element(node, &cfg_mgw_rtp_bts_base_port_cmd);
 | 
			
		||||
	install_element(node, &cfg_mgw_endpoint_domain_name_cmd);
 | 
			
		||||
 | 
			
		||||
	/* deprecated 'mgcpgw' commands */
 | 
			
		||||
	install_element(node, &cfg_mgcpgw_local_ip_cmd);
 | 
			
		||||
@@ -203,6 +203,4 @@ void mgcp_client_vty_init(void *talloc_ctx, int node, struct mgcp_client_conf *c
 | 
			
		||||
	install_element(node, &cfg_mgcpgw_remote_port_cmd);
 | 
			
		||||
	install_element(node, &cfg_mgcpgw_endpoint_range_cmd);
 | 
			
		||||
	install_element(node, &cfg_mgcpgw_rtp_bts_base_port_cmd);
 | 
			
		||||
 | 
			
		||||
	osmo_fsm_vty_add_cmds();
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -10,8 +10,6 @@ AM_CFLAGS = \
 | 
			
		||||
	$(LIBOSMOGSM_CFLAGS) \
 | 
			
		||||
	$(LIBOSMOVTY_CFLAGS) \
 | 
			
		||||
	$(LIBOSMONETIF_CFLAGS) \
 | 
			
		||||
	$(LIBOSMOABIS_CFLAGS) \
 | 
			
		||||
	$(LIBOSMOTRAU_CFLAGS) \
 | 
			
		||||
	$(COVERAGE_CFLAGS) \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
@@ -20,32 +18,31 @@ AM_LDFLAGS = \
 | 
			
		||||
	$(LIBOSMOGSM_LIBS) \
 | 
			
		||||
	$(LIBOSMOVTY_LIBS) \
 | 
			
		||||
	$(LIBOSMONETIF_LIBS) \
 | 
			
		||||
	$(LIBOSMOABIS_LIBS) \
 | 
			
		||||
	$(LIBOSMOTRAU_LIBS) \
 | 
			
		||||
	$(COVERAGE_LDFLAGS) \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
noinst_LIBRARIES = \
 | 
			
		||||
	libosmo-mgcp.a \
 | 
			
		||||
# This is not at all related to the release version, but a range of supported
 | 
			
		||||
# API versions. Read TODO_RELEASE in the source tree's root!
 | 
			
		||||
MGCP_LIBVERSION=1:0:0
 | 
			
		||||
 | 
			
		||||
lib_LTLIBRARIES = \
 | 
			
		||||
	libosmo-mgcp.la \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
noinst_HEADERS = \
 | 
			
		||||
	g711common.h \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
libosmo_mgcp_a_SOURCES = \
 | 
			
		||||
libosmo_mgcp_la_SOURCES = \
 | 
			
		||||
	mgcp_protocol.c \
 | 
			
		||||
	mgcp_network.c \
 | 
			
		||||
	mgcp_vty.c \
 | 
			
		||||
	mgcp_osmux.c \
 | 
			
		||||
	mgcp_sdp.c \
 | 
			
		||||
	mgcp_codec.c \
 | 
			
		||||
	mgcp_msg.c \
 | 
			
		||||
	mgcp_conn.c \
 | 
			
		||||
	mgcp_stat.c \
 | 
			
		||||
	mgcp_endp.c \
 | 
			
		||||
	mgcp_trunk.c \
 | 
			
		||||
	mgcp_ctrl.c \
 | 
			
		||||
	mgcp_ratectr.c \
 | 
			
		||||
	mgcp_e1.c \
 | 
			
		||||
	mgcp_ep.c \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
libosmo_mgcp_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(MGCP_LIBVERSION)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,463 +0,0 @@
 | 
			
		||||
/*
 | 
			
		||||
 * (C) 2009-2015 by Holger Hans Peter Freyther <zecke@selfish.org>
 | 
			
		||||
 * (C) 2009-2014 by On-Waves
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU Affero General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU Affero General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
#include <osmocom/mgcp/mgcp.h>
 | 
			
		||||
#include <osmocom/mgcp/osmux.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_conn.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_protocol.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_endp.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_trunk.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_codec.h>
 | 
			
		||||
#include <errno.h>
 | 
			
		||||
 | 
			
		||||
/* Helper function to dump codec information of a specified codec to a printable
 | 
			
		||||
 * string, used by dump_codec_summary() */
 | 
			
		||||
static char *dump_codec(struct mgcp_rtp_codec *codec)
 | 
			
		||||
{
 | 
			
		||||
	static char str[256];
 | 
			
		||||
	char *pt_str;
 | 
			
		||||
 | 
			
		||||
	if (codec->payload_type > 76)
 | 
			
		||||
		pt_str = "DYNAMIC";
 | 
			
		||||
	else if (codec->payload_type > 72)
 | 
			
		||||
		pt_str = "RESERVED <!>";
 | 
			
		||||
	else if (codec->payload_type != PTYPE_UNDEFINED)
 | 
			
		||||
		pt_str = codec->subtype_name;
 | 
			
		||||
	else
 | 
			
		||||
		pt_str = "INVALID <!>";
 | 
			
		||||
 | 
			
		||||
	snprintf(str, sizeof(str), "(pt:%i=%s, audio:%s subt=%s, rate=%u, ch=%i, t=%u/%u)", codec->payload_type, pt_str,
 | 
			
		||||
		 codec->audio_name, codec->subtype_name, codec->rate, codec->channels, codec->frame_duration_num,
 | 
			
		||||
		 codec->frame_duration_den);
 | 
			
		||||
	return str;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! Dump a summary of all negotiated codecs to debug log
 | 
			
		||||
 *  \param[in] conn related rtp-connection. */
 | 
			
		||||
void mgcp_codec_summary(struct mgcp_conn_rtp *conn)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_rtp_end *rtp;
 | 
			
		||||
	unsigned int i;
 | 
			
		||||
	struct mgcp_rtp_codec *codec;
 | 
			
		||||
	struct mgcp_endpoint *endp;
 | 
			
		||||
 | 
			
		||||
	rtp = &conn->end;
 | 
			
		||||
	endp = conn->conn->endp;
 | 
			
		||||
 | 
			
		||||
	if (rtp->codecs_assigned == 0) {
 | 
			
		||||
		LOGPENDP(endp, DLMGCP, LOGL_ERROR, "conn:%s no codecs available\n",
 | 
			
		||||
			 mgcp_conn_dump(conn->conn));
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Store parsed codec information */
 | 
			
		||||
	for (i = 0; i < rtp->codecs_assigned; i++) {
 | 
			
		||||
		codec = &rtp->codecs[i];
 | 
			
		||||
 | 
			
		||||
		LOGPENDP(endp, DLMGCP, LOGL_DEBUG, "conn:%s codecs[%u]:%s",
 | 
			
		||||
			 mgcp_conn_dump(conn->conn), i, dump_codec(codec));
 | 
			
		||||
 | 
			
		||||
		if (codec == rtp->codec)
 | 
			
		||||
			LOGPC(DLMGCP, LOGL_DEBUG, " [selected]");
 | 
			
		||||
 | 
			
		||||
		LOGPC(DLMGCP, LOGL_DEBUG, "\n");
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Initalize or reset codec information with default data. */
 | 
			
		||||
static void codec_init(struct mgcp_rtp_codec *codec)
 | 
			
		||||
{
 | 
			
		||||
	*codec = (struct mgcp_rtp_codec){
 | 
			
		||||
		.payload_type = -1,
 | 
			
		||||
		.frame_duration_num = DEFAULT_RTP_AUDIO_FRAME_DUR_NUM,
 | 
			
		||||
		.frame_duration_den = DEFAULT_RTP_AUDIO_FRAME_DUR_DEN,
 | 
			
		||||
		.rate = DEFAULT_RTP_AUDIO_DEFAULT_RATE,
 | 
			
		||||
		.channels = DEFAULT_RTP_AUDIO_DEFAULT_CHANNELS,
 | 
			
		||||
	};
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void codec_free(struct mgcp_rtp_codec *codec)
 | 
			
		||||
{
 | 
			
		||||
	if (codec->subtype_name)
 | 
			
		||||
		talloc_free(codec->subtype_name);
 | 
			
		||||
	if (codec->audio_name)
 | 
			
		||||
		talloc_free(codec->audio_name);
 | 
			
		||||
	*codec = (struct mgcp_rtp_codec){};
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! Initalize or reset codec information with default data.
 | 
			
		||||
 *  \param[out] conn related rtp-connection. */
 | 
			
		||||
void mgcp_codec_reset_all(struct mgcp_conn_rtp *conn)
 | 
			
		||||
{
 | 
			
		||||
	int i;
 | 
			
		||||
	for (i = 0; i < conn->end.codecs_assigned; i++)
 | 
			
		||||
		codec_free(&conn->end.codecs[i]);
 | 
			
		||||
	conn->end.codecs_assigned = 0;
 | 
			
		||||
	conn->end.codec = NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! Add codec configuration depending on payload type and/or codec name. This
 | 
			
		||||
 *  function uses the input parameters to extrapolate the full codec information.
 | 
			
		||||
 *  \param[out] codec configuration (caller provided memory).
 | 
			
		||||
 *  \param[out] conn related rtp-connection.
 | 
			
		||||
 *  \param[in] payload_type codec type id (e.g. 3 for GSM, -1 when undefined).
 | 
			
		||||
 *  \param[in] audio_name audio codec name, in uppercase (e.g. "GSM/8000/1").
 | 
			
		||||
 *  \param[in] param optional codec parameters (set to NULL when unused).
 | 
			
		||||
 *  \returns 0 on success, -EINVAL on failure. */
 | 
			
		||||
int mgcp_codec_add(struct mgcp_conn_rtp *conn, int payload_type, const char *audio_name, const struct mgcp_codec_param *param)
 | 
			
		||||
{
 | 
			
		||||
	int rate;
 | 
			
		||||
	int channels;
 | 
			
		||||
	char audio_codec[64];
 | 
			
		||||
	struct mgcp_rtp_codec *codec;
 | 
			
		||||
	unsigned int pt_offset = conn->end.codecs_assigned;
 | 
			
		||||
	void *ctx = conn->conn;
 | 
			
		||||
 | 
			
		||||
	/* The amount of codecs we can store is limited, make sure we do not
 | 
			
		||||
	 * overrun this limit. */
 | 
			
		||||
	if (conn->end.codecs_assigned >= MGCP_MAX_CODECS)
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
 | 
			
		||||
	/* First unused entry */
 | 
			
		||||
	codec = &conn->end.codecs[conn->end.codecs_assigned];
 | 
			
		||||
 | 
			
		||||
	/* Initalize the codec struct with some default data to begin with */
 | 
			
		||||
	codec_init(codec);
 | 
			
		||||
 | 
			
		||||
	if (payload_type != PTYPE_UNDEFINED) {
 | 
			
		||||
		/* Make sure we do not get any reserved or undefined type numbers */
 | 
			
		||||
		/* See also: https://www.iana.org/assignments/rtp-parameters/rtp-parameters.xhtml */
 | 
			
		||||
		if ((payload_type == 1 || payload_type == 2 || payload_type == 19)
 | 
			
		||||
		    || (payload_type >= 72 && payload_type <= 76)
 | 
			
		||||
		    || (payload_type >= 127)) {
 | 
			
		||||
			LOGP(DLMGCP, LOGL_ERROR, "Cannot add codec, payload type number %d is reserved\n",
 | 
			
		||||
			     payload_type);
 | 
			
		||||
			goto error;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		codec->payload_type = payload_type;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* When no audio name is given, we are forced to use the payload
 | 
			
		||||
	 * type to generate the audio name. This is only possible for
 | 
			
		||||
	 * non dynamic payload types, which are statically defined */
 | 
			
		||||
	if (!audio_name) {
 | 
			
		||||
		switch (payload_type) {
 | 
			
		||||
		case 0:
 | 
			
		||||
			audio_name = talloc_strdup(ctx, "PCMU/8000/1");
 | 
			
		||||
			break;
 | 
			
		||||
		case 3:
 | 
			
		||||
			audio_name = talloc_strdup(ctx, "GSM/8000/1");
 | 
			
		||||
			break;
 | 
			
		||||
		case 8:
 | 
			
		||||
			audio_name = talloc_strdup(ctx, "PCMA/8000/1");
 | 
			
		||||
			break;
 | 
			
		||||
		case 18:
 | 
			
		||||
			audio_name = talloc_strdup(ctx, "G729/8000/1");
 | 
			
		||||
			break;
 | 
			
		||||
		default:
 | 
			
		||||
			/* The given payload type is not known to us, or it
 | 
			
		||||
			 * it is a dynamic payload type for which we do not
 | 
			
		||||
			 * know the audio name. We must give up here */
 | 
			
		||||
			LOGP(DLMGCP, LOGL_ERROR, "No audio codec name given, and payload type %d unknown\n",
 | 
			
		||||
			     payload_type);
 | 
			
		||||
			goto error;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Now we extract the codec subtype name, rate and channels. The latter
 | 
			
		||||
	 * two are optional. If they are not present we use the safe defaults
 | 
			
		||||
	 * above. */
 | 
			
		||||
	if (strlen(audio_name) >= sizeof(audio_codec)) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "Audio codec too long: %s\n", osmo_quote_str(audio_name, -1));
 | 
			
		||||
		goto error;
 | 
			
		||||
	}
 | 
			
		||||
	channels = DEFAULT_RTP_AUDIO_DEFAULT_CHANNELS;
 | 
			
		||||
	rate = DEFAULT_RTP_AUDIO_DEFAULT_RATE;
 | 
			
		||||
	if (sscanf(audio_name, "%63[^/]/%d/%d", audio_codec, &rate, &channels) < 1) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "Invalid audio codec: %s\n", osmo_quote_str(audio_name, -1));
 | 
			
		||||
		goto error;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Note: We only accept configurations with one audio channel! */
 | 
			
		||||
	if (channels != 1) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "Cannot handle audio codec with more than one channel: %s\n",
 | 
			
		||||
		     osmo_quote_str(audio_name, -1));
 | 
			
		||||
		goto error;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	codec->rate = rate;
 | 
			
		||||
	codec->channels = channels;
 | 
			
		||||
	codec->subtype_name = talloc_strdup(ctx, audio_codec);
 | 
			
		||||
	codec->audio_name = talloc_strdup(ctx, audio_name);
 | 
			
		||||
	codec->payload_type = payload_type;
 | 
			
		||||
 | 
			
		||||
	if (!strcmp(audio_codec, "G729")) {
 | 
			
		||||
		codec->frame_duration_num = 10;
 | 
			
		||||
		codec->frame_duration_den = 1000;
 | 
			
		||||
	} else {
 | 
			
		||||
		codec->frame_duration_num = DEFAULT_RTP_AUDIO_FRAME_DUR_NUM;
 | 
			
		||||
		codec->frame_duration_den = DEFAULT_RTP_AUDIO_FRAME_DUR_DEN;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Derive the payload type if it is unknown */
 | 
			
		||||
	if (codec->payload_type == PTYPE_UNDEFINED) {
 | 
			
		||||
		/* TODO: This is semi dead code, see OS#4150 */
 | 
			
		||||
 | 
			
		||||
		/* For the known codecs from the static range we restore
 | 
			
		||||
		 * the IANA or 3GPP assigned payload type number */
 | 
			
		||||
		if (codec->rate == 8000 && codec->channels == 1) {
 | 
			
		||||
			/* See also: https://www.iana.org/assignments/rtp-parameters/rtp-parameters.xhtml */
 | 
			
		||||
			if (!strcmp(codec->subtype_name, "GSM"))
 | 
			
		||||
				codec->payload_type = 3;
 | 
			
		||||
			else if (!strcmp(codec->subtype_name, "PCMA"))
 | 
			
		||||
				codec->payload_type = 8;
 | 
			
		||||
			else if (!strcmp(codec->subtype_name, "PCMU"))
 | 
			
		||||
				codec->payload_type = 0;
 | 
			
		||||
			else if (!strcmp(codec->subtype_name, "G729"))
 | 
			
		||||
				codec->payload_type = 18;
 | 
			
		||||
 | 
			
		||||
			/* See also: 3GPP TS 48.103, chapter 5.4.2.2 RTP Payload
 | 
			
		||||
			 * Note: These are not fixed payload types as the IANA
 | 
			
		||||
			 * defined once, they still remain dymanic payload
 | 
			
		||||
			 * types, but with a payload type number preference. */
 | 
			
		||||
			else if (!strcmp(codec->subtype_name, "GSM-EFR"))
 | 
			
		||||
				codec->payload_type = 110;
 | 
			
		||||
			else if (!strcmp(codec->subtype_name, "GSM-HR-08"))
 | 
			
		||||
				codec->payload_type = 111;
 | 
			
		||||
			else if (!strcmp(codec->subtype_name, "AMR"))
 | 
			
		||||
				codec->payload_type = 112;
 | 
			
		||||
			else if (!strcmp(codec->subtype_name, "AMR-WB"))
 | 
			
		||||
				codec->payload_type = 113;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		/* If we could not determine a payload type we assume that
 | 
			
		||||
		 * we are dealing with a codec from the dynamic range. We
 | 
			
		||||
		 * choose a fixed identifier from 96-109. (Note: normally,
 | 
			
		||||
		 * the dynamic payload type rante is from 96-127, but from
 | 
			
		||||
		 * 110 onwards 3gpp defines prefered codec types, which are
 | 
			
		||||
		 * also fixed, see above)  */
 | 
			
		||||
		if (codec->payload_type < 0) {
 | 
			
		||||
			/* FIXME: pt_offset is completely unrelated and useless here, any of those numbers may already
 | 
			
		||||
			 * have been added to the codecs. Instead, there should be an iterator checking for an actually
 | 
			
		||||
			 * unused dynamic payload type number. */
 | 
			
		||||
			codec->payload_type = 96 + pt_offset;
 | 
			
		||||
			if (codec->payload_type > 109) {
 | 
			
		||||
				LOGP(DLMGCP, LOGL_ERROR, "Ran out of payload type numbers to assign dynamically\n");
 | 
			
		||||
				goto error;
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Copy over optional codec parameters */
 | 
			
		||||
	if (param) {
 | 
			
		||||
		codec->param = *param;
 | 
			
		||||
		codec->param_present = true;
 | 
			
		||||
	} else
 | 
			
		||||
		codec->param_present = false;
 | 
			
		||||
 | 
			
		||||
	conn->end.codecs_assigned++;
 | 
			
		||||
	return 0;
 | 
			
		||||
error:
 | 
			
		||||
	/* Make sure we leave a clean codec entry on error. */
 | 
			
		||||
	codec_free(codec);
 | 
			
		||||
	return -EINVAL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Check if the given codec is applicable on the specified endpoint
 | 
			
		||||
 * Helper function for mgcp_codec_decide() */
 | 
			
		||||
static bool is_codec_compatible(const struct mgcp_endpoint *endp, const struct mgcp_rtp_codec *codec)
 | 
			
		||||
{
 | 
			
		||||
	/* A codec name must be set, if not, this might mean that the codec
 | 
			
		||||
	 * (payload type) that was assigned is unknown to us so we must stop
 | 
			
		||||
	 * here. */
 | 
			
		||||
	if (!codec->subtype_name)
 | 
			
		||||
		return false;
 | 
			
		||||
 | 
			
		||||
	/* FIXME: implement meaningful checks to make sure that the given codec
 | 
			
		||||
	 * is compatible with the given endpoint */
 | 
			
		||||
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! Decide for one suitable codec
 | 
			
		||||
 *  \param[in] conn related rtp-connection.
 | 
			
		||||
 *  \returns 0 on success, -EINVAL on failure. */
 | 
			
		||||
int mgcp_codec_decide(struct mgcp_conn_rtp *conn)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_rtp_end *rtp;
 | 
			
		||||
	unsigned int i;
 | 
			
		||||
	struct mgcp_endpoint *endp;
 | 
			
		||||
	bool codec_assigned = false;
 | 
			
		||||
 | 
			
		||||
	endp = conn->conn->endp;
 | 
			
		||||
	rtp = &conn->end;
 | 
			
		||||
 | 
			
		||||
	/* This function works on the results the SDP/LCO parser has extracted
 | 
			
		||||
	 * from the MGCP message. The goal is to select a suitable codec for
 | 
			
		||||
	 * the given connection. When transcoding is available, the first codec
 | 
			
		||||
	 * from the codec list is taken without further checking. When
 | 
			
		||||
	 * transcoding is not available, then the choice must be made more
 | 
			
		||||
	 * carefully. Each codec in the list is checked until one is found that
 | 
			
		||||
	 * is rated compatible. The rating is done by the helper function
 | 
			
		||||
	 * is_codec_compatible(), which does the actual checking. */
 | 
			
		||||
	for (i = 0; i < rtp->codecs_assigned; i++) {
 | 
			
		||||
		/* When no transcoding is available, avoid codecs that would
 | 
			
		||||
		 * require transcoding. */
 | 
			
		||||
		if (endp->trunk->no_audio_transcoding && !is_codec_compatible(endp, &rtp->codecs[i])) {
 | 
			
		||||
			LOGP(DLMGCP, LOGL_NOTICE, "transcoding not available, skipping codec: %d/%s\n",
 | 
			
		||||
			     rtp->codecs[i].payload_type, rtp->codecs[i].subtype_name);
 | 
			
		||||
			continue;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		rtp->codec = &rtp->codecs[i];
 | 
			
		||||
		codec_assigned = true;
 | 
			
		||||
		break;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* FIXME: To the reviewes: This is problematic. I do not get why we
 | 
			
		||||
	 * need to reset the packet_duration_ms depending on the codec
 | 
			
		||||
	 * selection. I thought it were all 20ms? Is this to address some
 | 
			
		||||
	 * cornercase. (This piece of code was in the code path before,
 | 
			
		||||
	 * together with the note: "TODO/XXX: Store this per codec and derive
 | 
			
		||||
	 * it on use" */
 | 
			
		||||
	if (codec_assigned) {
 | 
			
		||||
		if (rtp->maximum_packet_time >= 0
 | 
			
		||||
		    && rtp->maximum_packet_time * rtp->codec->frame_duration_den >
 | 
			
		||||
		    rtp->codec->frame_duration_num * 1500)
 | 
			
		||||
			rtp->packet_duration_ms = 0;
 | 
			
		||||
 | 
			
		||||
		return 0;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return -EINVAL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Return true if octet-aligned is set in the given codec. Default to octet-aligned=0, i.e. bandwidth-efficient mode.
 | 
			
		||||
 * See RFC4867 "RTP Payload Format for AMR and AMR-WB" sections "8.1. AMR Media Type Registration" and "8.2. AMR-WB
 | 
			
		||||
 * Media Type Registration":
 | 
			
		||||
 *
 | 
			
		||||
 *    octet-align: Permissible values are 0 and 1.  If 1, octet-aligned
 | 
			
		||||
 *                 operation SHALL be used.  If 0 or if not present,
 | 
			
		||||
 *                 bandwidth-efficient operation is employed.
 | 
			
		||||
 *
 | 
			
		||||
 * https://tools.ietf.org/html/rfc4867
 | 
			
		||||
 */
 | 
			
		||||
static bool amr_is_octet_aligned(const struct mgcp_rtp_codec *codec)
 | 
			
		||||
{
 | 
			
		||||
	if (!codec->param_present)
 | 
			
		||||
		return false;
 | 
			
		||||
	if (!codec->param.amr_octet_aligned_present)
 | 
			
		||||
		return false;
 | 
			
		||||
	return codec->param.amr_octet_aligned;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Compare two codecs, all parameters must match up, except for the payload type
 | 
			
		||||
 * number. */
 | 
			
		||||
static bool codecs_same(struct mgcp_rtp_codec *codec_a, struct mgcp_rtp_codec *codec_b)
 | 
			
		||||
{
 | 
			
		||||
	if (codec_a->rate != codec_b->rate)
 | 
			
		||||
		return false;
 | 
			
		||||
	if (codec_a->channels != codec_b->channels)
 | 
			
		||||
		return false;
 | 
			
		||||
	if (codec_a->frame_duration_num != codec_b->frame_duration_num)
 | 
			
		||||
		return false;
 | 
			
		||||
	if (codec_a->frame_duration_den != codec_b->frame_duration_den)
 | 
			
		||||
		return false;
 | 
			
		||||
	if (strcmp(codec_a->subtype_name, codec_b->subtype_name))
 | 
			
		||||
		return false;
 | 
			
		||||
	if (!strcmp(codec_a->subtype_name, "AMR")) {
 | 
			
		||||
		if (amr_is_octet_aligned(codec_a) != amr_is_octet_aligned(codec_b))
 | 
			
		||||
			return false;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! Translate a given payload type number that belongs to the packet of a
 | 
			
		||||
 *  source connection to the equivalent payload type number that matches the
 | 
			
		||||
 *  configuration of a destination connection.
 | 
			
		||||
 *  \param[in] conn_src related source rtp-connection.
 | 
			
		||||
 *  \param[in] conn_dst related destination rtp-connection.
 | 
			
		||||
 *  \param[in] payload_type number from the source packet or source connection.
 | 
			
		||||
 *  \returns translated payload type number on success, -EINVAL on failure. */
 | 
			
		||||
int mgcp_codec_pt_translate(struct mgcp_conn_rtp *conn_src, struct mgcp_conn_rtp *conn_dst, int payload_type)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_rtp_end *rtp_src;
 | 
			
		||||
	struct mgcp_rtp_end *rtp_dst;
 | 
			
		||||
	struct mgcp_rtp_codec *codec_src = NULL;
 | 
			
		||||
	struct mgcp_rtp_codec *codec_dst = NULL;
 | 
			
		||||
	unsigned int i;
 | 
			
		||||
	unsigned int codecs_assigned;
 | 
			
		||||
 | 
			
		||||
	rtp_src = &conn_src->end;
 | 
			
		||||
	rtp_dst = &conn_dst->end;
 | 
			
		||||
 | 
			
		||||
	/* Find the codec information that is used on the source side */
 | 
			
		||||
	codecs_assigned = rtp_src->codecs_assigned;
 | 
			
		||||
	OSMO_ASSERT(codecs_assigned <= MGCP_MAX_CODECS);
 | 
			
		||||
	for (i = 0; i < codecs_assigned; i++) {
 | 
			
		||||
		if (payload_type == rtp_src->codecs[i].payload_type) {
 | 
			
		||||
			codec_src = &rtp_src->codecs[i];
 | 
			
		||||
			break;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	if (!codec_src)
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
 | 
			
		||||
	/* Use the codec infrmation from the source and try to find the
 | 
			
		||||
	 * equivalent of it on the destination side */
 | 
			
		||||
	codecs_assigned = rtp_dst->codecs_assigned;
 | 
			
		||||
	OSMO_ASSERT(codecs_assigned <= MGCP_MAX_CODECS);
 | 
			
		||||
	for (i = 0; i < codecs_assigned; i++) {
 | 
			
		||||
		if (codecs_same(codec_src, &rtp_dst->codecs[i])) {
 | 
			
		||||
			codec_dst = &rtp_dst->codecs[i];
 | 
			
		||||
			break;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	if (!codec_dst)
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
 | 
			
		||||
	return codec_dst->payload_type;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Find the payload type number configured for a specific codec by SDP.
 | 
			
		||||
 * For example, IuUP gets assigned a payload type number, and the endpoint needs to translate that to the number
 | 
			
		||||
 * assigned to "AMR" on the other conn (by a=rtpmap:N).
 | 
			
		||||
 * \param conn  The side of an endpoint to get the payload type number for (to translate the payload type number to).
 | 
			
		||||
 * \param subtype_name  SDP codec name without parameters (e.g. "AMR").
 | 
			
		||||
 * \param match_nr  Index for the match found, first being match_nr == 0. Iterate all matches by calling multiple times
 | 
			
		||||
 *                  with incrementing match_nr.
 | 
			
		||||
 * \return codec definition for that conn matching the subtype_name, or NULL if no such match_nr is found.
 | 
			
		||||
 */
 | 
			
		||||
const struct mgcp_rtp_codec *mgcp_codec_pt_find_by_subtype_name(struct mgcp_conn_rtp *conn,
 | 
			
		||||
								const char *subtype_name, unsigned int match_nr)
 | 
			
		||||
{
 | 
			
		||||
	int i;
 | 
			
		||||
	for (i = 0; i < conn->end.codecs_assigned; i++) {
 | 
			
		||||
		if (!strcmp(conn->end.codecs[i].subtype_name, subtype_name)) {
 | 
			
		||||
			if (match_nr) {
 | 
			
		||||
				match_nr--;
 | 
			
		||||
				continue;
 | 
			
		||||
			}
 | 
			
		||||
			return &conn->end.codecs[i];
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	return NULL;
 | 
			
		||||
}
 | 
			
		||||
@@ -22,37 +22,21 @@
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include <osmocom/mgcp/mgcp_conn.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_network.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_protocol.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_internal.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_common.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_endp.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_trunk.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_sdp.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_codec.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_ep.h>
 | 
			
		||||
#include <osmocom/gsm/gsm_utils.h>
 | 
			
		||||
#include <osmocom/core/rate_ctr.h>
 | 
			
		||||
#include <osmocom/core/timer.h>
 | 
			
		||||
#include <ctype.h>
 | 
			
		||||
 | 
			
		||||
const static struct rate_ctr_group_desc rate_ctr_group_desc = {
 | 
			
		||||
	.group_name_prefix = "conn_rtp",
 | 
			
		||||
	.group_description = "rtp connection statistics",
 | 
			
		||||
	.class_id = 1,
 | 
			
		||||
	.num_ctr = ARRAY_SIZE(mgcp_conn_rate_ctr_desc),
 | 
			
		||||
	.ctr_desc = mgcp_conn_rate_ctr_desc
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/* Allocate a new connection identifier. According to RFC3435, they must
 | 
			
		||||
 * be unique only within the scope of the endpoint. (Caller must provide
 | 
			
		||||
 * memory for id) */
 | 
			
		||||
static int mgcp_alloc_id(struct mgcp_endpoint *endp, char *id)
 | 
			
		||||
{
 | 
			
		||||
#define MGCP_CONN_ID_GEN_LEN 8
 | 
			
		||||
	int i;
 | 
			
		||||
	int k;
 | 
			
		||||
	int rc;
 | 
			
		||||
	uint8_t id_bin[MGCP_CONN_ID_GEN_LEN / 2];
 | 
			
		||||
	uint8_t id_bin[16];
 | 
			
		||||
	char *id_hex;
 | 
			
		||||
 | 
			
		||||
	/* Generate a connection id that is unique for the current endpoint.
 | 
			
		||||
@@ -72,34 +56,49 @@ static int mgcp_alloc_id(struct mgcp_endpoint *endp, char *id)
 | 
			
		||||
		/* ensure that the generated conn_id is unique
 | 
			
		||||
		 * for this endpoint */
 | 
			
		||||
		if (!mgcp_conn_get_rtp(endp, id_hex)) {
 | 
			
		||||
			osmo_strlcpy(id, id_hex, MGCP_CONN_ID_MAXLEN);
 | 
			
		||||
			osmo_strlcpy(id, id_hex, MGCP_CONN_ID_LENGTH);
 | 
			
		||||
			return 0;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	LOGPENDP(endp, DLMGCP, LOGL_ERROR, "unable to generate a unique connectionIdentifier\n");
 | 
			
		||||
	LOGP(DLMGCP, LOGL_ERROR, "endpoint:0x%x, unable to generate a unique connectionIdentifier\n",
 | 
			
		||||
	     ENDPOINT_NUMBER(endp));
 | 
			
		||||
 | 
			
		||||
	return -1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Initialize rtp connection struct with default values */
 | 
			
		||||
static int mgcp_rtp_conn_init(struct mgcp_conn_rtp *conn_rtp, struct mgcp_conn *conn)
 | 
			
		||||
/* Reset codec state and free memory */
 | 
			
		||||
static void mgcp_rtp_codec_reset(struct mgcp_rtp_codec *codec)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_rtp_end *end = &conn_rtp->end;
 | 
			
		||||
	/* FIXME: Each new rate counter group requires an unique index. At the
 | 
			
		||||
	 * moment we generate this index using this counter, but perhaps there
 | 
			
		||||
	 * is a more concious way to assign the indexes. */
 | 
			
		||||
	static unsigned int rate_ctr_index = 0;
 | 
			
		||||
	codec->payload_type = -1;
 | 
			
		||||
	codec->subtype_name = NULL;
 | 
			
		||||
	codec->audio_name = NULL;
 | 
			
		||||
	codec->frame_duration_num = DEFAULT_RTP_AUDIO_FRAME_DUR_NUM;
 | 
			
		||||
	codec->frame_duration_den = DEFAULT_RTP_AUDIO_FRAME_DUR_DEN;
 | 
			
		||||
	codec->rate = DEFAULT_RTP_AUDIO_DEFAULT_RATE;
 | 
			
		||||
	codec->channels = DEFAULT_RTP_AUDIO_DEFAULT_CHANNELS;
 | 
			
		||||
 | 
			
		||||
	conn_rtp->type = MGCP_RTP_DEFAULT;
 | 
			
		||||
	conn_rtp->osmux.cid_allocated = false;
 | 
			
		||||
	conn_rtp->osmux.cid = 0;
 | 
			
		||||
	/* see also mgcp_sdp.c, mgcp_set_audio_info() */
 | 
			
		||||
	talloc_free(codec->subtype_name);
 | 
			
		||||
	talloc_free(codec->audio_name);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
	/* backpointer to the generic part of the connection */
 | 
			
		||||
	conn->u.rtp.conn = conn;
 | 
			
		||||
/* Reset states, free memory, set defaults and reset codec state */
 | 
			
		||||
static void mgcp_rtp_conn_reset(struct mgcp_conn_rtp *conn)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_rtp_end *end = &conn->end;
 | 
			
		||||
 | 
			
		||||
	conn->type = MGCP_RTP_DEFAULT;
 | 
			
		||||
	conn->osmux.allocated_cid = -1;
 | 
			
		||||
 | 
			
		||||
	end->rtp.fd = -1;
 | 
			
		||||
	end->rtcp.fd = -1;
 | 
			
		||||
	end->local_port = 0;
 | 
			
		||||
	end->packets_rx = 0;
 | 
			
		||||
	end->octets_rx = 0;
 | 
			
		||||
	end->packets_tx = 0;
 | 
			
		||||
	end->octets_tx = 0;
 | 
			
		||||
	end->dropped_packets = 0;
 | 
			
		||||
	end->rtp_port = end->rtcp_port = 0;
 | 
			
		||||
	talloc_free(end->fmtp_extra);
 | 
			
		||||
	end->fmtp_extra = NULL;
 | 
			
		||||
@@ -108,47 +107,9 @@ static int mgcp_rtp_conn_init(struct mgcp_conn_rtp *conn_rtp, struct mgcp_conn *
 | 
			
		||||
	end->frames_per_packet = 0;	/* unknown */
 | 
			
		||||
	end->packet_duration_ms = DEFAULT_RTP_AUDIO_PACKET_DURATION_MS;
 | 
			
		||||
	end->output_enabled = 0;
 | 
			
		||||
	end->maximum_packet_time = -1;
 | 
			
		||||
 | 
			
		||||
	conn_rtp->rate_ctr_group = rate_ctr_group_alloc(conn, &rate_ctr_group_desc, rate_ctr_index);
 | 
			
		||||
	if (!conn_rtp->rate_ctr_group)
 | 
			
		||||
		return -1;
 | 
			
		||||
 | 
			
		||||
	conn_rtp->state.in_stream.err_ts_ctr = &conn_rtp->rate_ctr_group->ctr[IN_STREAM_ERR_TSTMP_CTR];
 | 
			
		||||
	conn_rtp->state.out_stream.err_ts_ctr = &conn_rtp->rate_ctr_group->ctr[OUT_STREAM_ERR_TSTMP_CTR];
 | 
			
		||||
	rate_ctr_index++;
 | 
			
		||||
 | 
			
		||||
	/* Make sure codec table is reset */
 | 
			
		||||
	mgcp_codec_reset_all(conn_rtp);
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Cleanup rtp connection struct */
 | 
			
		||||
static void mgcp_rtp_conn_cleanup(struct mgcp_conn_rtp *conn_rtp)
 | 
			
		||||
{
 | 
			
		||||
	if (mgcp_conn_rtp_is_osmux(conn_rtp))
 | 
			
		||||
		conn_osmux_disable(conn_rtp);
 | 
			
		||||
	mgcp_free_rtp_port(&conn_rtp->end);
 | 
			
		||||
	rate_ctr_group_free(conn_rtp->rate_ctr_group);
 | 
			
		||||
	mgcp_codec_reset_all(conn_rtp);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void mgcp_conn_watchdog_cb(void *data)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_conn *conn = data;
 | 
			
		||||
	LOGPCONN(conn, DLMGCP, LOGL_ERROR, "connection timed out!\n");
 | 
			
		||||
	mgcp_conn_free(conn->endp, conn->id);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void mgcp_conn_watchdog_kick(struct mgcp_conn *conn)
 | 
			
		||||
{
 | 
			
		||||
	int timeout = conn->endp->cfg->conn_timeout;
 | 
			
		||||
	if (!timeout)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	LOGPCONN(conn, DLMGCP, LOGL_DEBUG, "watchdog kicked\n");
 | 
			
		||||
	osmo_timer_schedule(&conn->watchdog, timeout, 0);
 | 
			
		||||
	mgcp_rtp_codec_reset(&end->codec);
 | 
			
		||||
	mgcp_rtp_codec_reset(&end->alt_codec);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! allocate a new connection list entry.
 | 
			
		||||
@@ -175,6 +136,7 @@ struct mgcp_conn *mgcp_conn_alloc(void *ctx, struct mgcp_endpoint *endp,
 | 
			
		||||
	conn->type = type;
 | 
			
		||||
	conn->mode = MGCP_CONN_NONE;
 | 
			
		||||
	conn->mode_orig = MGCP_CONN_NONE;
 | 
			
		||||
	conn->u.rtp.conn = conn;
 | 
			
		||||
	osmo_strlcpy(conn->name, name, sizeof(conn->name));
 | 
			
		||||
	rc = mgcp_alloc_id(endp, conn->id);
 | 
			
		||||
	if (rc < 0) {
 | 
			
		||||
@@ -184,10 +146,7 @@ struct mgcp_conn *mgcp_conn_alloc(void *ctx, struct mgcp_endpoint *endp,
 | 
			
		||||
 | 
			
		||||
	switch (type) {
 | 
			
		||||
	case MGCP_CONN_TYPE_RTP:
 | 
			
		||||
		if (mgcp_rtp_conn_init(&conn->u.rtp, conn) < 0) {
 | 
			
		||||
			talloc_free(conn);
 | 
			
		||||
			return NULL;
 | 
			
		||||
		}
 | 
			
		||||
		mgcp_rtp_conn_reset(&conn->u.rtp);
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		/* NOTE: This should never be called with an
 | 
			
		||||
@@ -196,9 +155,6 @@ struct mgcp_conn *mgcp_conn_alloc(void *ctx, struct mgcp_endpoint *endp,
 | 
			
		||||
		OSMO_ASSERT(false);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Initialize watchdog */
 | 
			
		||||
	osmo_timer_setup(&conn->watchdog, mgcp_conn_watchdog_cb, conn);
 | 
			
		||||
	mgcp_conn_watchdog_kick(conn);
 | 
			
		||||
	llist_add(&conn->entry, &endp->conns);
 | 
			
		||||
 | 
			
		||||
	return conn;
 | 
			
		||||
@@ -211,26 +167,9 @@ struct mgcp_conn *mgcp_conn_alloc(void *ctx, struct mgcp_endpoint *endp,
 | 
			
		||||
struct mgcp_conn *mgcp_conn_get(struct mgcp_endpoint *endp, const char *id)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_conn *conn;
 | 
			
		||||
	const char *id_upper;
 | 
			
		||||
	const char *conn_id;
 | 
			
		||||
 | 
			
		||||
	if (!id || !*id)
 | 
			
		||||
		return NULL;
 | 
			
		||||
 | 
			
		||||
	/* Ignore leading zeros in needle */
 | 
			
		||||
	while (*id == '0')
 | 
			
		||||
		id++;
 | 
			
		||||
 | 
			
		||||
	/* Use uppercase to compare identifiers, to avoid mismatches: RFC3435 2.1.3.2 "Names of
 | 
			
		||||
	 * Connections" defines the id as a hex string, so clients may return lower case hex even though
 | 
			
		||||
	 * we sent upper case hex in the CRCX response. */
 | 
			
		||||
	id_upper = osmo_str_toupper(id);
 | 
			
		||||
 | 
			
		||||
	llist_for_each_entry(conn, &endp->conns, entry) {
 | 
			
		||||
		/* Ignore leading zeros in haystack */
 | 
			
		||||
		for (conn_id=conn->id; *conn_id == '0'; conn_id++);
 | 
			
		||||
 | 
			
		||||
		if (strcmp(conn_id, id_upper) == 0)
 | 
			
		||||
		if (strncmp(conn->id, id, sizeof(conn->id)) == 0)
 | 
			
		||||
			return conn;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
@@ -256,28 +195,6 @@ struct mgcp_conn_rtp *mgcp_conn_get_rtp(struct mgcp_endpoint *endp,
 | 
			
		||||
	return NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void aggregate_rtp_conn_stats(struct mgcp_endpoint *endp, struct mgcp_conn_rtp *conn_rtp)
 | 
			
		||||
{
 | 
			
		||||
	struct rate_ctr_group *all_stats = endp->trunk->ratectr.all_rtp_conn_stats;
 | 
			
		||||
	struct rate_ctr_group *conn_stats = conn_rtp->rate_ctr_group;
 | 
			
		||||
 | 
			
		||||
	if (all_stats == NULL || conn_stats == NULL)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	/* Compared to per-connection RTP statistics, aggregated RTP statistics
 | 
			
		||||
	 * contain one additional rate couter item (RTP_NUM_CONNECTIONS).
 | 
			
		||||
	 * All other counters in both counter groups correspond to each other. */
 | 
			
		||||
	OSMO_ASSERT(conn_stats->desc->num_ctr + 1 == all_stats->desc->num_ctr);
 | 
			
		||||
 | 
			
		||||
	/* all other counters are [now] updated in real-time */
 | 
			
		||||
	rate_ctr_add(&all_stats->ctr[IN_STREAM_ERR_TSTMP_CTR],
 | 
			
		||||
		     conn_stats->ctr[IN_STREAM_ERR_TSTMP_CTR].current);
 | 
			
		||||
	rate_ctr_add(&all_stats->ctr[OUT_STREAM_ERR_TSTMP_CTR],
 | 
			
		||||
		     conn_stats->ctr[OUT_STREAM_ERR_TSTMP_CTR].current);
 | 
			
		||||
 | 
			
		||||
	rate_ctr_inc(&all_stats->ctr[RTP_NUM_CONNECTIONS]);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! free a connection by its ID.
 | 
			
		||||
 *  \param[in] endp associated endpoint
 | 
			
		||||
 *  \param[in] id identification number of the connection */
 | 
			
		||||
@@ -289,16 +206,11 @@ void mgcp_conn_free(struct mgcp_endpoint *endp, const char *id)
 | 
			
		||||
	if (!conn)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	/* Run endpoint cleanup action. By this we inform the endpoint about
 | 
			
		||||
	 * the removal of the connection and allow it to clean up its inner
 | 
			
		||||
	 * state accordingly */
 | 
			
		||||
	if (endp->type->cleanup_cb)
 | 
			
		||||
		endp->type->cleanup_cb(endp, conn);
 | 
			
		||||
 | 
			
		||||
	switch (conn->type) {
 | 
			
		||||
	case MGCP_CONN_TYPE_RTP:
 | 
			
		||||
		aggregate_rtp_conn_stats(endp, &conn->u.rtp);
 | 
			
		||||
		mgcp_rtp_conn_cleanup(&conn->u.rtp);
 | 
			
		||||
		osmux_disable_conn(&conn->u.rtp);
 | 
			
		||||
		osmux_release_cid(&conn->u.rtp);
 | 
			
		||||
		mgcp_free_rtp_port(&conn->u.rtp.end);
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		/* NOTE: This should never be called with an
 | 
			
		||||
@@ -307,7 +219,6 @@ void mgcp_conn_free(struct mgcp_endpoint *endp, const char *id)
 | 
			
		||||
		OSMO_ASSERT(false);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	osmo_timer_del(&conn->watchdog);
 | 
			
		||||
	llist_del(&conn->entry);
 | 
			
		||||
	talloc_free(conn);
 | 
			
		||||
}
 | 
			
		||||
@@ -343,9 +254,9 @@ void mgcp_conn_free_all(struct mgcp_endpoint *endp)
 | 
			
		||||
	return;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! dump basic connection information to human readable string.
 | 
			
		||||
/*! dump basic connection information to human readble string.
 | 
			
		||||
 *  \param[in] conn to dump
 | 
			
		||||
 *  \returns human readable string */
 | 
			
		||||
 *  \returns human readble string */
 | 
			
		||||
char *mgcp_conn_dump(struct mgcp_conn *conn)
 | 
			
		||||
{
 | 
			
		||||
	static char str[sizeof(conn->name)+sizeof(conn->id)+256];
 | 
			
		||||
@@ -398,13 +309,3 @@ struct mgcp_conn *mgcp_find_dst_conn(struct mgcp_conn *conn)
 | 
			
		||||
 | 
			
		||||
	return NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! get oldest connection in the list.
 | 
			
		||||
 *  \param[in] endp associated endpoint */
 | 
			
		||||
struct mgcp_conn *mgcp_conn_get_oldest(struct mgcp_endpoint *endp)
 | 
			
		||||
{
 | 
			
		||||
	if (llist_empty(&endp->conns))
 | 
			
		||||
		return NULL;
 | 
			
		||||
 | 
			
		||||
	return llist_last_entry(&endp->conns, struct mgcp_conn, entry);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,36 +0,0 @@
 | 
			
		||||
/*
 | 
			
		||||
 * (C) 2020 by Harald Welte <laforge@gnumonks.org>
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU Affero General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU Affero General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include <osmocom/ctrl/control_if.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp.h>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
static int mgw_ctrl_node_lookup(void *data, vector vline, int *node_type,
 | 
			
		||||
				void **node_data, int *i)
 | 
			
		||||
{
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
struct ctrl_handle *mgw_ctrl_interface_setup(struct mgcp_config *cfg,
 | 
			
		||||
					     const char *bind_addr, uint16_t port)
 | 
			
		||||
{
 | 
			
		||||
	return ctrl_interface_setup_dynip2(cfg, bind_addr, port, mgw_ctrl_node_lookup,
 | 
			
		||||
					   _LAST_CTRL_NODE);
 | 
			
		||||
}
 | 
			
		||||
@@ -1,690 +0,0 @@
 | 
			
		||||
/* E1 traffic handling */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * (C) 2020 by sysmocom s.f.m.c. GmbH <info@sysmocom.de>
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * Author: Philipp Maier
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU Affero General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU Affero General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include <inttypes.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/mgcp/mgcp_protocol.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_endp.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_trunk.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_conn.h>
 | 
			
		||||
#include <osmocom/core/msgb.h>
 | 
			
		||||
#include <osmocom/abis/e1_input.h>
 | 
			
		||||
#include <osmocom/abis/abis.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/trau/trau_sync.h>
 | 
			
		||||
#include <osmocom/trau/trau_frame.h>
 | 
			
		||||
#include <osmocom/trau/trau_rtp.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_conn.h>
 | 
			
		||||
#include <osmocom/netif/rtp.h>
 | 
			
		||||
#include <osmocom/mgcp/debug.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_e1.h>
 | 
			
		||||
#include <osmocom/codec/codec.h>
 | 
			
		||||
 | 
			
		||||
#define DEBUG_BITS_MAX 80
 | 
			
		||||
#define DEBUG_BYTES_MAX 40
 | 
			
		||||
#define DEBUG_E1_TS 0
 | 
			
		||||
#define E1_TS_BYTES 160
 | 
			
		||||
#define E1_TRAU_BITS 320
 | 
			
		||||
#define E1_TRAU_BITS_MSGB 2048
 | 
			
		||||
 | 
			
		||||
static struct mgcp_config *cfg;
 | 
			
		||||
 | 
			
		||||
static const struct e1inp_line_ops dummy_e1_line_ops = {
 | 
			
		||||
	.sign_link_up = NULL,
 | 
			
		||||
	.sign_link_down = NULL,
 | 
			
		||||
	.sign_link = NULL,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* EFR idle frame */
 | 
			
		||||
static const ubit_t idle_tf_efr[] = { 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 1, 1, 0, 1, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 1, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				      1, 0, 0, 0, 0, 0, 1, 0,
 | 
			
		||||
				      1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* FR idle frame */
 | 
			
		||||
static const ubit_t idle_tf_fr[] = { 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 1, 1, 1, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 1, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				     1, 0, 0, 0, 0, 0, 1, 0,
 | 
			
		||||
				     1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* Idle speech frame, see also GSM 08.60, chapter 3.4 */
 | 
			
		||||
static const ubit_t idle_tf_spch[] = { 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				       0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
				       1, 0, 1, 1, 1, 0, 0, 0,
 | 
			
		||||
				       0, 0, 0, 0, 1, 0, 0, 0,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 0,
 | 
			
		||||
				       1, 1, 1, 1, 1, 1, 1, 1,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* If the RTP transmission has dropouts for some reason the I.460 TX-Queue may
 | 
			
		||||
 * run empty. In order to make sure that the TRAU frame transmission continues
 | 
			
		||||
 * we generate idle TRAU frames here. */
 | 
			
		||||
static void e1_i460_mux_empty_cb(struct osmo_i460_subchan *schan, void *user_data)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_endpoint *endp = user_data;
 | 
			
		||||
	struct rate_ctr_group *rate_ctrs = endp->trunk->ratectr.e1_stats;
 | 
			
		||||
	struct msgb *msg = msgb_alloc(E1_TRAU_BITS_MSGB, "E1-I.460-IDLE-TX-TRAU-frame");
 | 
			
		||||
	uint8_t *ptr;
 | 
			
		||||
	const uint8_t *ptr_ft;
 | 
			
		||||
	enum osmo_trau_frame_type ft;
 | 
			
		||||
 | 
			
		||||
	rate_ctr_inc(&rate_ctrs->ctr[E1_I460_TRAU_MUX_EMPTY_CTR]);
 | 
			
		||||
 | 
			
		||||
	/* Choose an appropiate idle frame type */
 | 
			
		||||
	ft = endp->e1.trau_rtp_st->type;
 | 
			
		||||
	switch (ft) {
 | 
			
		||||
	case OSMO_TRAU16_FT_FR:
 | 
			
		||||
		ptr_ft = idle_tf_fr;
 | 
			
		||||
		break;
 | 
			
		||||
	case OSMO_TRAU16_FT_EFR:
 | 
			
		||||
		ptr_ft = idle_tf_efr;
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		/* FIXME: What about 8k subslots and AMR frames? */
 | 
			
		||||
		ptr_ft = idle_tf_spch;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Put the replacement into a message buffer and enqueue it into the
 | 
			
		||||
	 * I.460 multiplexer */
 | 
			
		||||
	ptr = msgb_put(msg, E1_TRAU_BITS);
 | 
			
		||||
	memcpy(ptr, ptr_ft, E1_TRAU_BITS);
 | 
			
		||||
	LOGPENDP(endp, DE1, LOGL_DEBUG, "E1-I.460-IDLE-TX: enquing %u trau frame bits: %s...\n", msgb_length(msg),
 | 
			
		||||
		 osmo_ubit_dump(msgb_data(msg), msgb_length(msg) > DEBUG_BITS_MAX ? DEBUG_BITS_MAX : msgb_length(msg)));
 | 
			
		||||
	osmo_i460_mux_enqueue(endp->e1.schan, msg);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* called by I.460 de-multeiplexer; feed output of I.460 demux into TRAU frame sync */
 | 
			
		||||
static void e1_i460_demux_bits_cb(struct osmo_i460_subchan *schan, void *user_data, const ubit_t *bits,
 | 
			
		||||
				  unsigned int num_bits)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_endpoint *endp = user_data;
 | 
			
		||||
	LOGPENDP(endp, DE1, LOGL_DEBUG, "E1-I.460-RX: receiving %u bits from subslot: %s...\n", num_bits,
 | 
			
		||||
		 osmo_ubit_dump(bits, num_bits > DEBUG_BITS_MAX ? DEBUG_BITS_MAX : num_bits));
 | 
			
		||||
 | 
			
		||||
	OSMO_ASSERT(endp->e1.trau_sync_fi);
 | 
			
		||||
	osmo_trau_sync_rx_ubits(endp->e1.trau_sync_fi, bits, num_bits);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* called for each synchronized TRAU frame received; decode frame + convert to RTP
 | 
			
		||||
 * (the resulting frame will be prepended with an all-zero (12-byte) rtp header) */
 | 
			
		||||
static void sync_frame_out_cb(void *user_data, const ubit_t *bits, unsigned int num_bits)
 | 
			
		||||
{
 | 
			
		||||
	struct msgb *msg = msgb_alloc(RTP_BUF_SIZE, "RTP-rx-from-E1");
 | 
			
		||||
	unsigned int rtp_hdr_len = sizeof(struct rtp_hdr);
 | 
			
		||||
	struct mgcp_endpoint *endp = user_data;
 | 
			
		||||
	struct rate_ctr_group *rate_ctrs = endp->trunk->ratectr.e1_stats;
 | 
			
		||||
	struct mgcp_conn *conn_dst;
 | 
			
		||||
	struct osmo_trau_frame fr;
 | 
			
		||||
	int rc;
 | 
			
		||||
 | 
			
		||||
	if (!bits || num_bits == 0)
 | 
			
		||||
		goto skip;
 | 
			
		||||
 | 
			
		||||
	LOGPENDP(endp, DE1, LOGL_DEBUG, "E1-I.460-RX: receiving %u TRAU frame bits from E1 subslot: %s...\n",
 | 
			
		||||
		 num_bits, osmo_ubit_dump(bits, num_bits > DEBUG_BITS_MAX ? DEBUG_BITS_MAX : num_bits));
 | 
			
		||||
 | 
			
		||||
	/* Decode TRAU frame */
 | 
			
		||||
	switch (endp->e1.scd.rate) {
 | 
			
		||||
	case OSMO_I460_RATE_8k:
 | 
			
		||||
		LOGPENDP(endp, DE1, LOGL_DEBUG, "E1-I.460-RX: decoding 8k trau frame...\n");
 | 
			
		||||
		rc = osmo_trau_frame_decode_8k(&fr, bits, OSMO_TRAU_DIR_UL);
 | 
			
		||||
		break;
 | 
			
		||||
	case OSMO_I460_RATE_16k:
 | 
			
		||||
		LOGPENDP(endp, DE1, LOGL_DEBUG, "E1-I.460-RX: decoding 16k trau frame...\n");
 | 
			
		||||
		rc = osmo_trau_frame_decode_16k(&fr, bits, OSMO_TRAU_DIR_UL);
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		/* TRAU frames only exist in 8K or 16K subslots. */
 | 
			
		||||
		OSMO_ASSERT(false);
 | 
			
		||||
		break;
 | 
			
		||||
	}
 | 
			
		||||
	if (rc != 0) {
 | 
			
		||||
		LOGPENDP(endp, DE1, LOGL_DEBUG, "E1-I.460-RX: unable to decode trau frame\n");
 | 
			
		||||
		goto skip;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Check if the payload type is supported and what the expected lenth
 | 
			
		||||
	 * of the RTP payload will be. */
 | 
			
		||||
	LOGPENDP(endp, DE1, LOGL_DEBUG, "E1-I.460-RX: decoded trau frame type: %s\n",
 | 
			
		||||
		 osmo_trau_frame_type_name(fr.type));
 | 
			
		||||
 | 
			
		||||
	/* Convert decoded trau frame to RTP frame */
 | 
			
		||||
	struct osmo_trau2rtp_state t2rs = {
 | 
			
		||||
		.type = fr.type,
 | 
			
		||||
	};
 | 
			
		||||
	rc = osmo_trau2rtp(msgb_data(msg) + rtp_hdr_len, msg->data_len - rtp_hdr_len, &fr, &t2rs);
 | 
			
		||||
	if (rc <= 0) {
 | 
			
		||||
		LOGPENDP(endp, DE1, LOGL_DEBUG, "E1-I.460-RX: unable to convert trau frame to RTP audio\n");
 | 
			
		||||
		goto skip;
 | 
			
		||||
	}
 | 
			
		||||
	msgb_put(msg, rtp_hdr_len + rc);
 | 
			
		||||
	LOGPENDP(endp, DE1, LOGL_DEBUG, "E1-I.460-RX: encoded %u bytes of RTP audio: %s\n", rc,
 | 
			
		||||
		 osmo_hexdump(msgb_data(msg) + rtp_hdr_len, msgb_length(msg) - rtp_hdr_len));
 | 
			
		||||
 | 
			
		||||
	/* Forward RTP data to IP */
 | 
			
		||||
	conn_dst = llist_first_entry(&endp->conns, struct mgcp_conn, entry);
 | 
			
		||||
	if (!conn_dst) {
 | 
			
		||||
		LOGPENDP(endp, DE1, LOGL_DEBUG,
 | 
			
		||||
			 "E1-I.460-RX: unable to forward RTP audio data from E1: no connection to forward an incoming RTP packet to\n");
 | 
			
		||||
		goto skip;
 | 
			
		||||
	}
 | 
			
		||||
	OSMO_ASSERT(conn_dst->type == MGCP_CONN_TYPE_RTP);
 | 
			
		||||
 | 
			
		||||
	mgcp_send(endp, 1, NULL, msg, &conn_dst->u.rtp, &conn_dst->u.rtp);
 | 
			
		||||
 | 
			
		||||
	msgb_free(msg);
 | 
			
		||||
	return;
 | 
			
		||||
skip:
 | 
			
		||||
	rate_ctr_inc(&rate_ctrs->ctr[E1_I460_TRAU_RX_FAIL_CTR]);
 | 
			
		||||
	msgb_free(msg);
 | 
			
		||||
	return;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Function to handle outgoing E1 traffic */
 | 
			
		||||
static void e1_send(struct e1inp_ts *ts, struct mgcp_trunk *trunk)
 | 
			
		||||
{
 | 
			
		||||
	struct msgb *msg = msgb_alloc(E1_TS_BYTES, "E1-TX-timeslot-bytes");
 | 
			
		||||
	uint8_t *ptr;
 | 
			
		||||
 | 
			
		||||
	/* Get E1 frame from I.460 multiplexer */
 | 
			
		||||
	ptr = msgb_put(msg, E1_TS_BYTES);
 | 
			
		||||
	osmo_i460_mux_out(&trunk->e1.i460_ts[ts->num - 1], ptr, E1_TS_BYTES);
 | 
			
		||||
 | 
			
		||||
#if DEBUG_E1_TS == 1
 | 
			
		||||
	LOGPTRUNK(trunk, DE1, LOGL_DEBUG, "E1-TX: (ts:%u) sending %u bytes: %s...\n", ts->num, msgb_length(msg),
 | 
			
		||||
		  osmo_hexdump_nospc(msgb_data(msg),
 | 
			
		||||
				     msgb_length(msg) > DEBUG_BYTES_MAX ? DEBUG_BYTES_MAX : msgb_length(msg)));
 | 
			
		||||
#endif
 | 
			
		||||
	/* Hand data over to the E1 stack */
 | 
			
		||||
	msgb_enqueue(&ts->raw.tx_queue, msg);
 | 
			
		||||
	return;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Callback function to handle incoming E1 traffic */
 | 
			
		||||
static void e1_recv_cb(struct e1inp_ts *ts, struct msgb *msg)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_trunk *trunk;
 | 
			
		||||
 | 
			
		||||
	/* Find associated trunk */
 | 
			
		||||
	trunk = mgcp_trunk_by_line_num(cfg, ts->line->num);
 | 
			
		||||
	if (!trunk) {
 | 
			
		||||
		LOGP(DE1, LOGL_DEBUG, "E1-RX: unable to find a trunk for E1-line %u!\n", ts->line->num);
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Check if the incoming data looks sane */
 | 
			
		||||
	if (msgb_length(msg) != E1_TS_BYTES) {
 | 
			
		||||
		LOGPTRUNK(trunk, DE1, LOGL_NOTICE,
 | 
			
		||||
			  "E1-RX: (ts:%u) expected length is %u, actual length is %u!\n", ts->num, E1_TS_BYTES,
 | 
			
		||||
			  msgb_length(msg));
 | 
			
		||||
	}
 | 
			
		||||
#if DEBUG_E1_TS == 1
 | 
			
		||||
	LOGPTRUNK(trunk, DE1, LOGL_DEBUG, "E1-RX: (ts:%u) receiving %u bytes: %s...\n", ts->num,
 | 
			
		||||
		  msgb_length(msg), osmo_hexdump_nospc(msgb_data(msg),
 | 
			
		||||
						       msgb_length(msg) >
 | 
			
		||||
						       DEBUG_BYTES_MAX ? DEBUG_BYTES_MAX : msgb_length(msg)));
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
	/* Hand data over to the I.460 demultiplexer. */
 | 
			
		||||
	osmo_i460_demux_in(&trunk->e1.i460_ts[ts->num - 1], msgb_data(msg), msgb_length(msg));
 | 
			
		||||
 | 
			
		||||
	/* Trigger sending of pending E1 traffic */
 | 
			
		||||
	e1_send(ts, trunk);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! Find an endpoint by its name on a specified trunk.
 | 
			
		||||
 *  \param[in] trunk trunk configuration.
 | 
			
		||||
 *  \param[in] ts_nr E1 timeslot number.
 | 
			
		||||
 *  \returns -EINVAL on failure, 0 on success. */
 | 
			
		||||
int mgcp_e1_init(struct mgcp_trunk *trunk, uint8_t ts_nr)
 | 
			
		||||
{
 | 
			
		||||
	/*! Each timeslot needs only to be configured once. The Timeslot then
 | 
			
		||||
	 *  stays open and permanently receives data. It is then up to the
 | 
			
		||||
	 *  I.460 demultiplexer to add/remove subchannels as needed. It is
 | 
			
		||||
	 *  allowed to call this function multiple times since we check if the
 | 
			
		||||
	 *  timeslot is already configured. */
 | 
			
		||||
 | 
			
		||||
	struct e1inp_line *e1_line;
 | 
			
		||||
	int rc;
 | 
			
		||||
 | 
			
		||||
	OSMO_ASSERT(ts_nr > 0 || ts_nr < NUM_E1_TS);
 | 
			
		||||
	cfg = trunk->cfg;
 | 
			
		||||
 | 
			
		||||
	if (trunk->e1.ts_in_use[ts_nr - 1]) {
 | 
			
		||||
		LOGPTRUNK(trunk, DE1, LOGL_DEBUG, "E1 timeslot %u already set up, skipping...\n", ts_nr);
 | 
			
		||||
		return 0;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Get E1 line */
 | 
			
		||||
	if (!trunk->e1.line) {
 | 
			
		||||
		e1_line = e1inp_line_find(trunk->e1.vty_line_nr);
 | 
			
		||||
		if (!e1_line) {
 | 
			
		||||
			LOGPTRUNK(trunk, DE1, LOGL_DEBUG, "no such E1 line %u - check VTY config!\n",
 | 
			
		||||
				  trunk->e1.vty_line_nr);
 | 
			
		||||
			return -EINVAL;
 | 
			
		||||
		}
 | 
			
		||||
		e1inp_line_bind_ops(e1_line, &dummy_e1_line_ops);
 | 
			
		||||
	} else
 | 
			
		||||
		e1_line = trunk->e1.line;
 | 
			
		||||
	if (!e1_line)
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
 | 
			
		||||
	/* Configure E1 timeslot */
 | 
			
		||||
	rc = e1inp_ts_config_raw(&e1_line->ts[ts_nr - 1], e1_line, e1_recv_cb);
 | 
			
		||||
	if (rc < 0)
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
	e1inp_line_update(e1_line);
 | 
			
		||||
	if (rc < 0)
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
 | 
			
		||||
	LOGPTRUNK(trunk, DE1, LOGL_DEBUG, "E1 timeslot %u set up successfully.\n", ts_nr);
 | 
			
		||||
	trunk->e1.ts_in_use[ts_nr - 1] = true;
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Determine a suitable TRAU frame type for a given codec */
 | 
			
		||||
static enum osmo_trau_frame_type determine_trau_fr_type(char *sdp_subtype_name, enum osmo_i460_rate i460_rate,
 | 
			
		||||
							uint8_t amr_ft, struct mgcp_endpoint *endp)
 | 
			
		||||
{
 | 
			
		||||
	if (strcmp(sdp_subtype_name, "GSM") == 0)
 | 
			
		||||
		return OSMO_TRAU16_FT_FR;
 | 
			
		||||
	else if (strcmp(sdp_subtype_name, "GSM-EFR") == 0)
 | 
			
		||||
		return OSMO_TRAU16_FT_EFR;
 | 
			
		||||
	else if (strcmp(sdp_subtype_name, "GSM-HR-08") == 0)
 | 
			
		||||
		return OSMO_TRAU16_FT_HR;
 | 
			
		||||
	else if (strcmp(sdp_subtype_name, "AMR") == 0) {
 | 
			
		||||
		if (i460_rate == OSMO_I460_RATE_8k) {
 | 
			
		||||
			switch (amr_ft) {
 | 
			
		||||
			case AMR_4_75:
 | 
			
		||||
			case AMR_5_15:
 | 
			
		||||
			case AMR_5_90:
 | 
			
		||||
				return OSMO_TRAU8_AMR_LOW;
 | 
			
		||||
			case AMR_6_70:
 | 
			
		||||
				return OSMO_TRAU8_AMR_6k7;
 | 
			
		||||
			case AMR_7_40:
 | 
			
		||||
				return OSMO_TRAU8_AMR_7k4;
 | 
			
		||||
			default:
 | 
			
		||||
				LOGPENDP(endp, DE1, LOGL_ERROR,
 | 
			
		||||
					 "E1-TRAU-TX: unsupported or illegal AMR frame type: %u\n", amr_ft);
 | 
			
		||||
				return OSMO_TRAU_FT_NONE;
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		return OSMO_TRAU16_FT_AMR;
 | 
			
		||||
	} else {
 | 
			
		||||
		LOGPENDP(endp, DE1, LOGL_ERROR, "E1-TRAU-TX: unsupported or illegal codec subtype name: %s\n",
 | 
			
		||||
			 sdp_subtype_name);
 | 
			
		||||
		return OSMO_TRAU_FT_NONE;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Determine a suitable TRAU frame type for a given codec */
 | 
			
		||||
static enum osmo_tray_sync_pat_id determine_trau_sync_pat(char *sdp_subtype_name, enum osmo_i460_rate i460_rate,
 | 
			
		||||
							  uint8_t amr_ft, struct mgcp_endpoint *endp)
 | 
			
		||||
{
 | 
			
		||||
	if (strcmp(sdp_subtype_name, "GSM") == 0)
 | 
			
		||||
		return OSMO_TRAU_SYNCP_16_FR_EFR;
 | 
			
		||||
	else if (strcmp(sdp_subtype_name, "GSM-EFR") == 0)
 | 
			
		||||
		return OSMO_TRAU_SYNCP_16_FR_EFR;
 | 
			
		||||
	else if (strcmp(sdp_subtype_name, "GSM-HR-08") == 0)
 | 
			
		||||
		return OSMO_TRAU_SYNCP_8_HR;
 | 
			
		||||
	else if (strcmp(sdp_subtype_name, "AMR") == 0) {
 | 
			
		||||
		if (i460_rate == OSMO_I460_RATE_8k) {
 | 
			
		||||
			switch (amr_ft) {
 | 
			
		||||
			case AMR_4_75:
 | 
			
		||||
			case AMR_5_15:
 | 
			
		||||
			case AMR_5_90:
 | 
			
		||||
				return OSMO_TRAU_SYNCP_8_AMR_LOW;
 | 
			
		||||
			case AMR_6_70:
 | 
			
		||||
				return OSMO_TRAU_SYNCP_8_AMR_6K7;
 | 
			
		||||
			case AMR_7_40:
 | 
			
		||||
				return OSMO_TRAU_SYNCP_8_AMR_7K4;
 | 
			
		||||
			default:
 | 
			
		||||
				LOGPENDP(endp, DE1, LOGL_ERROR,
 | 
			
		||||
					 "E1-TRAU-TX: unsupported or illegal AMR frame type: %u\n", amr_ft);
 | 
			
		||||
				return OSMO_TRAU_SYNCP_16_FR_EFR;
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		return OSMO_TRAU_SYNCP_16_FR_EFR;
 | 
			
		||||
	} else {
 | 
			
		||||
		LOGPENDP(endp, DE1, LOGL_ERROR, "E1-TRAU-TX: unsupported or illegal codec subtype name: %s\n",
 | 
			
		||||
			 sdp_subtype_name);
 | 
			
		||||
		return OSMO_TRAU_SYNCP_16_FR_EFR;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Find out if a given TRAU frame type is AMR */
 | 
			
		||||
static bool tf_type_is_amr(enum osmo_trau_frame_type ft)
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
	switch (ft) {
 | 
			
		||||
	case OSMO_TRAU16_FT_AMR:
 | 
			
		||||
	case OSMO_TRAU8_AMR_LOW:
 | 
			
		||||
	case OSMO_TRAU8_AMR_6k7:
 | 
			
		||||
	case OSMO_TRAU8_AMR_7k4:
 | 
			
		||||
		return true;
 | 
			
		||||
	default:
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* !Equip E1 endpoint with I.460 mux resources.
 | 
			
		||||
 *  \param[in] endp endpoint to equip
 | 
			
		||||
 *  \param[in] ts E1 timeslot number.
 | 
			
		||||
 *  \param[in] ss E1 subslot number.
 | 
			
		||||
 *  \param[in] offset E1 bit offset.
 | 
			
		||||
 *  \returns 0 on success, -EINVAL on error. */
 | 
			
		||||
int mgcp_e1_endp_equip(struct mgcp_endpoint *endp, uint8_t ts, uint8_t ss, uint8_t offs)
 | 
			
		||||
{
 | 
			
		||||
	int rc;
 | 
			
		||||
	enum osmo_tray_sync_pat_id sync_pat_id = OSMO_TRAU_SYNCP_16_FR_EFR;
 | 
			
		||||
 | 
			
		||||
	OSMO_ASSERT(ts != 0);
 | 
			
		||||
	OSMO_ASSERT(ts != 0xFF);
 | 
			
		||||
	OSMO_ASSERT(ss != 0xFF);
 | 
			
		||||
	OSMO_ASSERT(offs != 0xFF);
 | 
			
		||||
 | 
			
		||||
	memset(&endp->e1, 0, sizeof(endp->e1));
 | 
			
		||||
 | 
			
		||||
	endp->e1.last_amr_ft = AMR_4_75;
 | 
			
		||||
 | 
			
		||||
	/* Set up E1 line / timeslot */
 | 
			
		||||
	rc = mgcp_e1_init(endp->trunk, ts);
 | 
			
		||||
	if (rc != 0)
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
 | 
			
		||||
	/* Set up I.460 mux */
 | 
			
		||||
	switch (e1_rates[ss]) {
 | 
			
		||||
	case 64:
 | 
			
		||||
		endp->e1.scd.rate = OSMO_I460_RATE_64k;
 | 
			
		||||
		endp->e1.scd.demux.num_bits = 160 * 8;
 | 
			
		||||
		break;
 | 
			
		||||
	case 32:
 | 
			
		||||
		endp->e1.scd.rate = OSMO_I460_RATE_32k;
 | 
			
		||||
		endp->e1.scd.demux.num_bits = 80 * 8;
 | 
			
		||||
		break;
 | 
			
		||||
	case 16:
 | 
			
		||||
		endp->e1.scd.rate = OSMO_I460_RATE_16k;
 | 
			
		||||
		endp->e1.scd.demux.num_bits = 40 * 8;
 | 
			
		||||
		sync_pat_id = OSMO_TRAU_SYNCP_16_FR_EFR;
 | 
			
		||||
		break;
 | 
			
		||||
	case 8:
 | 
			
		||||
		endp->e1.scd.rate = OSMO_I460_RATE_8k;
 | 
			
		||||
		endp->e1.scd.demux.num_bits = 20 * 8;
 | 
			
		||||
		sync_pat_id = OSMO_TRAU_SYNCP_8_HR;
 | 
			
		||||
		break;
 | 
			
		||||
	}
 | 
			
		||||
	endp->e1.scd.bit_offset = offs;
 | 
			
		||||
	endp->e1.scd.demux.out_cb_bits = e1_i460_demux_bits_cb;
 | 
			
		||||
	endp->e1.scd.demux.out_cb_bytes = NULL;
 | 
			
		||||
	endp->e1.scd.demux.user_data = endp;
 | 
			
		||||
	endp->e1.scd.mux.in_cb_queue_empty = e1_i460_mux_empty_cb;
 | 
			
		||||
	endp->e1.scd.mux.user_data = endp;
 | 
			
		||||
 | 
			
		||||
	LOGPENDP(endp, DE1, LOGL_DEBUG, "adding I.460 subchannel: ts=%u, bit_offset=%u, rate=%uk, num_bits=%lu\n", ts,
 | 
			
		||||
		 offs, e1_rates[ss], endp->e1.scd.demux.num_bits);
 | 
			
		||||
	endp->e1.schan = osmo_i460_subchan_add(endp, &endp->trunk->e1.i460_ts[ts - 1], &endp->e1.scd);
 | 
			
		||||
	if (!endp->e1.schan) {
 | 
			
		||||
		LOGPENDP(endp, DE1, LOGL_ERROR, "adding I.460 subchannel: failed!\n");
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (endp->e1.scd.rate == OSMO_I460_RATE_16k || endp->e1.scd.rate == OSMO_I460_RATE_8k) {
 | 
			
		||||
		/* TRAU frames are only specified for 16k and 8k subslots. For all other subslot
 | 
			
		||||
		 * types the concept of TRAU frames does not apply. However, at the moment this
 | 
			
		||||
		 * is the only format we currently support in osmo-mgw */
 | 
			
		||||
		endp->e1.trau_sync_fi = osmo_trau_sync_alloc(endp, "trau-sync", sync_frame_out_cb, sync_pat_id, endp);
 | 
			
		||||
		if (!endp->e1.trau_sync_fi) {
 | 
			
		||||
			LOGPENDP(endp, DE1, LOGL_ERROR, "adding I.460 TRAU frame sync: failed!\n");
 | 
			
		||||
			return -EINVAL;
 | 
			
		||||
		}
 | 
			
		||||
		endp->e1.trau_rtp_st = talloc_zero(endp->e1.trau_sync_fi, struct osmo_trau2rtp_state);
 | 
			
		||||
		endp->e1.trau_rtp_st->type = OSMO_TRAU_FT_NONE;
 | 
			
		||||
	} else {
 | 
			
		||||
		LOGPENDP(endp, DE1, LOGL_ERROR,
 | 
			
		||||
			 "osmo-mgw currently only supports 16K and 8K subslots (TRAU frames)!\n");
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! Update E1 related parameters (codec and sync pattern).
 | 
			
		||||
 *  \param[in] endp endpoint to update. */
 | 
			
		||||
void mgcp_e1_endp_update(struct mgcp_endpoint *endp)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_conn *conn;
 | 
			
		||||
	struct mgcp_rtp_codec *codec;
 | 
			
		||||
	enum osmo_tray_sync_pat_id sync_pat_id;
 | 
			
		||||
 | 
			
		||||
	/* In order to determine the codec, find the oldest connection on
 | 
			
		||||
	 * the endpoint and use its codec information. Normally on an E1
 | 
			
		||||
	 * endpoint no more than one connection should exist. */
 | 
			
		||||
	conn = mgcp_conn_get_oldest(endp);
 | 
			
		||||
	OSMO_ASSERT(conn);
 | 
			
		||||
	codec = conn->u.rtp.end.codec;
 | 
			
		||||
	OSMO_ASSERT(codec);
 | 
			
		||||
 | 
			
		||||
	/* Update codec information */
 | 
			
		||||
	endp->e1.trau_rtp_st->type =
 | 
			
		||||
	    determine_trau_fr_type(codec->subtype_name, endp->e1.scd.rate, endp->e1.last_amr_ft, endp);
 | 
			
		||||
	endp->e1.last_codec = codec;
 | 
			
		||||
 | 
			
		||||
	/* Update sync pattern */
 | 
			
		||||
	sync_pat_id = determine_trau_sync_pat(codec->subtype_name, endp->e1.scd.rate, endp->e1.last_amr_ft, endp);
 | 
			
		||||
	osmo_trau_sync_set_pat(endp->e1.trau_sync_fi, sync_pat_id);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! Remove E1 resources from endpoint
 | 
			
		||||
 *  \param[in] endp endpoint to release. */
 | 
			
		||||
void mgcp_e1_endp_release(struct mgcp_endpoint *endp)
 | 
			
		||||
{
 | 
			
		||||
	LOGPENDP(endp, DE1, LOGL_DEBUG, "removing I.460 subchannel and sync...\n");
 | 
			
		||||
 | 
			
		||||
	if (endp->e1.schan)
 | 
			
		||||
		osmo_i460_subchan_del(endp->e1.schan);
 | 
			
		||||
	if (endp->e1.trau_rtp_st)
 | 
			
		||||
		talloc_free(endp->e1.trau_rtp_st);
 | 
			
		||||
	if (endp->e1.trau_sync_fi)
 | 
			
		||||
		osmo_fsm_inst_term(endp->e1.trau_sync_fi, OSMO_FSM_TERM_REGULAR, NULL);
 | 
			
		||||
 | 
			
		||||
	memset(&endp->e1, 0, sizeof(endp->e1));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! Accept RTP message buffer with RTP data and enqueue voice data for E1 transmit.
 | 
			
		||||
 *  \param[in] endp related endpoint (does not take ownership).
 | 
			
		||||
 *  \param[in] codec configuration.
 | 
			
		||||
 *  \param[in] msg RTP message buffer (including RTP header).
 | 
			
		||||
 *  \returns 0 on success, -1 on ERROR. */
 | 
			
		||||
int mgcp_e1_send_rtp(struct mgcp_endpoint *endp, struct mgcp_rtp_codec *codec, struct msgb *msg)
 | 
			
		||||
{
 | 
			
		||||
	struct msgb *msg_tf = msgb_alloc(E1_TRAU_BITS_MSGB, "E1-I.460-TX-TRAU-frame");
 | 
			
		||||
	struct rate_ctr_group *rate_ctrs = endp->trunk->ratectr.e1_stats;
 | 
			
		||||
	unsigned int rtp_hdr_len = sizeof(struct rtp_hdr);
 | 
			
		||||
	struct osmo_trau_frame tf;
 | 
			
		||||
	uint8_t amr_ft;
 | 
			
		||||
	int rc;
 | 
			
		||||
 | 
			
		||||
	/* Extract AMR frame type from AMR head (if AMR is used) */
 | 
			
		||||
	if (tf_type_is_amr(endp->e1.trau_rtp_st->type))
 | 
			
		||||
		amr_ft = (msgb_data(msg)[rtp_hdr_len + 1] >> 3) & 0xf;
 | 
			
		||||
	else
 | 
			
		||||
		amr_ft = 0xff;
 | 
			
		||||
 | 
			
		||||
	/* Adapt TRAU frame type on codec changes */
 | 
			
		||||
	OSMO_ASSERT(endp->e1.last_codec);
 | 
			
		||||
	if (codec != endp->e1.last_codec || (amr_ft != 0xff && amr_ft != endp->e1.last_amr_ft)) {
 | 
			
		||||
		endp->e1.trau_rtp_st->type =
 | 
			
		||||
		    determine_trau_fr_type(codec->subtype_name, endp->e1.scd.rate, amr_ft, endp);
 | 
			
		||||
		endp->e1.last_codec = codec;
 | 
			
		||||
		endp->e1.last_amr_ft = amr_ft;
 | 
			
		||||
	}
 | 
			
		||||
	if (endp->e1.trau_rtp_st->type == OSMO_TRAU_FT_NONE)
 | 
			
		||||
		goto skip;
 | 
			
		||||
	LOGPENDP(endp, DE1, LOGL_DEBUG, "E1-I.460-TX: using trau frame type for encoding: %s\n",
 | 
			
		||||
		 osmo_trau_frame_type_name(endp->e1.trau_rtp_st->type));
 | 
			
		||||
 | 
			
		||||
	/* Convert from RTP to TRAU format */
 | 
			
		||||
	msg->l2h = msgb_data(msg) + rtp_hdr_len;
 | 
			
		||||
	LOGPENDP(endp, DE1, LOGL_DEBUG, "E1-I.460-TX: decoding %u bytes of RTP audio to TRAU format: %s\n",
 | 
			
		||||
		 msgb_length(msg), osmo_hexdump(msgb_l2(msg), msgb_l2len(msg)));
 | 
			
		||||
	memset(&tf, 0, sizeof(tf));
 | 
			
		||||
	tf.dir = OSMO_TRAU_DIR_DL;
 | 
			
		||||
	rc = osmo_rtp2trau(&tf, msgb_l2(msg), msgb_l2len(msg), endp->e1.trau_rtp_st);
 | 
			
		||||
	if (rc < 0) {
 | 
			
		||||
		LOGPENDP(endp, DE1, LOGL_DEBUG,
 | 
			
		||||
			 "E1-I.460-TX: failed to decode from RTP payload format to TRAU format\n");
 | 
			
		||||
		goto skip;
 | 
			
		||||
	}
 | 
			
		||||
	rc = osmo_trau_frame_encode(msgb_data(msg_tf), msg_tf->data_len, &tf);
 | 
			
		||||
	if (rc < 0) {
 | 
			
		||||
		LOGPENDP(endp, DE1, LOGL_DEBUG, "E1-I.460-TX: failed to encode TRAU frame\n");
 | 
			
		||||
		goto skip;
 | 
			
		||||
	}
 | 
			
		||||
	msgb_put(msg_tf, rc);
 | 
			
		||||
	LOGPENDP(endp, DE1, LOGL_DEBUG, "E1-I.460-TX: enquing %u trau frame bits: %s...\n", msgb_length(msg_tf),
 | 
			
		||||
		 osmo_ubit_dump(msgb_data(msg_tf),
 | 
			
		||||
				msgb_length(msg_tf) > DEBUG_BITS_MAX ? DEBUG_BITS_MAX : msgb_length(msg_tf)));
 | 
			
		||||
 | 
			
		||||
	/* Enqueue data to I.460 multiplexer */
 | 
			
		||||
	OSMO_ASSERT(endp->e1.schan);
 | 
			
		||||
	OSMO_ASSERT(endp->e1.trau_sync_fi);
 | 
			
		||||
 | 
			
		||||
	osmo_i460_mux_enqueue(endp->e1.schan, msg_tf);
 | 
			
		||||
	LOGPENDP(endp, DE1, LOGL_DEBUG, "E1-I.460-TX: %u bits of audio enqued for E1 tx\n", msgb_length(msg_tf));
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
skip:
 | 
			
		||||
	rate_ctr_inc(&rate_ctrs->ctr[E1_I460_TRAU_TX_FAIL_CTR]);
 | 
			
		||||
	msgb_free(msg_tf);
 | 
			
		||||
	return -1;
 | 
			
		||||
}
 | 
			
		||||
@@ -1,668 +0,0 @@
 | 
			
		||||
/* Endpoint types */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * (C) 2017-2020 by sysmocom s.f.m.c. GmbH <info@sysmocom.de>
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * Author: Philipp Maier
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU Affero General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU Affero General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include <osmocom/mgcp/mgcp.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_protocol.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_conn.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_endp.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_trunk.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/mgcp/mgcp_e1.h>
 | 
			
		||||
 | 
			
		||||
#define E1_TIMESLOTS 32
 | 
			
		||||
#define E1_RATE_MAX 64
 | 
			
		||||
#define E1_OFFS_MAX 8
 | 
			
		||||
 | 
			
		||||
/* Endpoint typeset definition */
 | 
			
		||||
const struct mgcp_endpoint_typeset ep_typeset = {
 | 
			
		||||
	/* Specify endpoint properties for RTP endpoint */
 | 
			
		||||
	.rtp = {
 | 
			
		||||
		.max_conns = 2,
 | 
			
		||||
		.dispatch_rtp_cb = mgcp_dispatch_rtp_bridge_cb,
 | 
			
		||||
		.cleanup_cb = mgcp_cleanup_rtp_bridge_cb,
 | 
			
		||||
	},
 | 
			
		||||
	/* Specify endpoint properties for E1 endpoint */
 | 
			
		||||
	.e1 = {
 | 
			
		||||
		.max_conns = 1,
 | 
			
		||||
		.dispatch_rtp_cb = mgcp_dispatch_e1_bridge_cb,
 | 
			
		||||
		.cleanup_cb = mgcp_cleanup_e1_bridge_cb,
 | 
			
		||||
	},
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* Generate virtual endpoint name from given parameters */
 | 
			
		||||
static char *gen_virtual_epname(void *ctx, const char *domain,
 | 
			
		||||
			       unsigned int index)
 | 
			
		||||
{
 | 
			
		||||
	return talloc_asprintf(ctx, "%s%x@%s",
 | 
			
		||||
		 MGCP_ENDPOINT_PREFIX_VIRTUAL_TRUNK, index, domain);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Generate E1 endpoint name from given numeric parameters */
 | 
			
		||||
static char *gen_e1_epname(void *ctx, const char *domain, uint8_t trunk_nr,
 | 
			
		||||
			   uint8_t ts_nr, uint8_t ss_nr)
 | 
			
		||||
{
 | 
			
		||||
	unsigned int rate;
 | 
			
		||||
	unsigned int offset;
 | 
			
		||||
 | 
			
		||||
	OSMO_ASSERT(ss_nr < sizeof(e1_rates));
 | 
			
		||||
 | 
			
		||||
	rate = e1_rates[ss_nr];
 | 
			
		||||
	offset = e1_offsets[ss_nr];
 | 
			
		||||
 | 
			
		||||
	return talloc_asprintf(ctx, "%s%u/s-%u/su%u-%u@%s",
 | 
			
		||||
			       MGCP_ENDPOINT_PREFIX_E1_TRUNK, trunk_nr, ts_nr,
 | 
			
		||||
			       rate, offset, domain);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! allocate an endpoint and set default values.
 | 
			
		||||
 *  \param[in] trunk configuration.
 | 
			
		||||
 *  \param[in] name endpoint index.
 | 
			
		||||
 *  \returns endpoint on success, NULL on failure. */
 | 
			
		||||
struct mgcp_endpoint *mgcp_endp_alloc(struct mgcp_trunk *trunk,
 | 
			
		||||
				      unsigned int index)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_endpoint *endp;
 | 
			
		||||
 | 
			
		||||
	endp = talloc_zero(trunk->endpoints, struct mgcp_endpoint);
 | 
			
		||||
	if (!endp)
 | 
			
		||||
		return NULL;
 | 
			
		||||
 | 
			
		||||
	INIT_LLIST_HEAD(&endp->conns);
 | 
			
		||||
	endp->cfg = trunk->cfg;
 | 
			
		||||
	endp->trunk = trunk;
 | 
			
		||||
 | 
			
		||||
	switch (trunk->trunk_type) {
 | 
			
		||||
	case MGCP_TRUNK_VIRTUAL:
 | 
			
		||||
		endp->type = &ep_typeset.rtp;
 | 
			
		||||
		endp->name = gen_virtual_epname(endp, trunk->cfg->domain, index);
 | 
			
		||||
		break;
 | 
			
		||||
	case MGCP_TRUNK_E1:
 | 
			
		||||
		endp->type = &ep_typeset.e1;
 | 
			
		||||
		endp->name = gen_e1_epname(endp, trunk->cfg->domain,
 | 
			
		||||
					   trunk->trunk_nr,
 | 
			
		||||
					   index / MGCP_ENDP_E1_SUBSLOTS, index % MGCP_ENDP_E1_SUBSLOTS);
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		osmo_panic("Cannot allocate unimplemented trunk type %d! %s:%d\n",
 | 
			
		||||
			   trunk->trunk_type, __FILE__, __LINE__);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return endp;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! release endpoint, all open connections are closed.
 | 
			
		||||
 *  \param[in] endp endpoint to release */
 | 
			
		||||
void mgcp_endp_release(struct mgcp_endpoint *endp)
 | 
			
		||||
{
 | 
			
		||||
	LOGPENDP(endp, DLMGCP, LOGL_DEBUG, "Releasing endpoint\n");
 | 
			
		||||
 | 
			
		||||
	/* Normally this function should only be called when
 | 
			
		||||
	 * all connections have been removed already. In case
 | 
			
		||||
	 * that there are still connections open (e.g. when
 | 
			
		||||
	 * RSIP is executed), free them all at once. */
 | 
			
		||||
	mgcp_conn_free_all(endp);
 | 
			
		||||
 | 
			
		||||
	/* Reset endpoint parameters and states */
 | 
			
		||||
	talloc_free(endp->callid);
 | 
			
		||||
	endp->callid = NULL;
 | 
			
		||||
	talloc_free(endp->local_options.string);
 | 
			
		||||
	endp->local_options.string = NULL;
 | 
			
		||||
	talloc_free(endp->local_options.codec);
 | 
			
		||||
	endp->local_options.codec = NULL;
 | 
			
		||||
	endp->wildcarded_req = false;
 | 
			
		||||
 | 
			
		||||
	if (endp->trunk->trunk_type == MGCP_TRUNK_E1)
 | 
			
		||||
		mgcp_e1_endp_release(endp);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Check if the endpoint name contains the prefix (e.g. "rtpbridge/" or
 | 
			
		||||
 * "ds/e1-") and write the epname without the prefix back to the memory
 | 
			
		||||
 * pointed at by epname. (per trunk the prefix is the same for all endpoints,
 | 
			
		||||
 * so no ambiguity is introduced) */
 | 
			
		||||
static void chop_epname_prefix(char *epname, const struct mgcp_trunk *trunk)
 | 
			
		||||
{
 | 
			
		||||
	size_t prefix_len;
 | 
			
		||||
	switch (trunk->trunk_type) {
 | 
			
		||||
	case MGCP_TRUNK_VIRTUAL:
 | 
			
		||||
		prefix_len = sizeof(MGCP_ENDPOINT_PREFIX_VIRTUAL_TRUNK) - 1;
 | 
			
		||||
		if (strncmp
 | 
			
		||||
		    (epname, MGCP_ENDPOINT_PREFIX_VIRTUAL_TRUNK,
 | 
			
		||||
		     prefix_len) == 0)
 | 
			
		||||
			memmove(epname, epname + prefix_len,
 | 
			
		||||
				strlen(epname) - prefix_len + 1);
 | 
			
		||||
		return;
 | 
			
		||||
	case MGCP_TRUNK_E1:
 | 
			
		||||
		prefix_len = sizeof(MGCP_ENDPOINT_PREFIX_E1_TRUNK) - 1;
 | 
			
		||||
		if (strncmp
 | 
			
		||||
		    (epname, MGCP_ENDPOINT_PREFIX_VIRTUAL_TRUNK,
 | 
			
		||||
		     prefix_len) == 0)
 | 
			
		||||
			memmove(epname, epname + prefix_len,
 | 
			
		||||
				strlen(epname) - prefix_len + 1);
 | 
			
		||||
		return;
 | 
			
		||||
	default:
 | 
			
		||||
		OSMO_ASSERT(false);
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Check if the endpoint name contains a suffix (e.g. "@mgw") and truncate
 | 
			
		||||
 * epname by writing a '\0' char where the suffix starts. */
 | 
			
		||||
static void chop_epname_suffix(char *epname, const struct mgcp_trunk *trunk)
 | 
			
		||||
{
 | 
			
		||||
	char *suffix_begin;
 | 
			
		||||
 | 
			
		||||
	/* Endpoints on the virtual trunk may have a domain name that is
 | 
			
		||||
	 * followed after an @ character, this can be chopped off. All
 | 
			
		||||
	 * other supported trunk types do not have any suffixes that may
 | 
			
		||||
	 * be chopped off */
 | 
			
		||||
	if (trunk->trunk_type == MGCP_TRUNK_VIRTUAL) {
 | 
			
		||||
		suffix_begin = strchr(epname, '@');
 | 
			
		||||
		if (!suffix_begin)
 | 
			
		||||
			return;
 | 
			
		||||
		*suffix_begin = '\0';
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Convert all characters in epname to lowercase and strip trunk prefix and
 | 
			
		||||
 * endpoint name suffix (domain name) from epname. The result is written to
 | 
			
		||||
 * to the memory pointed at by epname_stripped. The expected size of the
 | 
			
		||||
 * result is either equal or lower then the length of the input string
 | 
			
		||||
 * (epname) */
 | 
			
		||||
static void strip_epname(char *epname_stripped, const char *epname,
 | 
			
		||||
			 const struct mgcp_trunk *trunk)
 | 
			
		||||
{
 | 
			
		||||
	osmo_str_tolower_buf(epname_stripped, MGCP_ENDPOINT_MAXLEN, epname);
 | 
			
		||||
	chop_epname_prefix(epname_stripped, trunk);
 | 
			
		||||
	chop_epname_suffix(epname_stripped, trunk);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Go through the trunk and find a random free (no active calls) endpoint,
 | 
			
		||||
 * this function is called when a wildcarded request is carried out, which
 | 
			
		||||
 * means that it is up to the MGW to choose a random free endpoint. */
 | 
			
		||||
static struct mgcp_endpoint *find_free_endpoint(const struct mgcp_trunk *trunk)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_endpoint *endp;
 | 
			
		||||
	unsigned int i;
 | 
			
		||||
 | 
			
		||||
	for (i = 0; i < trunk->number_endpoints; i++) {
 | 
			
		||||
		endp = trunk->endpoints[i];
 | 
			
		||||
		/* A free endpoint must not serve a call already and it must
 | 
			
		||||
		 * be available. */
 | 
			
		||||
		if (endp->callid == NULL && mgcp_endp_avail(endp))
 | 
			
		||||
			return endp;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Find an endpoint specified by its name. If the endpoint can not be found,
 | 
			
		||||
 * return NULL */
 | 
			
		||||
static struct mgcp_endpoint *find_specific_endpoint(const char *epname,
 | 
			
		||||
						    const struct mgcp_trunk *trunk)
 | 
			
		||||
{
 | 
			
		||||
	char epname_stripped[MGCP_ENDPOINT_MAXLEN];
 | 
			
		||||
	char epname_stripped_endp[MGCP_ENDPOINT_MAXLEN];
 | 
			
		||||
	struct mgcp_endpoint *endp;
 | 
			
		||||
	unsigned int i;
 | 
			
		||||
 | 
			
		||||
	/* Strip irrelevant information from the endpoint name */
 | 
			
		||||
	strip_epname(epname_stripped, epname, trunk);
 | 
			
		||||
 | 
			
		||||
	for (i = 0; i < trunk->number_endpoints; i++) {
 | 
			
		||||
		endp = trunk->endpoints[i];
 | 
			
		||||
		strip_epname(epname_stripped_endp, endp->name, trunk);
 | 
			
		||||
		if (strcmp(epname_stripped_endp, epname_stripped) == 0)
 | 
			
		||||
			return endp;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! Find an endpoint by its name on a specified trunk.
 | 
			
		||||
 *  \param[out] cause pointer to store cause code, can be NULL.
 | 
			
		||||
 *  \param[in] epname endpoint name to lookup.
 | 
			
		||||
 *  \param[in] trunk where the endpoint is located.
 | 
			
		||||
 *  \returns endpoint or NULL if endpoint was not found. */
 | 
			
		||||
struct mgcp_endpoint *mgcp_endp_by_name_trunk(int *cause, const char *epname,
 | 
			
		||||
					      const struct mgcp_trunk *trunk)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_endpoint *endp;
 | 
			
		||||
 | 
			
		||||
	if (cause)
 | 
			
		||||
		*cause = 0;
 | 
			
		||||
 | 
			
		||||
	/* At the moment we only support a primitive ('*'-only) method of
 | 
			
		||||
	 * wildcarded endpoint searches that picks the next free endpoint on
 | 
			
		||||
	 * a trunk. */
 | 
			
		||||
	if (strstr(epname, "*")) {
 | 
			
		||||
		endp = find_free_endpoint(trunk);
 | 
			
		||||
		if (endp) {
 | 
			
		||||
			LOGPENDP(endp, DLMGCP, LOGL_DEBUG,
 | 
			
		||||
				 "(trunk:%d) found free endpoint: %s\n",
 | 
			
		||||
				 trunk->trunk_nr, endp->name);
 | 
			
		||||
			endp->wildcarded_req = true;
 | 
			
		||||
			return endp;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "(trunk:%d) Not able to find a free endpoint\n",
 | 
			
		||||
		     trunk->trunk_nr);
 | 
			
		||||
		if (cause)
 | 
			
		||||
			*cause = -403;
 | 
			
		||||
		return NULL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Find an endpoint by its name (if wildcarded request is not
 | 
			
		||||
	 * applicable) */
 | 
			
		||||
	endp = find_specific_endpoint(epname, trunk);
 | 
			
		||||
	if (endp) {
 | 
			
		||||
		LOGPENDP(endp, DLMGCP, LOGL_DEBUG,
 | 
			
		||||
			 "(trunk:%d) found endpoint: %s\n",
 | 
			
		||||
			 trunk->trunk_nr, endp->name);
 | 
			
		||||
		endp->wildcarded_req = false;
 | 
			
		||||
		return endp;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
	     "(trunk:%d) Not able to find specified endpoint: %s\n",
 | 
			
		||||
	     trunk->trunk_nr, epname);
 | 
			
		||||
	if (cause)
 | 
			
		||||
		*cause = -500;
 | 
			
		||||
 | 
			
		||||
	return NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Check if the domain name, which is supplied with the endpoint name
 | 
			
		||||
 * matches the configuration. */
 | 
			
		||||
static int check_domain_name(const char *epname, struct mgcp_config *cfg)
 | 
			
		||||
{
 | 
			
		||||
	char *domain_to_check;
 | 
			
		||||
 | 
			
		||||
	domain_to_check = strstr(epname, "@");
 | 
			
		||||
	if (!domain_to_check) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "missing domain name in endpoint name \"%s\", expecting \"%s\"\n",
 | 
			
		||||
		     epname, cfg->domain);
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Accept any domain if configured as "*" */
 | 
			
		||||
	if (!strcmp(cfg->domain, "*"))
 | 
			
		||||
		return 0;
 | 
			
		||||
 | 
			
		||||
	if (strcmp(domain_to_check+1, cfg->domain) != 0) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "wrong domain name in endpoint name \"%s\", expecting \"%s\"\n",
 | 
			
		||||
		     epname, cfg->domain);
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! Find an endpoint by its name, search at all trunks.
 | 
			
		||||
 *  \param[out] cause, pointer to store cause code, can be NULL.
 | 
			
		||||
 *  \param[in] epname, must contain trunk prefix.
 | 
			
		||||
 *  \param[in] cfg, mgcp configuration (trunks).
 | 
			
		||||
 *  \returns endpoint or NULL if endpoint was not found. */
 | 
			
		||||
struct mgcp_endpoint *mgcp_endp_by_name(int *cause, const char *epname,
 | 
			
		||||
					struct mgcp_config *cfg)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_trunk *trunk;
 | 
			
		||||
	struct mgcp_endpoint *endp;
 | 
			
		||||
	char epname_lc[MGCP_ENDPOINT_MAXLEN];
 | 
			
		||||
 | 
			
		||||
	osmo_str_tolower_buf(epname_lc, sizeof(epname_lc), epname);
 | 
			
		||||
	epname = epname_lc;
 | 
			
		||||
 | 
			
		||||
	if (cause)
 | 
			
		||||
		*cause = -500;
 | 
			
		||||
 | 
			
		||||
	/* Identify the trunk where the endpoint is located */
 | 
			
		||||
	trunk = mgcp_trunk_by_name(cfg, epname);
 | 
			
		||||
	if (!trunk)
 | 
			
		||||
		return NULL;
 | 
			
		||||
 | 
			
		||||
	/* All endpoint names require a domain as suffix */
 | 
			
		||||
	if (check_domain_name(epname, cfg))
 | 
			
		||||
		return NULL;
 | 
			
		||||
 | 
			
		||||
	/* Identify the endpoint on the trunk */
 | 
			
		||||
        endp = mgcp_endp_by_name_trunk(cause, epname, trunk);
 | 
			
		||||
	if (!endp) {
 | 
			
		||||
		return NULL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (cause)
 | 
			
		||||
		*cause = 0;
 | 
			
		||||
	return endp;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Get the E1 timeslot number from a given E1 endpoint name
 | 
			
		||||
 * (e.g. ds/e1-0/s-30/su16-4), returns 0xff on error. */
 | 
			
		||||
static uint8_t e1_ts_nr_from_epname(const char *epname)
 | 
			
		||||
{
 | 
			
		||||
	char buf[MGCP_ENDPOINT_MAXLEN + 1];
 | 
			
		||||
	char *save_ptr = NULL;
 | 
			
		||||
	char *buf_ptr = buf;
 | 
			
		||||
	char *token;
 | 
			
		||||
	unsigned long int res = 0;
 | 
			
		||||
 | 
			
		||||
	strncpy(buf, epname, MGCP_ENDPOINT_MAXLEN);
 | 
			
		||||
 | 
			
		||||
	while (1) {
 | 
			
		||||
		token = strtok_r(buf_ptr, "/", &save_ptr);
 | 
			
		||||
		buf_ptr = NULL;
 | 
			
		||||
		if (!token)
 | 
			
		||||
			break;
 | 
			
		||||
		if (strncmp(token, "s-", 2) == 0) {
 | 
			
		||||
			errno = 0;
 | 
			
		||||
			res = strtoul(token + 2, NULL, 10);
 | 
			
		||||
			if (errno == ERANGE || res > E1_TIMESLOTS)
 | 
			
		||||
				return 0xff;
 | 
			
		||||
			return (uint8_t) res;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return 0xff;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Get the E1 timeslot number from a given E1 endpoint name
 | 
			
		||||
 * (e.g. ds/e1-0/s-30/su16-4), returns 0xff on error. */
 | 
			
		||||
static uint8_t e1_rate_from_epname(const char *epname)
 | 
			
		||||
{
 | 
			
		||||
	char buf[MGCP_ENDPOINT_MAXLEN + 1];
 | 
			
		||||
	char *save_ptr = NULL;
 | 
			
		||||
	char *buf_ptr = buf;
 | 
			
		||||
	char *token;
 | 
			
		||||
	unsigned long int res = 0;
 | 
			
		||||
	unsigned int i;
 | 
			
		||||
 | 
			
		||||
	strncpy(buf, epname, MGCP_ENDPOINT_MAXLEN);
 | 
			
		||||
 | 
			
		||||
	while (1) {
 | 
			
		||||
		token = strtok_r(buf_ptr, "/", &save_ptr);
 | 
			
		||||
		buf_ptr = NULL;
 | 
			
		||||
		if (!token)
 | 
			
		||||
			break;
 | 
			
		||||
		if (strncmp(token, "su", 2) == 0) {
 | 
			
		||||
			errno = 0;
 | 
			
		||||
			res = strtoul(token + 2, NULL, 10);
 | 
			
		||||
			if (errno == ERANGE || res > E1_RATE_MAX)
 | 
			
		||||
				return 0xff;
 | 
			
		||||
			/* Make sure the rate is a valid rate */
 | 
			
		||||
			for (i = 0; i < sizeof(e1_rates); i++) {
 | 
			
		||||
				if (res == e1_rates[i])
 | 
			
		||||
					return (uint8_t) res;
 | 
			
		||||
			}
 | 
			
		||||
			return 0xff;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return 0xff;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Get the E1 bitstream offset from a given E1 endpoint name
 | 
			
		||||
 * (e.g. ds/e1-0/s-30/su16-4), returns 0xff on error. */
 | 
			
		||||
static uint8_t e1_offs_from_epname(const char *epname)
 | 
			
		||||
{
 | 
			
		||||
	char buf[MGCP_ENDPOINT_MAXLEN + 1];
 | 
			
		||||
	char *save_ptr = NULL;
 | 
			
		||||
	char *buf_ptr = buf;
 | 
			
		||||
	char *token;
 | 
			
		||||
	unsigned long int res = 0;
 | 
			
		||||
 | 
			
		||||
	strncpy(buf, epname, MGCP_ENDPOINT_MAXLEN);
 | 
			
		||||
 | 
			
		||||
	while (1) {
 | 
			
		||||
		token = strtok_r(buf_ptr, "/", &save_ptr);
 | 
			
		||||
		buf_ptr = NULL;
 | 
			
		||||
		if (!token)
 | 
			
		||||
			break;
 | 
			
		||||
		if (strncmp(token, "su", 2) == 0) {
 | 
			
		||||
			token = strstr(token, "-");
 | 
			
		||||
			if (!token)
 | 
			
		||||
				return 0xff;
 | 
			
		||||
			token += 1;
 | 
			
		||||
			errno = 0;
 | 
			
		||||
			res = strtoul(token, NULL, 10);
 | 
			
		||||
			if (errno == ERANGE || res > E1_OFFS_MAX)
 | 
			
		||||
				return 0xff;
 | 
			
		||||
			return (uint8_t) res;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return 0xff;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Get the E1 subslot number (internal) from a given E1 endpoint name
 | 
			
		||||
 * (e.g. ds/e1-0/s-30/su16-4), returns 0xff on error. */
 | 
			
		||||
static uint8_t e1_ss_nr_from_epname(const char *epname)
 | 
			
		||||
{
 | 
			
		||||
	uint8_t rate;
 | 
			
		||||
	uint8_t offs;
 | 
			
		||||
	unsigned int i;
 | 
			
		||||
 | 
			
		||||
	rate = e1_rate_from_epname(epname);
 | 
			
		||||
	offs = e1_offs_from_epname(epname);
 | 
			
		||||
 | 
			
		||||
	osmo_static_assert(sizeof(e1_rates) == sizeof(e1_offsets), e1_rates_e1_offsets_size);
 | 
			
		||||
 | 
			
		||||
	for (i = 0; i < sizeof(e1_rates); i++) {
 | 
			
		||||
		if ((e1_rates[i] == rate) && (e1_offsets[i] == offs))
 | 
			
		||||
			return i;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return 0xff;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Check if the selected E1 endpoint is avalable, which means that none of
 | 
			
		||||
 * the overlapping endpoints are currently serving a call. (if the system
 | 
			
		||||
 * is properly configured such a situation should never ocurr!) */
 | 
			
		||||
static bool endp_avail_e1(struct mgcp_endpoint *endp)
 | 
			
		||||
{
 | 
			
		||||
	/* The following map shows the overlapping of the subslots and their
 | 
			
		||||
	 * respective rates. The numbers on the right running from top to bottom
 | 
			
		||||
	 * are the bit offsets in the whole 64k timeslot. The numbers inside the
 | 
			
		||||
	 * boxes symbolize the internal subslot number (array index) and the
 | 
			
		||||
	 * rate in the form: i:r where i is the subslot number and r the
 | 
			
		||||
	 * respective rate.
 | 
			
		||||
	 *
 | 
			
		||||
	 * +--------+--------+--------+--------+ 0
 | 
			
		||||
	 * |        |        |        |  7:8k  |
 | 
			
		||||
	 * |        |        + 3:16k  +--------+ 1
 | 
			
		||||
	 * |        |        |        |  8:8k  |
 | 
			
		||||
	 * |        | 1:32k  +--------+--------+ 2
 | 
			
		||||
	 * |        |        |        |  9:8k  |
 | 
			
		||||
	 * |        |        + 4:16k  +--------+ 3
 | 
			
		||||
	 * |        |        |        | 10:8k  |
 | 
			
		||||
	 * | 0:64k  +--------+--------+--------+ 4
 | 
			
		||||
	 * |        |        |        | 11:8k  |
 | 
			
		||||
	 * |        |        + 5:16k  +--------+ 5
 | 
			
		||||
	 * |        |        |        | 12:8k  |
 | 
			
		||||
	 * |        | 2:32k  +--------+--------+ 6
 | 
			
		||||
	 * |        |        |        | 13:8k  |
 | 
			
		||||
	 * |        |        + 6:16k  +--------+ 7
 | 
			
		||||
	 * |        |        |        | 14:8k  |
 | 
			
		||||
	 * +--------+--------+--------+--------+ 8
 | 
			
		||||
	 *
 | 
			
		||||
	 * The following array contains tables with the subslot numbers that must be
 | 
			
		||||
	 * unused for each subslot. During this test we do not have to check the
 | 
			
		||||
	 * endpoint we need to verify, only the overlaps need to be checked. This is
 | 
			
		||||
	 * also the reason why the related subslot number is missing from each each
 | 
			
		||||
	 * line. */
 | 
			
		||||
	const int8_t interlock_tab[MGCP_ENDP_E1_SUBSLOTS][15] = {
 | 
			
		||||
		{ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, -1 },
 | 
			
		||||
		{ 0, 3, 4, 7, 8, 9, 10, -1, -1, -1, -1, -1, -1, -1, -1 },
 | 
			
		||||
		{ 0, 5, 6, 11, 12, 13, 14, -1, -1, -1, -1, -1, -1, -1, -1 },
 | 
			
		||||
		{ 0, 1, 7, 8, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 },
 | 
			
		||||
		{ 0, 1, 9, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 },
 | 
			
		||||
		{ 0, 2, 11, 12, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 },
 | 
			
		||||
		{ 0, 2, 13, 14, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 },
 | 
			
		||||
		{ 0, 1, 3, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 },
 | 
			
		||||
		{ 0, 1, 3, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 },
 | 
			
		||||
		{ 0, 1, 4, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 },
 | 
			
		||||
		{ 0, 1, 4, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 },
 | 
			
		||||
		{ 0, 2, 5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 },
 | 
			
		||||
		{ 0, 2, 5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 },
 | 
			
		||||
		{ 0, 2, 6, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 },
 | 
			
		||||
		{ 0, 2, 6, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 } };
 | 
			
		||||
 | 
			
		||||
	const int8_t *interlock;
 | 
			
		||||
	unsigned int i;
 | 
			
		||||
	uint8_t ts_nr = 0;
 | 
			
		||||
	uint8_t ss_nr = 0;
 | 
			
		||||
	char *epname_check;
 | 
			
		||||
	struct mgcp_endpoint *endp_check;
 | 
			
		||||
	bool available = true;
 | 
			
		||||
 | 
			
		||||
	/* This function must only be used with E1 type endpoints! */
 | 
			
		||||
	OSMO_ASSERT(endp->trunk->trunk_type == MGCP_TRUNK_E1);
 | 
			
		||||
 | 
			
		||||
	ts_nr = e1_ts_nr_from_epname(endp->name);
 | 
			
		||||
	ss_nr = e1_ss_nr_from_epname(endp->name);
 | 
			
		||||
	if (ts_nr == 0xff || ss_nr == 0xff) {
 | 
			
		||||
		LOGPENDP(endp, DLMGCP, LOGL_ERROR,
 | 
			
		||||
			 "cannot check endpoint availability, endpoint name not parseable!\n");
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	interlock = interlock_tab[ss_nr];
 | 
			
		||||
 | 
			
		||||
	for (i = 0; i < sizeof(interlock_tab[0]); i++) {
 | 
			
		||||
		/* Detect row end */
 | 
			
		||||
		if (interlock[i] == -1)
 | 
			
		||||
			break;
 | 
			
		||||
 | 
			
		||||
		/* Pick overlapping endpoint to check */
 | 
			
		||||
		epname_check = gen_e1_epname(endp, endp->trunk->cfg->domain,
 | 
			
		||||
					     endp->trunk->trunk_nr, ts_nr,
 | 
			
		||||
					     interlock[i]);
 | 
			
		||||
		endp_check = find_specific_endpoint(epname_check, endp->trunk);
 | 
			
		||||
		if (!endp_check) {
 | 
			
		||||
			LOGPENDP(endp, DLMGCP, LOGL_ERROR,
 | 
			
		||||
				 "cannot check endpoint availability, overlapping endpoint:%s not found!\n",
 | 
			
		||||
				 epname_check);
 | 
			
		||||
			talloc_free(epname_check);
 | 
			
		||||
			continue;
 | 
			
		||||
		}
 | 
			
		||||
		talloc_free(epname_check);
 | 
			
		||||
 | 
			
		||||
		/* Check if overlapping endpoint currently serves another call
 | 
			
		||||
		 * (This is an exceptional situation, that should not occur
 | 
			
		||||
		 * in a properly configured environment!) */
 | 
			
		||||
		if (endp_check->callid) {
 | 
			
		||||
			LOGPENDP(endp, DLMGCP, LOGL_ERROR,
 | 
			
		||||
				 "endpoint unavailable - overlapping endpoint:%s already serves a call!\n",
 | 
			
		||||
				 endp_check->name);
 | 
			
		||||
			available = false;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return available;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! check if an endpoint is available for any kind of operation.
 | 
			
		||||
 *  \param[in] endp endpoint to check.
 | 
			
		||||
 *  \returns true if endpoint is avalable, false it is blocked for any reason. */
 | 
			
		||||
bool mgcp_endp_avail(struct mgcp_endpoint *endp)
 | 
			
		||||
{
 | 
			
		||||
	switch (endp->trunk->trunk_type) {
 | 
			
		||||
	case MGCP_TRUNK_VIRTUAL:
 | 
			
		||||
		/* There are no obstacles that may render a virtual trunk
 | 
			
		||||
		 * endpoint unusable, so virtual trunk endpoints are always
 | 
			
		||||
		 * available */
 | 
			
		||||
		return true;
 | 
			
		||||
	case MGCP_TRUNK_E1:
 | 
			
		||||
		return endp_avail_e1(endp);
 | 
			
		||||
	default:
 | 
			
		||||
		OSMO_ASSERT(false);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return false;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! claim endpoint, sets callid and activates endpoint, should be called at the
 | 
			
		||||
 *  beginning of the CRCX procedure when it is clear that a new call should be
 | 
			
		||||
 *  created.
 | 
			
		||||
 *  \param[in] endp endpoint to claim.
 | 
			
		||||
 *  \param[in] callid that is assingned to this endpoint. */
 | 
			
		||||
int mgcp_endp_claim(struct mgcp_endpoint *endp, const char *callid)
 | 
			
		||||
{
 | 
			
		||||
	int rc = 0;
 | 
			
		||||
	uint8_t ts;
 | 
			
		||||
	uint8_t ss;
 | 
			
		||||
	uint8_t offs;
 | 
			
		||||
 | 
			
		||||
	/* TODO: Make this function more intelligent, it should run the
 | 
			
		||||
	 * call id checks we currently have in protocol.c directly here. */
 | 
			
		||||
 | 
			
		||||
	/* Set the callid, creation of another connection will only be possible
 | 
			
		||||
	 * when the callid matches up. (Connections are distinguished by their
 | 
			
		||||
	 * connection ids) */
 | 
			
		||||
	endp->callid = talloc_strdup(endp, callid);
 | 
			
		||||
	OSMO_ASSERT(endp->callid);
 | 
			
		||||
 | 
			
		||||
	/* Allocate resources */
 | 
			
		||||
	switch (endp->trunk->trunk_type) {
 | 
			
		||||
	case MGCP_TRUNK_VIRTUAL:
 | 
			
		||||
		/* No additional initaliziation required here, virtual
 | 
			
		||||
		 * endpoints will open/close network sockets themselves
 | 
			
		||||
		 * on demand. */
 | 
			
		||||
		break;
 | 
			
		||||
	case MGCP_TRUNK_E1:
 | 
			
		||||
		ts = e1_ts_nr_from_epname(endp->name);
 | 
			
		||||
		ss = e1_ss_nr_from_epname(endp->name);
 | 
			
		||||
		offs = e1_offs_from_epname(endp->name);
 | 
			
		||||
		OSMO_ASSERT(ts != 0xFF);
 | 
			
		||||
		OSMO_ASSERT(ts != 0);
 | 
			
		||||
		OSMO_ASSERT(ss != 0xFF);
 | 
			
		||||
		OSMO_ASSERT(offs != 0xFF);
 | 
			
		||||
		rc = mgcp_e1_endp_equip(endp, ts, ss, offs);
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		OSMO_ASSERT(false);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Make sure the endpoint is released when claiming the endpoint
 | 
			
		||||
	 * failes. */
 | 
			
		||||
	if (rc < 0)
 | 
			
		||||
		mgcp_endp_release(endp);
 | 
			
		||||
 | 
			
		||||
	return rc;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! update endpoint, updates internal endpoint specific data, should be
 | 
			
		||||
 *  after when MDCX or CRCX has been executed successuflly.
 | 
			
		||||
 *  \param[in] endp endpoint to update. */
 | 
			
		||||
void mgcp_endp_update(struct mgcp_endpoint *endp)
 | 
			
		||||
{
 | 
			
		||||
	/* Allocate resources */
 | 
			
		||||
	switch (endp->trunk->trunk_type) {
 | 
			
		||||
	case MGCP_TRUNK_VIRTUAL:
 | 
			
		||||
		/* No updating initaliziation required for virtual endpoints. */
 | 
			
		||||
		break;
 | 
			
		||||
	case MGCP_TRUNK_E1:
 | 
			
		||||
		mgcp_e1_endp_update(endp);
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		OSMO_ASSERT(false);
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
@@ -1,7 +1,11 @@
 | 
			
		||||
/* Endpoint types */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * (C) 2020 by Harald Welte <laforge@gnumonks.org>
 | 
			
		||||
 * (C) 2017 by sysmocom s.f.m.c. GmbH <info@sysmocom.de>
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * Author: Philipp Maier
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
			
		||||
@@ -17,8 +21,12 @@
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
struct ctrl_handle *mgw_ctrl_interface_setup(struct mgcp_config *cfg,
 | 
			
		||||
                                             const char *bind_addr, uint16_t port);
 | 
			
		||||
#include <osmocom/mgcp/mgcp_ep.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_internal.h>
 | 
			
		||||
 | 
			
		||||
/* Endpoint typeset definition */
 | 
			
		||||
const struct mgcp_endpoint_typeset ep_typeset = {
 | 
			
		||||
	/* Specify endpoint properties for RTP endpoint */
 | 
			
		||||
	.rtp.max_conns = 2,
 | 
			
		||||
	.rtp.dispatch_rtp_cb = mgcp_dispatch_rtp_bridge_cb
 | 
			
		||||
};
 | 
			
		||||
@@ -24,13 +24,10 @@
 | 
			
		||||
 | 
			
		||||
#include <limits.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/mgcp/mgcp.h>
 | 
			
		||||
#include <osmocom/mgcp/osmux.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_protocol.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_internal.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_common.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_msg.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_conn.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_endp.h>
 | 
			
		||||
 | 
			
		||||
/*! Display an mgcp message on the log output.
 | 
			
		||||
 *  \param[in] message mgcp message string
 | 
			
		||||
@@ -84,8 +81,9 @@ int mgcp_parse_conn_mode(const char *mode, struct mgcp_endpoint *endp,
 | 
			
		||||
	int ret = 0;
 | 
			
		||||
 | 
			
		||||
	if (!mode) {
 | 
			
		||||
		LOGPCONN(conn, DLMGCP, LOGL_ERROR,
 | 
			
		||||
			 "missing connection mode\n");
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "endpoint:0x%x missing connection mode\n",
 | 
			
		||||
		     ENDPOINT_NUMBER(endp));
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
	if (!conn)
 | 
			
		||||
@@ -93,17 +91,18 @@ int mgcp_parse_conn_mode(const char *mode, struct mgcp_endpoint *endp,
 | 
			
		||||
	if (!endp)
 | 
			
		||||
		return -1;
 | 
			
		||||
 | 
			
		||||
	if (strcasecmp(mode, "recvonly") == 0)
 | 
			
		||||
	if (strcmp(mode, "recvonly") == 0)
 | 
			
		||||
		conn->mode = MGCP_CONN_RECV_ONLY;
 | 
			
		||||
	else if (strcasecmp(mode, "sendrecv") == 0)
 | 
			
		||||
	else if (strcmp(mode, "sendrecv") == 0)
 | 
			
		||||
		conn->mode = MGCP_CONN_RECV_SEND;
 | 
			
		||||
	else if (strcasecmp(mode, "sendonly") == 0)
 | 
			
		||||
	else if (strcmp(mode, "sendonly") == 0)
 | 
			
		||||
		conn->mode = MGCP_CONN_SEND_ONLY;
 | 
			
		||||
	else if (strcasecmp(mode, "loopback") == 0)
 | 
			
		||||
	else if (strcmp(mode, "loopback") == 0)
 | 
			
		||||
		conn->mode = MGCP_CONN_LOOPBACK;
 | 
			
		||||
	else {
 | 
			
		||||
		LOGPCONN(conn, DLMGCP, LOGL_ERROR,
 | 
			
		||||
			 "unknown connection mode: '%s'\n", mode);
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "endpoint:0x%x unknown connection mode: '%s'\n",
 | 
			
		||||
		     ENDPOINT_NUMBER(endp), mode);
 | 
			
		||||
		ret = -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
@@ -113,15 +112,18 @@ int mgcp_parse_conn_mode(const char *mode, struct mgcp_endpoint *endp,
 | 
			
		||||
		    conn->mode & MGCP_CONN_SEND_ONLY ? 1 : 0;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	LOGPENDP(endp, DLMGCP, LOGL_DEBUG, "conn:%s\n", mgcp_conn_dump(conn));
 | 
			
		||||
	LOGP(DLMGCP, LOGL_DEBUG,
 | 
			
		||||
	     "endpoint:0x%x conn:%s\n",
 | 
			
		||||
	     ENDPOINT_NUMBER(endp), mgcp_conn_dump(conn));
 | 
			
		||||
 | 
			
		||||
	LOGPCONN(conn, DLMGCP, LOGL_DEBUG, "connection mode '%s' %d\n",
 | 
			
		||||
		 mode, conn->mode);
 | 
			
		||||
	LOGP(DLMGCP, LOGL_DEBUG,
 | 
			
		||||
	     "endpoint:0x%x connection mode '%s' %d\n",
 | 
			
		||||
	     ENDPOINT_NUMBER(endp), mode, conn->mode);
 | 
			
		||||
 | 
			
		||||
	/* Special handling für RTP connections */
 | 
			
		||||
	if (conn->type == MGCP_CONN_TYPE_RTP) {
 | 
			
		||||
		LOGPCONN(conn, DLMGCP, LOGL_DEBUG, "output_enabled %d\n",
 | 
			
		||||
			 conn->u.rtp.end.output_enabled);
 | 
			
		||||
		LOGP(DLMGCP, LOGL_DEBUG, "endpoint:0x%x output_enabled %d\n",
 | 
			
		||||
		     ENDPOINT_NUMBER(endp), conn->u.rtp.end.output_enabled);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* The VTY might change the connection mode at any time, so we have
 | 
			
		||||
@@ -131,6 +133,73 @@ int mgcp_parse_conn_mode(const char *mode, struct mgcp_endpoint *endp,
 | 
			
		||||
	return ret;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* We have a null terminated string with the endpoint name here. We only
 | 
			
		||||
 * support two kinds. Simple ones as seen on the BSC level and the ones
 | 
			
		||||
 * seen on the trunk side. (helper function for find_endpoint()) */
 | 
			
		||||
static struct mgcp_endpoint *find_e1_endpoint(struct mgcp_config *cfg,
 | 
			
		||||
					      const char *mgcp)
 | 
			
		||||
{
 | 
			
		||||
	char *rest = NULL;
 | 
			
		||||
	struct mgcp_trunk_config *tcfg;
 | 
			
		||||
	int trunk, endp;
 | 
			
		||||
 | 
			
		||||
	trunk = strtoul(mgcp + 6, &rest, 10);
 | 
			
		||||
	if (rest == NULL || rest[0] != '/' || trunk < 1) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "Wrong trunk name '%s'\n", mgcp);
 | 
			
		||||
		return NULL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	endp = strtoul(rest + 1, &rest, 10);
 | 
			
		||||
	if (rest == NULL || rest[0] != '@') {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "Wrong endpoint name '%s'\n", mgcp);
 | 
			
		||||
		return NULL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* signalling is on timeslot 1 */
 | 
			
		||||
	if (endp == 1)
 | 
			
		||||
		return NULL;
 | 
			
		||||
 | 
			
		||||
	tcfg = mgcp_trunk_num(cfg, trunk);
 | 
			
		||||
	if (!tcfg) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "The trunk %d is not declared.\n",
 | 
			
		||||
		     trunk);
 | 
			
		||||
		return NULL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (!tcfg->endpoints) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "Endpoints of trunk %d not allocated.\n", trunk);
 | 
			
		||||
		return NULL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (endp < 1 || endp >= tcfg->number_endpoints) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "Failed to find endpoint '%s'\n",
 | 
			
		||||
		     mgcp);
 | 
			
		||||
		return NULL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return &tcfg->endpoints[endp];
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Search the endpoint pool for the endpoint that had been selected via the
 | 
			
		||||
 * MGCP message (helper function for mgcp_analyze_header()) */
 | 
			
		||||
static struct mgcp_endpoint *find_endpoint(struct mgcp_config *cfg,
 | 
			
		||||
					   const char *mgcp)
 | 
			
		||||
{
 | 
			
		||||
	char *endptr = NULL;
 | 
			
		||||
	unsigned int gw = INT_MAX;
 | 
			
		||||
 | 
			
		||||
	if (strncmp(mgcp, "ds/e1", 5) == 0)
 | 
			
		||||
		return find_e1_endpoint(cfg, mgcp);
 | 
			
		||||
 | 
			
		||||
	gw = strtoul(mgcp, &endptr, 10);
 | 
			
		||||
	if (gw > 0 && gw < cfg->trunk.number_endpoints && endptr[0] == '@')
 | 
			
		||||
		return &cfg->trunk.endpoints[gw];
 | 
			
		||||
 | 
			
		||||
	LOGP(DLMGCP, LOGL_ERROR, "Not able to find the endpoint: '%s'\n", mgcp);
 | 
			
		||||
	return NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! Analyze and parse the the hader of an MGCP messeage string.
 | 
			
		||||
 *  \param[out] pdata caller provided memory to store the parsing results
 | 
			
		||||
 *  \param[in] data mgcp message string
 | 
			
		||||
@@ -140,7 +209,6 @@ int mgcp_parse_header(struct mgcp_parse_data *pdata, char *data)
 | 
			
		||||
{
 | 
			
		||||
	int i = 0;
 | 
			
		||||
	char *elem, *save = NULL;
 | 
			
		||||
	int cause;
 | 
			
		||||
 | 
			
		||||
	/*! This function will parse the header part of the received
 | 
			
		||||
	 *  MGCP message. The parsing results are stored in pdata.
 | 
			
		||||
@@ -158,26 +226,25 @@ int mgcp_parse_header(struct mgcp_parse_data *pdata, char *data)
 | 
			
		||||
			pdata->trans = elem;
 | 
			
		||||
			break;
 | 
			
		||||
		case 1:
 | 
			
		||||
			pdata->endp = mgcp_endp_by_name(&cause, elem, pdata->cfg);
 | 
			
		||||
			pdata->endp = find_endpoint(pdata->cfg, elem);
 | 
			
		||||
			if (!pdata->endp) {
 | 
			
		||||
				LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
				     "Unable to find Endpoint `%s'\n", elem);
 | 
			
		||||
				OSMO_ASSERT(cause < 0);
 | 
			
		||||
				return cause;
 | 
			
		||||
				return -1;
 | 
			
		||||
			}
 | 
			
		||||
			break;
 | 
			
		||||
		case 2:
 | 
			
		||||
			if (strcasecmp("MGCP", elem)) {
 | 
			
		||||
			if (strcmp("MGCP", elem)) {
 | 
			
		||||
				LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
				     "MGCP header parsing error\n");
 | 
			
		||||
				return -510;
 | 
			
		||||
				return -1;
 | 
			
		||||
			}
 | 
			
		||||
			break;
 | 
			
		||||
		case 3:
 | 
			
		||||
			if (strcmp("1.0", elem)) {
 | 
			
		||||
				LOGP(DLMGCP, LOGL_ERROR, "MGCP version `%s' "
 | 
			
		||||
				     "not supported\n", elem);
 | 
			
		||||
				return -528;
 | 
			
		||||
				return -1;
 | 
			
		||||
			}
 | 
			
		||||
			break;
 | 
			
		||||
		}
 | 
			
		||||
@@ -188,7 +255,7 @@ int mgcp_parse_header(struct mgcp_parse_data *pdata, char *data)
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "MGCP status line too short.\n");
 | 
			
		||||
		pdata->trans = "000000";
 | 
			
		||||
		pdata->endp = NULL;
 | 
			
		||||
		return -510;
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
@@ -196,27 +263,18 @@ int mgcp_parse_header(struct mgcp_parse_data *pdata, char *data)
 | 
			
		||||
 | 
			
		||||
/*! Extract OSMUX CID from an MGCP parameter line (string).
 | 
			
		||||
 *  \param[in] line single parameter line from the MGCP message
 | 
			
		||||
 *  \returns OSMUX CID, -1 wildcard, -2 on error */
 | 
			
		||||
 *  \returns OSMUX CID, -1 on error */
 | 
			
		||||
int mgcp_parse_osmux_cid(const char *line)
 | 
			
		||||
{
 | 
			
		||||
	int osmux_cid;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
	if (strcasecmp(line + 2, "Osmux: *") == 0) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_DEBUG, "Parsed wilcard Osmux CID\n");
 | 
			
		||||
	if (sscanf(line + 2, "Osmux: %u", &osmux_cid) != 1)
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (sscanf(line + 2 + 7, "%u", &osmux_cid) != 1) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "Failed parsing Osmux in MGCP msg line: %s\n",
 | 
			
		||||
		     line);
 | 
			
		||||
		return -2;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (osmux_cid > OSMUX_CID_MAX) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "Osmux ID too large: %u > %u\n",
 | 
			
		||||
		     osmux_cid, OSMUX_CID_MAX);
 | 
			
		||||
		return -2;
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
	LOGP(DLMGCP, LOGL_DEBUG, "bsc-nat offered Osmux CID %u\n", osmux_cid);
 | 
			
		||||
 | 
			
		||||
@@ -232,8 +290,8 @@ int mgcp_check_param(const struct mgcp_endpoint *endp, const char *line)
 | 
			
		||||
	const size_t line_len = strlen(line);
 | 
			
		||||
	if (line[0] != '\0' && line_len < 2) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "Wrong MGCP option format: '%s' on %s\n",
 | 
			
		||||
		     line, endp->name);
 | 
			
		||||
		     "Wrong MGCP option format: '%s' on 0x%x\n",
 | 
			
		||||
		     line, ENDPOINT_NUMBER(endp));
 | 
			
		||||
		return 0;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
@@ -253,20 +311,15 @@ int mgcp_verify_call_id(struct mgcp_endpoint *endp, const char *callid)
 | 
			
		||||
 | 
			
		||||
	if (!endp)
 | 
			
		||||
		return -1;
 | 
			
		||||
 | 
			
		||||
	/* Accept any CallID for "X-Osmo-IGN: C" */
 | 
			
		||||
	if (endp->x_osmo_ign & MGCP_X_OSMO_IGN_CALLID)
 | 
			
		||||
		return 0;
 | 
			
		||||
 | 
			
		||||
	if (!callid)
 | 
			
		||||
		return -1;
 | 
			
		||||
	if (!endp->callid)
 | 
			
		||||
		return -1;
 | 
			
		||||
 | 
			
		||||
	if (strcmp(endp->callid, callid) != 0) {
 | 
			
		||||
		LOGPENDP(endp, DLMGCP, LOGL_ERROR,
 | 
			
		||||
			 "CallIDs mismatch: '%s' != '%s'\n",
 | 
			
		||||
			 endp->callid, callid);
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "endpoint:0x%x CallIDs does not match '%s' != '%s'\n",
 | 
			
		||||
		     ENDPOINT_NUMBER(endp), endp->callid, callid);
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
@@ -276,45 +329,42 @@ int mgcp_verify_call_id(struct mgcp_endpoint *endp, const char *callid)
 | 
			
		||||
/*! Check if the specified connection id seems plausible.
 | 
			
		||||
  * \param[in] endp pointer to endpoint
 | 
			
		||||
  * \param{in] connection id to verify
 | 
			
		||||
  * \returns 0 when connection id is valid and exists, an RFC3435 error code on error.
 | 
			
		||||
  */
 | 
			
		||||
  * \returns 1 when connection id seems plausible, 0 on error */
 | 
			
		||||
int mgcp_verify_ci(struct mgcp_endpoint *endp, const char *conn_id)
 | 
			
		||||
{
 | 
			
		||||
	/* For invalid conn_ids, return 510 "The transaction could not be executed, because some
 | 
			
		||||
	 * unspecified protocol error was detected." */
 | 
			
		||||
 | 
			
		||||
	/* Check for null identifiers */
 | 
			
		||||
	if (!conn_id) {
 | 
			
		||||
		LOGPENDP(endp, DLMGCP, LOGL_ERROR,
 | 
			
		||||
			 "invalid ConnectionIdentifier (missing)\n");
 | 
			
		||||
		return 510;
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "endpoint:0x%x invalid ConnectionIdentifier (missing)\n",
 | 
			
		||||
		     ENDPOINT_NUMBER(endp));
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Check for empty connection identifiers */
 | 
			
		||||
	if (strlen(conn_id) == 0) {
 | 
			
		||||
		LOGPENDP(endp, DLMGCP, LOGL_ERROR,
 | 
			
		||||
			 "invalid ConnectionIdentifier (empty)\n");
 | 
			
		||||
		return 510;
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "endpoint:0x%x invalid ConnectionIdentifier (empty)\n",
 | 
			
		||||
		     ENDPOINT_NUMBER(endp));
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Check for over long connection identifiers */
 | 
			
		||||
	if (strlen(conn_id) > (MGCP_CONN_ID_MAXLEN-1)) {
 | 
			
		||||
		LOGPENDP(endp, DLMGCP, LOGL_ERROR,
 | 
			
		||||
			"invalid ConnectionIdentifier (too long: %zu > %d) 0x%s\n",
 | 
			
		||||
			 strlen(conn_id), MGCP_CONN_ID_MAXLEN-1, conn_id);
 | 
			
		||||
		return 510;
 | 
			
		||||
	if (strlen(conn_id) > MGCP_CONN_ID_LENGTH) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "endpoint:0x%x invalid ConnectionIdentifier (too long) 0x%s\n",
 | 
			
		||||
		     ENDPOINT_NUMBER(endp), conn_id);
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Check if connection exists */
 | 
			
		||||
	if (mgcp_conn_get(endp, conn_id))
 | 
			
		||||
		return 0;
 | 
			
		||||
 | 
			
		||||
	LOGPENDP(endp, DLMGCP, LOGL_ERROR,
 | 
			
		||||
	     "no connection found under ConnectionIdentifier 0x%s\n", conn_id);
 | 
			
		||||
	LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
	     "endpoint:0x%x no connection found under ConnectionIdentifier 0x%s\n",
 | 
			
		||||
	     ENDPOINT_NUMBER(endp), conn_id);
 | 
			
		||||
 | 
			
		||||
	/* When the conn_id was not found, return error code 515 "The transaction refers to an incorrect
 | 
			
		||||
	 * connection-id (may have been already deleted)." */
 | 
			
		||||
	return 515;
 | 
			
		||||
	return -1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! Extract individual lines from MCGP message.
 | 
			
		||||
 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -15,19 +15,15 @@
 | 
			
		||||
#include <inttypes.h> /* for PRIu64 */
 | 
			
		||||
#include <netinet/in.h>
 | 
			
		||||
#include <osmocom/core/msgb.h>
 | 
			
		||||
#include <osmocom/core/socket.h>
 | 
			
		||||
#include <osmocom/core/talloc.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/netif/osmux.h>
 | 
			
		||||
#include <osmocom/netif/rtp.h>
 | 
			
		||||
#include <osmocom/netif/amr.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/mgcp/mgcp.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_protocol.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_internal.h>
 | 
			
		||||
#include <osmocom/mgcp/osmux.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_conn.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_endp.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_trunk.h>
 | 
			
		||||
 | 
			
		||||
static struct osmo_fd osmux_fd;
 | 
			
		||||
 | 
			
		||||
@@ -37,7 +33,7 @@ struct osmux_handle {
 | 
			
		||||
	struct llist_head head;
 | 
			
		||||
	struct osmux_in_handle *in;
 | 
			
		||||
	struct in_addr rem_addr;
 | 
			
		||||
	int rem_port; /* network byte order */
 | 
			
		||||
	int rem_port;
 | 
			
		||||
	int refcnt;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -146,7 +142,7 @@ osmux_handle_alloc(struct mgcp_config *cfg, struct in_addr *addr, int rem_port)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Lookup existing handle for a specified address, if the handle can not be
 | 
			
		||||
 * found, the function will automatically allocate one */
 | 
			
		||||
 * foud a the function will automatically allocate one */
 | 
			
		||||
static struct osmux_in_handle *
 | 
			
		||||
osmux_handle_lookup(struct mgcp_config *cfg, struct in_addr *addr, int rem_port)
 | 
			
		||||
{
 | 
			
		||||
@@ -180,12 +176,6 @@ int osmux_xfrm_to_osmux(char *buf, int buf_len, struct mgcp_conn_rtp *conn)
 | 
			
		||||
	memcpy(msg->data, buf, buf_len);
 | 
			
		||||
	msgb_put(msg, buf_len);
 | 
			
		||||
 | 
			
		||||
	if (conn->osmux.state != OSMUX_STATE_ENABLED) {
 | 
			
		||||
		LOGPCONN(conn->conn, DLMGCP, LOGL_INFO, "forwarding RTP to Osmux conn not yet enabled, dropping (cid=%d)\n",
 | 
			
		||||
		conn->osmux.cid);
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	while ((ret = osmux_xfrm_input(conn->osmux.in, msg, conn->osmux.cid)) > 0) {
 | 
			
		||||
		/* batch full, build and deliver it */
 | 
			
		||||
		osmux_xfrm_input_deliver(conn->osmux.in);
 | 
			
		||||
@@ -194,57 +184,111 @@ int osmux_xfrm_to_osmux(char *buf, int buf_len, struct mgcp_conn_rtp *conn)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Lookup the endpoint that corresponds to the specified address (port) */
 | 
			
		||||
static struct mgcp_conn_rtp*
 | 
			
		||||
osmux_conn_lookup(struct mgcp_config *cfg, uint8_t cid,
 | 
			
		||||
		struct in_addr *from_addr)
 | 
			
		||||
static struct mgcp_endpoint *
 | 
			
		||||
endpoint_lookup(struct mgcp_config *cfg, int cid,
 | 
			
		||||
		struct in_addr *from_addr, int type)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_trunk *trunk = mgcp_trunk_by_num(cfg, MGCP_TRUNK_VIRTUAL, MGCP_VIRT_TRUNK_ID);
 | 
			
		||||
	struct mgcp_endpoint *endp;
 | 
			
		||||
	struct mgcp_conn *conn = NULL;
 | 
			
		||||
	struct mgcp_conn_rtp * conn_rtp;
 | 
			
		||||
	struct mgcp_endpoint *endp = NULL;
 | 
			
		||||
	int i;
 | 
			
		||||
	struct mgcp_conn_rtp *conn_net = NULL;
 | 
			
		||||
	struct mgcp_conn_rtp *conn_bts = NULL;
 | 
			
		||||
 | 
			
		||||
	for (i = 0; i < trunk->number_endpoints; i++) {
 | 
			
		||||
	for (i=0; i<cfg->trunk.number_endpoints; i++) {
 | 
			
		||||
		struct in_addr *this;
 | 
			
		||||
 | 
			
		||||
		endp = trunk->endpoints[i];
 | 
			
		||||
		endp = &cfg->trunk.endpoints[i];
 | 
			
		||||
 | 
			
		||||
		llist_for_each_entry(conn, &endp->conns, entry) {
 | 
			
		||||
			if (conn->type != MGCP_CONN_TYPE_RTP)
 | 
			
		||||
				continue;
 | 
			
		||||
#if 0
 | 
			
		||||
		if (!tmp->allocated)
 | 
			
		||||
			continue;
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
			conn_rtp = &conn->u.rtp;
 | 
			
		||||
			if (!mgcp_conn_rtp_is_osmux(conn_rtp))
 | 
			
		||||
				continue;
 | 
			
		||||
 | 
			
		||||
			if (conn_rtp->osmux.cid == cid)
 | 
			
		||||
				return conn_rtp;
 | 
			
		||||
		switch(type) {
 | 
			
		||||
		case MGCP_DEST_NET:
 | 
			
		||||
			/* FIXME: Get rid of CONN_ID_XXX! */
 | 
			
		||||
			conn_net = mgcp_conn_get_rtp(endp, CONN_ID_NET);
 | 
			
		||||
			if (conn_net)
 | 
			
		||||
				this = &conn_net->end.addr;
 | 
			
		||||
			else
 | 
			
		||||
				this = NULL;
 | 
			
		||||
			break;
 | 
			
		||||
		case MGCP_DEST_BTS:
 | 
			
		||||
			/* FIXME: Get rid of CONN_ID_XXX! */
 | 
			
		||||
			conn_bts = mgcp_conn_get_rtp(endp, CONN_ID_BTS);
 | 
			
		||||
			if (conn_bts)
 | 
			
		||||
				this = &conn_bts->end.addr;
 | 
			
		||||
			else
 | 
			
		||||
				this = NULL;
 | 
			
		||||
			break;
 | 
			
		||||
		default:
 | 
			
		||||
			/* Should not ever happen */
 | 
			
		||||
			LOGP(DLMGCP, LOGL_ERROR, "Bad type %d. Fix your code.\n", type);
 | 
			
		||||
			return NULL;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		/* FIXME: Get rid of CONN_ID_XXX! */
 | 
			
		||||
		conn_net = mgcp_conn_get_rtp(endp, CONN_ID_NET);
 | 
			
		||||
		if (conn_net && this && conn_net->osmux.cid == cid
 | 
			
		||||
		    && this->s_addr == from_addr->s_addr)
 | 
			
		||||
			return endp;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	LOGP(DLMGCP, LOGL_ERROR, "Cannot find osmux conn with cid=%d\n", cid);
 | 
			
		||||
	LOGP(DLMGCP, LOGL_ERROR, "Cannot find endpoint with cid=%d\n", cid);
 | 
			
		||||
 | 
			
		||||
	return NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* FIXME: this is declared and used in mgcp_network.c, but documentation of mgcp_dispatch_rtp_bridge_cb() states another enum is to be used */
 | 
			
		||||
enum {
 | 
			
		||||
	MGCP_PROTO_RTP,
 | 
			
		||||
	MGCP_PROTO_RTCP,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static void scheduled_from_osmux_tx_rtp_cb(struct msgb *msg, void *data)
 | 
			
		||||
static void scheduled_tx_net_cb(struct msgb *msg, void *data)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_conn_rtp *conn = data;
 | 
			
		||||
	struct mgcp_endpoint *endp = conn->conn->endp;
 | 
			
		||||
	struct sockaddr_in addr = { /* FIXME: do we know the source address?? */ };
 | 
			
		||||
	struct osmo_rtp_msg_ctx *mc = OSMO_RTP_MSG_CTX(msg);
 | 
			
		||||
	*mc = (struct osmo_rtp_msg_ctx){
 | 
			
		||||
		.proto = MGCP_PROTO_RTP,
 | 
			
		||||
		.conn_src = conn,
 | 
			
		||||
		.from_addr = &addr,
 | 
			
		||||
	struct mgcp_endpoint *endp = data;
 | 
			
		||||
	struct mgcp_conn_rtp *conn_net = NULL;
 | 
			
		||||
	struct mgcp_conn_rtp *conn_bts = NULL;
 | 
			
		||||
 | 
			
		||||
	/* FIXME: Get rid of CONN_ID_XXX! */
 | 
			
		||||
	conn_bts = mgcp_conn_get_rtp(endp, CONN_ID_BTS);
 | 
			
		||||
	conn_net = mgcp_conn_get_rtp(endp, CONN_ID_NET);
 | 
			
		||||
	if (!conn_bts || !conn_net)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	struct sockaddr_in addr = {
 | 
			
		||||
		.sin_addr = conn_net->end.addr,
 | 
			
		||||
		.sin_port = conn_net->end.rtp_port,
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	endp->type->dispatch_rtp_cb(msg);
 | 
			
		||||
	conn_bts->end.octets_tx += msg->len;
 | 
			
		||||
	conn_bts->end.packets_tx++;
 | 
			
		||||
 | 
			
		||||
	/* Send RTP data to NET */
 | 
			
		||||
	/* FIXME: Get rid of conn_bts and conn_net! */
 | 
			
		||||
	mgcp_send(endp, 1, &addr, (char *)msg->data, msg->len,
 | 
			
		||||
		  conn_bts, conn_net);
 | 
			
		||||
	msgb_free(msg);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void scheduled_tx_bts_cb(struct msgb *msg, void *data)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_endpoint *endp = data;
 | 
			
		||||
	struct mgcp_conn_rtp *conn_net = NULL;
 | 
			
		||||
	struct mgcp_conn_rtp *conn_bts = NULL;
 | 
			
		||||
 | 
			
		||||
	/* FIXME: Get rid of CONN_ID_XXX! */
 | 
			
		||||
	conn_bts = mgcp_conn_get_rtp(endp, CONN_ID_BTS);
 | 
			
		||||
	conn_net = mgcp_conn_get_rtp(endp, CONN_ID_NET);
 | 
			
		||||
	if (!conn_bts || !conn_net)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	struct sockaddr_in addr = {
 | 
			
		||||
		.sin_addr = conn_bts->end.addr,
 | 
			
		||||
		.sin_port = conn_bts->end.rtp_port,
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	conn_net->end.octets_tx += msg->len;
 | 
			
		||||
	conn_net->end.packets_tx++;
 | 
			
		||||
 | 
			
		||||
	/* Send RTP data to BTS */
 | 
			
		||||
	/* FIXME: Get rid of conn_bts and conn_net! */
 | 
			
		||||
	mgcp_send(endp, 1, &addr, (char *)msg->data, msg->len,
 | 
			
		||||
		  conn_net, conn_bts);
 | 
			
		||||
	msgb_free(msg);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -271,47 +315,54 @@ static struct msgb *osmux_recv(struct osmo_fd *ofd, struct sockaddr_in *addr)
 | 
			
		||||
	return msg;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Updates endp osmux state and returns 0 if it can process messages, -1 otherwise */
 | 
			
		||||
static int endp_osmux_state_check(struct mgcp_endpoint *endp, struct mgcp_conn_rtp *conn,
 | 
			
		||||
				  bool sending)
 | 
			
		||||
#define osmux_chunk_length(msg, rem) (rem - msg->len);
 | 
			
		||||
 | 
			
		||||
int osmux_read_from_bsc_nat_cb(struct osmo_fd *ofd, unsigned int what)
 | 
			
		||||
{
 | 
			
		||||
	switch(conn->osmux.state) {
 | 
			
		||||
	case OSMUX_STATE_ACTIVATING:
 | 
			
		||||
	if (osmux_enable_conn(endp, conn, &conn->end.addr, conn->end.rtp_port) < 0) {
 | 
			
		||||
			LOGPCONN(conn->conn, DLMGCP, LOGL_ERROR,
 | 
			
		||||
				 "Could not enable osmux for conn on %s: %s\n",
 | 
			
		||||
				 sending ? "sent" : "received",
 | 
			
		||||
				 mgcp_conn_dump(conn->conn));
 | 
			
		||||
			return -1;
 | 
			
		||||
	struct msgb *msg;
 | 
			
		||||
	struct osmux_hdr *osmuxh;
 | 
			
		||||
	struct llist_head list;
 | 
			
		||||
	struct sockaddr_in addr;
 | 
			
		||||
	struct mgcp_config *cfg = ofd->data;
 | 
			
		||||
	uint32_t rem;
 | 
			
		||||
	struct mgcp_conn_rtp *conn_net = NULL;
 | 
			
		||||
 | 
			
		||||
	msg = osmux_recv(ofd, &addr);
 | 
			
		||||
	if (!msg)
 | 
			
		||||
		return -1;
 | 
			
		||||
 | 
			
		||||
	/* not any further processing dummy messages */
 | 
			
		||||
	if (msg->data[0] == MGCP_DUMMY_LOAD)
 | 
			
		||||
		goto out;
 | 
			
		||||
 | 
			
		||||
	rem = msg->len;
 | 
			
		||||
	while((osmuxh = osmux_xfrm_output_pull(msg)) != NULL) {
 | 
			
		||||
		struct mgcp_endpoint *endp;
 | 
			
		||||
 | 
			
		||||
		/* Yes, we use MGCP_DEST_NET to locate the origin */
 | 
			
		||||
		endp = endpoint_lookup(cfg, osmuxh->circuit_id,
 | 
			
		||||
				       &addr.sin_addr, MGCP_DEST_NET);
 | 
			
		||||
 | 
			
		||||
		/* FIXME: Get rid of CONN_ID_XXX! */
 | 
			
		||||
		conn_net = mgcp_conn_get_rtp(endp, CONN_ID_NET);
 | 
			
		||||
		if (!conn_net)
 | 
			
		||||
			goto out;
 | 
			
		||||
 | 
			
		||||
		if (!endp) {
 | 
			
		||||
			LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
			     "Cannot find an endpoint for circuit_id=%d\n",
 | 
			
		||||
			     osmuxh->circuit_id);
 | 
			
		||||
			goto out;
 | 
			
		||||
		}
 | 
			
		||||
		LOGPCONN(conn->conn, DLMGCP, LOGL_ERROR,
 | 
			
		||||
			 "Osmux %s CID %u towards %s:%u is now enabled\n",
 | 
			
		||||
			 sending ? "sent" : "received",
 | 
			
		||||
			 conn->osmux.cid, inet_ntoa(conn->end.addr),
 | 
			
		||||
			 ntohs(conn->end.rtp_port));
 | 
			
		||||
		return 0;
 | 
			
		||||
	case OSMUX_STATE_ENABLED:
 | 
			
		||||
		return 0;
 | 
			
		||||
	default:
 | 
			
		||||
		LOGPCONN(conn->conn, DLMGCP, LOGL_ERROR,
 | 
			
		||||
			 "Osmux %s in conn %s without full negotiation, state %d\n",
 | 
			
		||||
			 sending ? "sent" : "received",
 | 
			
		||||
			 mgcp_conn_dump(conn->conn), conn->osmux.state);
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
		conn_net->osmux.stats.octets += osmux_chunk_length(msg, rem);
 | 
			
		||||
		conn_net->osmux.stats.chunks++;
 | 
			
		||||
		rem = msg->len;
 | 
			
		||||
 | 
			
		||||
static int osmux_legacy_dummy_parse_cid(struct sockaddr_in *addr, struct msgb *msg,
 | 
			
		||||
					uint8_t *osmux_cid)
 | 
			
		||||
{
 | 
			
		||||
	if (msg->len < 1 + sizeof(*osmux_cid)) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "Discarding truncated Osmux dummy load: %s\n", osmo_hexdump(msg->data, msg->len));
 | 
			
		||||
		return -1;
 | 
			
		||||
		osmux_xfrm_output(osmuxh, &conn_net->osmux.out, &list);
 | 
			
		||||
		osmux_tx_sched(&list, scheduled_tx_bts_cb, endp);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* extract the osmux CID from the dummy message */
 | 
			
		||||
	memcpy(osmux_cid, &msg->data[1], sizeof(*osmux_cid));
 | 
			
		||||
out:
 | 
			
		||||
	msgb_free(msg);
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -319,77 +370,100 @@ static int osmux_legacy_dummy_parse_cid(struct sockaddr_in *addr, struct msgb *m
 | 
			
		||||
static int osmux_handle_dummy(struct mgcp_config *cfg, struct sockaddr_in *addr,
 | 
			
		||||
			      struct msgb *msg)
 | 
			
		||||
{
 | 
			
		||||
	struct mgcp_endpoint *endp;
 | 
			
		||||
	uint8_t osmux_cid;
 | 
			
		||||
	struct mgcp_conn_rtp *conn;
 | 
			
		||||
	struct mgcp_conn_rtp *conn_net = NULL;
 | 
			
		||||
 | 
			
		||||
	if (osmux_legacy_dummy_parse_cid(addr, msg, &osmux_cid) < 0)
 | 
			
		||||
		goto out;
 | 
			
		||||
 | 
			
		||||
	conn = osmux_conn_lookup(cfg, osmux_cid, &addr->sin_addr);
 | 
			
		||||
	if (!conn) {
 | 
			
		||||
	if (msg->len < 1 + sizeof(osmux_cid)) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "Cannot find conn for Osmux CID %d\n", osmux_cid);
 | 
			
		||||
		     "Discarding truncated Osmux dummy load\n");
 | 
			
		||||
		goto out;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	endp_osmux_state_check(conn->conn->endp, conn, false);
 | 
			
		||||
	/* Only needed to punch hole in firewall, it can be dropped */
 | 
			
		||||
	LOGP(DLMGCP, LOGL_DEBUG, "Received Osmux dummy load from %s\n",
 | 
			
		||||
	     inet_ntoa(addr->sin_addr));
 | 
			
		||||
 | 
			
		||||
	if (!cfg->osmux) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "bsc wants to use Osmux but bsc-nat did not request it\n");
 | 
			
		||||
		goto out;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* extract the osmux CID from the dummy message */
 | 
			
		||||
	memcpy(&osmux_cid, &msg->data[1], sizeof(osmux_cid));
 | 
			
		||||
 | 
			
		||||
	endp = endpoint_lookup(cfg, osmux_cid, &addr->sin_addr, MGCP_DEST_BTS);
 | 
			
		||||
	if (!endp) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "Cannot find endpoint for Osmux CID %d\n", osmux_cid);
 | 
			
		||||
		goto out;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	conn_net = mgcp_conn_get_rtp(endp, CONN_ID_NET);
 | 
			
		||||
	if (!conn_net)
 | 
			
		||||
		goto out;
 | 
			
		||||
 | 
			
		||||
	if (conn_net->osmux.state == OSMUX_STATE_ENABLED)
 | 
			
		||||
		goto out;
 | 
			
		||||
 | 
			
		||||
	if (osmux_enable_conn(endp, conn_net, &addr->sin_addr, addr->sin_port) < 0 ) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "Could not enable osmux in endpoint %d\n",
 | 
			
		||||
		     ENDPOINT_NUMBER(endp));
 | 
			
		||||
		goto out;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	LOGP(DLMGCP, LOGL_INFO, "Enabling osmux in endpoint %d for %s:%u\n",
 | 
			
		||||
	     ENDPOINT_NUMBER(endp), inet_ntoa(addr->sin_addr),
 | 
			
		||||
	     ntohs(addr->sin_port));
 | 
			
		||||
out:
 | 
			
		||||
	msgb_free(msg);
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#define osmux_chunk_length(msg, rem) (rem - msg->len);
 | 
			
		||||
 | 
			
		||||
static int osmux_read_fd_cb(struct osmo_fd *ofd, unsigned int what)
 | 
			
		||||
int osmux_read_from_bsc_cb(struct osmo_fd *ofd, unsigned int what)
 | 
			
		||||
{
 | 
			
		||||
	struct msgb *msg;
 | 
			
		||||
	struct osmux_hdr *osmuxh;
 | 
			
		||||
	struct llist_head list;
 | 
			
		||||
	struct sockaddr_in addr;
 | 
			
		||||
	struct mgcp_config *cfg = ofd->data;
 | 
			
		||||
	uint32_t rem;
 | 
			
		||||
	struct mgcp_conn_rtp *conn_src;
 | 
			
		||||
	struct mgcp_conn_rtp *conn_net = NULL;
 | 
			
		||||
 | 
			
		||||
	msg = osmux_recv(ofd, &addr);
 | 
			
		||||
	if (!msg)
 | 
			
		||||
		return -1;
 | 
			
		||||
 | 
			
		||||
	if (!cfg->osmux) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "bsc-nat wants to use Osmux but bsc did not request it\n");
 | 
			
		||||
		goto out;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* not any further processing dummy messages */
 | 
			
		||||
	if (msg->data[0] == MGCP_DUMMY_LOAD)
 | 
			
		||||
		return osmux_handle_dummy(cfg, &addr, msg);
 | 
			
		||||
 | 
			
		||||
	rem = msg->len;
 | 
			
		||||
	while((osmuxh = osmux_xfrm_output_pull(msg)) != NULL) {
 | 
			
		||||
		struct mgcp_endpoint *endp;
 | 
			
		||||
 | 
			
		||||
		conn_src = osmux_conn_lookup(cfg, osmuxh->circuit_id,
 | 
			
		||||
					     &addr.sin_addr);
 | 
			
		||||
		if (!conn_src) {
 | 
			
		||||
		/* Yes, we use MGCP_DEST_BTS to locate the origin */
 | 
			
		||||
		endp = endpoint_lookup(cfg, osmuxh->circuit_id,
 | 
			
		||||
				       &addr.sin_addr, MGCP_DEST_BTS);
 | 
			
		||||
 | 
			
		||||
		/* FIXME: Get rid of CONN_ID_XXX! */
 | 
			
		||||
		conn_net = mgcp_conn_get_rtp(endp, CONN_ID_NET);
 | 
			
		||||
		if (!conn_net)
 | 
			
		||||
			goto out;
 | 
			
		||||
 | 
			
		||||
		if (!endp) {
 | 
			
		||||
			LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
			     "Cannot find a src conn for circuit_id=%d\n",
 | 
			
		||||
			     "Cannot find an endpoint for circuit_id=%d\n",
 | 
			
		||||
			     osmuxh->circuit_id);
 | 
			
		||||
			goto out;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		/*conn_dst = mgcp_find_dst_conn(conn_src->conn);
 | 
			
		||||
		if (!conn_dst) {
 | 
			
		||||
			LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
			     "Cannot find a dst conn for circuit_id=%d\n",
 | 
			
		||||
			     osmuxh->circuit_id);
 | 
			
		||||
			goto out;
 | 
			
		||||
		}*/
 | 
			
		||||
 | 
			
		||||
		if (endp_osmux_state_check(conn_src->conn->endp, conn_src, false) == 0) {
 | 
			
		||||
			conn_src->osmux.stats.octets += osmux_chunk_length(msg, rem);
 | 
			
		||||
			conn_src->osmux.stats.chunks++;
 | 
			
		||||
			osmux_xfrm_output_sched(&conn_src->osmux.out, osmuxh);
 | 
			
		||||
		}
 | 
			
		||||
		conn_net->osmux.stats.octets += osmux_chunk_length(msg, rem);
 | 
			
		||||
		conn_net->osmux.stats.chunks++;
 | 
			
		||||
		rem = msg->len;
 | 
			
		||||
 | 
			
		||||
		osmux_xfrm_output(osmuxh, &conn_net->osmux.out, &list);
 | 
			
		||||
		osmux_tx_sched(&list, scheduled_tx_net_cb, endp);
 | 
			
		||||
	}
 | 
			
		||||
out:
 | 
			
		||||
	msgb_free(msg);
 | 
			
		||||
@@ -400,29 +474,34 @@ int osmux_init(int role, struct mgcp_config *cfg)
 | 
			
		||||
{
 | 
			
		||||
	int ret;
 | 
			
		||||
 | 
			
		||||
	osmux_fd.cb = osmux_read_fd_cb;
 | 
			
		||||
	switch(role) {
 | 
			
		||||
	case OSMUX_ROLE_BSC:
 | 
			
		||||
		osmux_fd.cb = osmux_read_from_bsc_nat_cb;
 | 
			
		||||
		break;
 | 
			
		||||
	case OSMUX_ROLE_BSC_NAT:
 | 
			
		||||
		osmux_fd.cb = osmux_read_from_bsc_cb;
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "wrong role for OSMUX\n");
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
	osmux_fd.data = cfg;
 | 
			
		||||
 | 
			
		||||
	ret = mgcp_create_bind(cfg->osmux_addr, &osmux_fd, cfg->osmux_port);
 | 
			
		||||
	if (ret < 0) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "cannot bind OSMUX socket to %s:%u\n",
 | 
			
		||||
		     cfg->osmux_addr, cfg->osmux_port);
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "cannot bind OSMUX socket\n");
 | 
			
		||||
		return ret;
 | 
			
		||||
	}
 | 
			
		||||
	mgcp_set_ip_tos(osmux_fd.fd, cfg->endp_dscp);
 | 
			
		||||
	osmux_fd.when |= OSMO_FD_READ;
 | 
			
		||||
	osmux_fd.when |= BSC_FD_READ;
 | 
			
		||||
 | 
			
		||||
	ret = osmo_fd_register(&osmux_fd);
 | 
			
		||||
	if (ret < 0) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "cannot register OSMUX socket %s\n",
 | 
			
		||||
		     osmo_sock_get_name2(osmux_fd.fd));
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "cannot register OSMUX socket\n");
 | 
			
		||||
		return ret;
 | 
			
		||||
	}
 | 
			
		||||
	cfg->osmux_init = 1;
 | 
			
		||||
 | 
			
		||||
	LOGP(DLMGCP, LOGL_INFO, "OSMUX socket listening on %s\n",
 | 
			
		||||
		 osmo_sock_get_name2(osmux_fd.fd));
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -430,7 +509,7 @@ int osmux_init(int role, struct mgcp_config *cfg)
 | 
			
		||||
 *  \param[in] endp mgcp endpoint (configuration)
 | 
			
		||||
 *  \param[in] conn connection to disable
 | 
			
		||||
 *  \param[in] addr IP address of remote OSMUX endpoint
 | 
			
		||||
 *  \param[in] port portnumber of the remote OSMUX endpoint (in network byte order)
 | 
			
		||||
 *  \param[in] port portnumber of the remote OSMUX endpoint
 | 
			
		||||
 *  \returns 0 on success, -1 on ERROR */
 | 
			
		||||
int osmux_enable_conn(struct mgcp_endpoint *endp, struct mgcp_conn_rtp *conn,
 | 
			
		||||
		      struct in_addr *addr, uint16_t port)
 | 
			
		||||
@@ -439,51 +518,45 @@ int osmux_enable_conn(struct mgcp_endpoint *endp, struct mgcp_conn_rtp *conn,
 | 
			
		||||
	 *  used to reconstruct the RTP flow from osmux. The RTP SSRC is
 | 
			
		||||
	 *  allocated based on the circuit ID (conn_net->osmux.cid), which is unique
 | 
			
		||||
	 *  in the local scope to the BSC/BSC-NAT. We use it to divide the RTP
 | 
			
		||||
	 *  SSRC space (2^32) by the OSMUX_CID_MAX + 1 possible circuit IDs, then randomly
 | 
			
		||||
	 *  SSRC space (2^32) by the 256 possible circuit IDs, then randomly
 | 
			
		||||
	 *  select one value from that window. Thus, we have no chance to have
 | 
			
		||||
	 *  overlapping RTP SSRC traveling to the BTSes behind the BSC,
 | 
			
		||||
	 *  similarly, for flows traveling to the MSC.
 | 
			
		||||
	 */
 | 
			
		||||
	struct in_addr addr_unset = {};
 | 
			
		||||
	static const uint32_t rtp_ssrc_winlen = UINT32_MAX / (OSMUX_CID_MAX + 1);
 | 
			
		||||
	static const uint32_t rtp_ssrc_winlen = UINT32_MAX / 256;
 | 
			
		||||
	uint16_t osmux_dummy = endp->cfg->osmux_dummy;
 | 
			
		||||
 | 
			
		||||
	/* Check if osmux is enabled for the specified connection */
 | 
			
		||||
	if (conn->osmux.state != OSMUX_STATE_ACTIVATING) {
 | 
			
		||||
		LOGPCONN(conn->conn, DLMGCP, LOGL_ERROR,
 | 
			
		||||
			 "conn:%s didn't negotiate Osmux, state %d\n",
 | 
			
		||||
			 mgcp_conn_dump(conn->conn), conn->osmux.state);
 | 
			
		||||
	if (conn->osmux.state == OSMUX_STATE_DISABLED) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "OSMUX not enabled for conn:%s\n",
 | 
			
		||||
		     mgcp_conn_dump(conn->conn));
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Wait until we have the connection information from MDCX */
 | 
			
		||||
	if (memcmp(&conn->end.addr, &addr_unset, sizeof(addr_unset)) == 0) {
 | 
			
		||||
		LOGPCONN(conn->conn, DLMGCP, LOGL_INFO,
 | 
			
		||||
			"Osmux remote address/port still unknown\n");
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
	osmux_xfrm_output_init(&conn->osmux.out,
 | 
			
		||||
			       (conn->osmux.cid * rtp_ssrc_winlen) +
 | 
			
		||||
			       (random() % rtp_ssrc_winlen));
 | 
			
		||||
 | 
			
		||||
	conn->osmux.in = osmux_handle_lookup(endp->cfg, addr, port);
 | 
			
		||||
	if (!conn->osmux.in) {
 | 
			
		||||
		LOGPCONN(conn->conn, DLMGCP, LOGL_ERROR,
 | 
			
		||||
			"Cannot allocate input osmux handle for conn:%s\n",
 | 
			
		||||
			mgcp_conn_dump(conn->conn));
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "Cannot allocate input osmux handle for conn:%s\n",
 | 
			
		||||
		     mgcp_conn_dump(conn->conn));
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
	if (osmux_xfrm_input_open_circuit(conn->osmux.in, conn->osmux.cid, osmux_dummy) < 0) {
 | 
			
		||||
		LOGPCONN(conn->conn, DLMGCP, LOGL_ERROR,
 | 
			
		||||
			"Cannot open osmux circuit %u for conn:%s\n",
 | 
			
		||||
	if (!osmux_xfrm_input_open_circuit(conn->osmux.in, conn->osmux.cid, osmux_dummy)) {
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR, "Cannot open osmux circuit %u for conn:%s\n",
 | 
			
		||||
		     conn->osmux.cid, mgcp_conn_dump(conn->conn));
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	osmux_xfrm_output_init2(&conn->osmux.out,
 | 
			
		||||
			       (conn->osmux.cid * rtp_ssrc_winlen) +
 | 
			
		||||
			        (random() % rtp_ssrc_winlen),
 | 
			
		||||
			       conn->end.codec->payload_type);
 | 
			
		||||
 | 
			
		||||
	osmux_xfrm_output_set_tx_cb(&conn->osmux.out,
 | 
			
		||||
				    scheduled_from_osmux_tx_rtp_cb, conn);
 | 
			
		||||
	switch (endp->cfg->role) {
 | 
			
		||||
		case MGCP_BSC_NAT:
 | 
			
		||||
			conn->type = MGCP_OSMUX_BSC_NAT;
 | 
			
		||||
			break;
 | 
			
		||||
		case MGCP_BSC:
 | 
			
		||||
			conn->type = MGCP_OSMUX_BSC;
 | 
			
		||||
			break;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	conn->osmux.state = OSMUX_STATE_ENABLED;
 | 
			
		||||
 | 
			
		||||
@@ -492,65 +565,43 @@ int osmux_enable_conn(struct mgcp_endpoint *endp, struct mgcp_conn_rtp *conn,
 | 
			
		||||
 | 
			
		||||
/*! disable OSXMUX circuit for a specified connection.
 | 
			
		||||
 *  \param[in] conn connection to disable */
 | 
			
		||||
void conn_osmux_disable(struct mgcp_conn_rtp *conn)
 | 
			
		||||
void osmux_disable_conn(struct mgcp_conn_rtp *conn)
 | 
			
		||||
{
 | 
			
		||||
	if (!conn)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	OSMO_ASSERT(conn->osmux.state != OSMUX_STATE_DISABLED);
 | 
			
		||||
	if (conn->osmux.state != OSMUX_STATE_ENABLED)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	LOGPCONN(conn->conn, DLMGCP, LOGL_INFO,
 | 
			
		||||
		"Releasing connection using Osmux CID %u\n", conn->osmux.cid);
 | 
			
		||||
 | 
			
		||||
	if (conn->osmux.state == OSMUX_STATE_ENABLED) {
 | 
			
		||||
		/* We are closing, we don't need pending RTP packets to be transmitted */
 | 
			
		||||
		osmux_xfrm_output_set_tx_cb(&conn->osmux.out, NULL, NULL);
 | 
			
		||||
		osmux_xfrm_output_flush(&conn->osmux.out);
 | 
			
		||||
 | 
			
		||||
		osmux_xfrm_input_close_circuit(conn->osmux.in, conn->osmux.cid);
 | 
			
		||||
		conn->osmux.state = OSMUX_STATE_DISABLED;
 | 
			
		||||
		conn_osmux_release_cid(conn);
 | 
			
		||||
		osmux_handle_put(conn->osmux.in);
 | 
			
		||||
	}
 | 
			
		||||
	conn_osmux_release_cid(conn);
 | 
			
		||||
	LOGP(DLMGCP, LOGL_INFO, "Releasing connection %s using Osmux CID %u\n",
 | 
			
		||||
	     conn->conn->id, conn->osmux.cid);
 | 
			
		||||
	osmux_xfrm_input_close_circuit(conn->osmux.in, conn->osmux.cid);
 | 
			
		||||
	conn->osmux.state = OSMUX_STATE_DISABLED;
 | 
			
		||||
	conn->osmux.cid = -1;
 | 
			
		||||
	osmux_handle_put(conn->osmux.in);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! relase OSXMUX cid, that had been allocated to this connection.
 | 
			
		||||
 *  \param[in] conn connection with OSMUX cid to release */
 | 
			
		||||
void conn_osmux_release_cid(struct mgcp_conn_rtp *conn)
 | 
			
		||||
void osmux_release_cid(struct mgcp_conn_rtp *conn)
 | 
			
		||||
{
 | 
			
		||||
	if (conn->osmux.cid_allocated)
 | 
			
		||||
		osmux_cid_pool_put(conn->osmux.cid);
 | 
			
		||||
	conn->osmux.cid = 0;
 | 
			
		||||
	conn->osmux.cid_allocated = false;
 | 
			
		||||
	if (!conn)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	if (conn->osmux.state != OSMUX_STATE_ENABLED)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	if (conn->osmux.allocated_cid >= 0)
 | 
			
		||||
		osmux_put_cid(conn->osmux.allocated_cid);
 | 
			
		||||
	conn->osmux.allocated_cid = -1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! allocate OSXMUX cid to connection.
 | 
			
		||||
 *  \param[in] conn connection for which we allocate the OSMUX cid
 | 
			
		||||
 * \param[in] osmux_cid OSMUX cid to allocate. -1 Means take next available one.
 | 
			
		||||
 * \returns Allocated OSMUX cid, -1 on error (no free  cids avail, or selected one is already taken).
 | 
			
		||||
 */
 | 
			
		||||
int conn_osmux_allocate_cid(struct mgcp_conn_rtp *conn, int osmux_cid)
 | 
			
		||||
 *  \param[in] conn connection for which we allocate the OSMUX cid*/
 | 
			
		||||
void osmux_allocate_cid(struct mgcp_conn_rtp *conn)
 | 
			
		||||
{
 | 
			
		||||
	if (osmux_cid != -1 && osmux_cid_pool_allocated((uint8_t) osmux_cid)) {
 | 
			
		||||
		LOGPCONN(conn->conn, DLMGCP, LOGL_INFO,
 | 
			
		||||
			 "Osmux CID %d already allocated!\n",
 | 
			
		||||
			 osmux_cid);
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (osmux_cid == -1) {
 | 
			
		||||
		osmux_cid = osmux_cid_pool_get_next();
 | 
			
		||||
		if (osmux_cid == -1) {
 | 
			
		||||
			LOGPCONN(conn->conn, DLMGCP, LOGL_INFO,
 | 
			
		||||
				 "no available Osmux CID to allocate!\n");
 | 
			
		||||
			return -1;
 | 
			
		||||
		}
 | 
			
		||||
	} else
 | 
			
		||||
		osmux_cid_pool_get(osmux_cid);
 | 
			
		||||
 | 
			
		||||
	conn->osmux.cid = (uint8_t) osmux_cid;
 | 
			
		||||
	conn->osmux.cid_allocated = true;
 | 
			
		||||
	conn->type = MGCP_OSMUX_BSC;
 | 
			
		||||
	return osmux_cid;
 | 
			
		||||
	osmux_release_cid(conn);
 | 
			
		||||
	conn->osmux.allocated_cid = osmux_get_cid();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! send RTP dummy packet to OSMUX connection port.
 | 
			
		||||
@@ -559,8 +610,7 @@ int conn_osmux_allocate_cid(struct mgcp_conn_rtp *conn, int osmux_cid)
 | 
			
		||||
 *  \returns bytes sent, -1 on error */
 | 
			
		||||
int osmux_send_dummy(struct mgcp_endpoint *endp, struct mgcp_conn_rtp *conn)
 | 
			
		||||
{
 | 
			
		||||
	struct osmux_hdr *osmuxh;
 | 
			
		||||
	int buf_len;
 | 
			
		||||
	char buf[1 + sizeof(uint8_t)];
 | 
			
		||||
	struct in_addr addr_unset = {};
 | 
			
		||||
 | 
			
		||||
	/*! The dummy packet will not be sent via the actual OSMUX connection,
 | 
			
		||||
@@ -572,34 +622,39 @@ int osmux_send_dummy(struct mgcp_endpoint *endp, struct mgcp_conn_rtp *conn)
 | 
			
		||||
	 *  endpoint may have already punched the hole in the firewall. This
 | 
			
		||||
	 *  approach is simple though. */
 | 
			
		||||
 | 
			
		||||
	buf[0] = MGCP_DUMMY_LOAD;
 | 
			
		||||
	memcpy(&buf[1], &conn->osmux.cid, sizeof(conn->osmux.cid));
 | 
			
		||||
 | 
			
		||||
	/* Wait until we have the connection information from MDCX */
 | 
			
		||||
	if (memcmp(&conn->end.addr, &addr_unset, sizeof(addr_unset)) == 0)
 | 
			
		||||
		return 0;
 | 
			
		||||
 | 
			
		||||
	if (endp_osmux_state_check(endp, conn, true) < 0)
 | 
			
		||||
		return 0;
 | 
			
		||||
 | 
			
		||||
	buf_len = sizeof(struct osmux_hdr) + osmo_amr_bytes(AMR_FT_0);
 | 
			
		||||
	osmuxh = (struct osmux_hdr *) alloca(buf_len);
 | 
			
		||||
	memset(osmuxh, 0, buf_len);
 | 
			
		||||
	osmuxh->ft = OSMUX_FT_DUMMY;
 | 
			
		||||
	osmuxh->amr_ft = AMR_FT_0;
 | 
			
		||||
	osmuxh->circuit_id = conn->osmux.cid;
 | 
			
		||||
 | 
			
		||||
	LOGPCONN(conn->conn, DLMGCP, LOGL_DEBUG,
 | 
			
		||||
		 "sending OSMUX dummy load to %s:%u CID %u\n",
 | 
			
		||||
		 inet_ntoa(conn->end.addr), ntohs(conn->end.rtp_port), conn->osmux.cid);
 | 
			
		||||
	if (conn->osmux.state == OSMUX_STATE_ACTIVATING) {
 | 
			
		||||
		if (osmux_enable_conn(endp, conn, &conn->end.addr,
 | 
			
		||||
				      htons(endp->cfg->osmux_port)) < 0) {
 | 
			
		||||
			LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
			     "Could not activate osmux for conn:%s\n",
 | 
			
		||||
			     mgcp_conn_dump(conn->conn));
 | 
			
		||||
		}
 | 
			
		||||
		LOGP(DLMGCP, LOGL_ERROR,
 | 
			
		||||
		     "Osmux CID %u for %s:%u is now enabled\n",
 | 
			
		||||
		     conn->osmux.cid, inet_ntoa(conn->end.addr),
 | 
			
		||||
		     endp->cfg->osmux_port);
 | 
			
		||||
	}
 | 
			
		||||
	LOGP(DLMGCP, LOGL_DEBUG,
 | 
			
		||||
	     "sending OSMUX dummy load to %s CID %u\n",
 | 
			
		||||
	     inet_ntoa(conn->end.addr), conn->osmux.cid);
 | 
			
		||||
 | 
			
		||||
	return mgcp_udp_send(osmux_fd.fd, &conn->end.addr,
 | 
			
		||||
			     conn->end.rtp_port, (char*)osmuxh, buf_len);
 | 
			
		||||
			     htons(endp->cfg->osmux_port), buf, sizeof(buf));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* bsc-nat allocates/releases the Osmux circuit ID. +7 to round up to 8 bit boundary. */
 | 
			
		||||
static uint8_t osmux_cid_bitmap[(OSMUX_CID_MAX + 1 + 7) / 8];
 | 
			
		||||
/*! bsc-nat allocates/releases the OSMUX cids (Circuit IDs). */
 | 
			
		||||
static uint8_t osmux_cid_bitmap[(OSMUX_CID_MAX + 1) / 8];
 | 
			
		||||
 | 
			
		||||
/*! count the number of taken OSMUX cids.
 | 
			
		||||
 *  \returns number of OSMUX cids in use */
 | 
			
		||||
int osmux_cid_pool_count_used(void)
 | 
			
		||||
int osmux_used_cid(void)
 | 
			
		||||
{
 | 
			
		||||
	int i, j, used = 0;
 | 
			
		||||
 | 
			
		||||
@@ -615,7 +670,7 @@ int osmux_cid_pool_count_used(void)
 | 
			
		||||
 | 
			
		||||
/*! take a free OSMUX cid.
 | 
			
		||||
 *  \returns OSMUX cid */
 | 
			
		||||
int osmux_cid_pool_get_next(void)
 | 
			
		||||
int osmux_get_cid(void)
 | 
			
		||||
{
 | 
			
		||||
	int i, j;
 | 
			
		||||
 | 
			
		||||
@@ -635,24 +690,10 @@ int osmux_cid_pool_get_next(void)
 | 
			
		||||
	return -1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! take a specific OSMUX cid.
 | 
			
		||||
 *  \param[in] osmux_cid OSMUX cid */
 | 
			
		||||
void osmux_cid_pool_get(uint8_t osmux_cid)
 | 
			
		||||
{
 | 
			
		||||
	LOGP(DLMGCP, LOGL_DEBUG, "Allocating Osmux CID %u from pool\n", osmux_cid);
 | 
			
		||||
	osmux_cid_bitmap[osmux_cid / 8] |= (1 << (osmux_cid % 8));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! put back a no longer used OSMUX cid.
 | 
			
		||||
 *  \param[in] osmux_cid OSMUX cid */
 | 
			
		||||
void osmux_cid_pool_put(uint8_t osmux_cid)
 | 
			
		||||
void osmux_put_cid(uint8_t osmux_cid)
 | 
			
		||||
{
 | 
			
		||||
	LOGP(DLMGCP, LOGL_DEBUG, "Osmux CID %u is back to the pool\n", osmux_cid);
 | 
			
		||||
	osmux_cid_bitmap[osmux_cid / 8] &= ~(1 << (osmux_cid % 8));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! check if OSMUX cid is already taken */
 | 
			
		||||
bool osmux_cid_pool_allocated(uint8_t osmux_cid)
 | 
			
		||||
{
 | 
			
		||||
	return !!(osmux_cid_bitmap[osmux_cid / 8] & (1 << (osmux_cid % 8)));
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -1,229 +0,0 @@
 | 
			
		||||
/* A Media Gateway Control Protocol Media Gateway: RFC 3435 */
 | 
			
		||||
/* rate-counter implementation */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * (C) 2009-2012 by Holger Hans Peter Freyther <zecke@selfish.org>
 | 
			
		||||
 * (C) 2009-2012 by On-Waves
 | 
			
		||||
 * (C) 2017-2020 by sysmocom s.f.m.c. GmbH <info@sysmocom.de>
 | 
			
		||||
 * All Rights Reserved
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU Affero General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU Affero General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include <errno.h>
 | 
			
		||||
#include <osmocom/core/stats.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_conn.h>
 | 
			
		||||
#include <osmocom/mgcp/mgcp_ratectr.h>
 | 
			
		||||
 | 
			
		||||
static const struct rate_ctr_desc mgcp_general_ctr_desc[] = {
 | 
			
		||||
	/* rx_msgs = rx_msgs_retransmitted + rx_msgs_handled + rx_msgs_unhandled + err_rx_msg_parse + err_rx_no_endpoint */
 | 
			
		||||
	[MGCP_GENERAL_RX_MSGS_TOTAL] = { "mgcp:rx_msgs", "total number of MGCP messages received." },
 | 
			
		||||
	[MGCP_GENERAL_RX_MSGS_RETRANSMITTED] = { "mgcp:rx_msgs_retransmitted", "number of received retransmissions." },
 | 
			
		||||
	[MGCP_GENERAL_RX_MSGS_HANDLED] = { "mgcp:rx_msgs_handled", "number of handled MGCP messages." },
 | 
			
		||||
	[MGCP_GENERAL_RX_MSGS_UNHANDLED] = { "mgcp:rx_msgs_unhandled", "number of unhandled MGCP messages." },
 | 
			
		||||
	[MGCP_GENERAL_RX_FAIL_MSG_PARSE] = { "mgcp:err_rx_msg_parse", "error parsing MGCP message." },
 | 
			
		||||
	[MGCP_GENERAL_RX_FAIL_NO_ENDPOINT] =
 | 
			
		||||
	    { "mgcp:err_rx_no_endpoint", "can't find MGCP endpoint, probably we've used all allocated endpoints." },
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const static struct rate_ctr_group_desc mgcp_general_ctr_group_desc = {
 | 
			
		||||
	.group_name_prefix = "mgcp",
 | 
			
		||||
	.group_description = "mgcp general statistics",
 | 
			
		||||
	.class_id = OSMO_STATS_CLASS_GLOBAL,
 | 
			
		||||
	.num_ctr = ARRAY_SIZE(mgcp_general_ctr_desc),
 | 
			
		||||
	.ctr_desc = mgcp_general_ctr_desc
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static const struct rate_ctr_desc mgcp_crcx_ctr_desc[] = {
 | 
			
		||||
	[MGCP_CRCX_SUCCESS] = { "crcx:success", "CRCX command processed successfully." },
 | 
			
		||||
	[MGCP_CRCX_FAIL_BAD_ACTION] = { "crcx:bad_action", "bad action in CRCX command." },
 | 
			
		||||
	[MGCP_CRCX_FAIL_UNHANDLED_PARAM] = { "crcx:unhandled_param", "unhandled parameter in CRCX command." },
 | 
			
		||||
	[MGCP_CRCX_FAIL_MISSING_CALLID] = { "crcx:missing_callid", "missing CallId in CRCX command." },
 | 
			
		||||
	[MGCP_CRCX_FAIL_INVALID_MODE] = { "crcx:invalid_mode", "invalid connection mode in CRCX command." },
 | 
			
		||||
	[MGCP_CRCX_FAIL_LIMIT_EXCEEDED] = { "crcx:limit_exceeded", "limit of concurrent connections was reached." },
 | 
			
		||||
	[MGCP_CRCX_FAIL_UNKNOWN_CALLID] = { "crcx:unkown_callid", "unknown CallId in CRCX command." },
 | 
			
		||||
	[MGCP_CRCX_FAIL_ALLOC_CONN] = { "crcx:alloc_conn_fail", "connection allocation failure." },
 | 
			
		||||
	[MGCP_CRCX_FAIL_NO_REMOTE_CONN_DESC] =
 | 
			
		||||
	    { "crcx:no_remote_conn_desc", "no opposite end specified for connection." },
 | 
			
		||||
	[MGCP_CRCX_FAIL_START_RTP] = { "crcx:start_rtp_failure", "failure to start RTP processing." },
 | 
			
		||||
	[MGCP_CRCX_FAIL_REJECTED_BY_POLICY] = { "crcx:conn_rejected", "connection rejected by policy." },
 | 
			
		||||
	[MGCP_CRCX_FAIL_NO_OSMUX] = { "crcx:no_osmux", "no osmux offered by peer." },
 | 
			
		||||
	[MGCP_CRCX_FAIL_INVALID_CONN_OPTIONS] = { "crcx:conn_opt", "connection options invalid." },
 | 
			
		||||
	[MGCP_CRCX_FAIL_CODEC_NEGOTIATION] = { "crcx:codec_nego", "codec negotiation failure." },
 | 
			
		||||
	[MGCP_CRCX_FAIL_BIND_PORT] = { "crcx:bind_port", "port bind failure." },
 | 
			
		||||
	[MGCP_CRCX_FAIL_AVAIL] = { "crcx:unavailable", "endpoint unavailable." },
 | 
			
		||||
	[MGCP_CRCX_FAIL_CLAIM] = { "crcx:claim", "endpoint can not be claimed." },
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const static struct rate_ctr_group_desc mgcp_crcx_ctr_group_desc = {
 | 
			
		||||
	.group_name_prefix = "crcx",
 | 
			
		||||
	.group_description = "crxc statistics",
 | 
			
		||||
	.class_id = OSMO_STATS_CLASS_GLOBAL,
 | 
			
		||||
	.num_ctr = ARRAY_SIZE(mgcp_crcx_ctr_desc),
 | 
			
		||||
	.ctr_desc = mgcp_crcx_ctr_desc
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static const struct rate_ctr_desc mgcp_mdcx_ctr_desc[] = {
 | 
			
		||||
	[MGCP_MDCX_SUCCESS] = { "mdcx:success", "MDCX command processed successfully." },
 | 
			
		||||
	[MGCP_MDCX_FAIL_WILDCARD] = { "mdcx:wildcard", "wildcard endpoint names in MDCX commands are unsupported." },
 | 
			
		||||
	[MGCP_MDCX_FAIL_NO_CONN] = { "mdcx:no_conn", "endpoint specified in MDCX command has no active connections." },
 | 
			
		||||
	[MGCP_MDCX_FAIL_INVALID_CALLID] = { "mdcx:callid", "invalid CallId specified in MDCX command." },
 | 
			
		||||
	[MGCP_MDCX_FAIL_INVALID_CONNID] = { "mdcx:connid", "invalid connection ID specified in MDCX command." },
 | 
			
		||||
	[MGCP_MDCX_FAIL_UNHANDLED_PARAM] = { "crcx:unhandled_param", "unhandled parameter in MDCX command." },
 | 
			
		||||
	[MGCP_MDCX_FAIL_NO_CONNID] = { "mdcx:no_connid", "no connection ID specified in MDCX command." },
 | 
			
		||||
	[MGCP_MDCX_FAIL_CONN_NOT_FOUND] =
 | 
			
		||||
	    { "mdcx:conn_not_found", "connection specified in MDCX command does not exist." },
 | 
			
		||||
	[MGCP_MDCX_FAIL_INVALID_MODE] = { "mdcx:invalid_mode", "invalid connection mode in MDCX command." },
 | 
			
		||||
	[MGCP_MDCX_FAIL_INVALID_CONN_OPTIONS] = { "mdcx:conn_opt", "connection options invalid." },
 | 
			
		||||
	[MGCP_MDCX_FAIL_NO_REMOTE_CONN_DESC] =
 | 
			
		||||
	    { "mdcx:no_remote_conn_desc", "no opposite end specified for connection." },
 | 
			
		||||
	[MGCP_MDCX_FAIL_START_RTP] = { "mdcx:start_rtp_failure", "failure to start RTP processing." },
 | 
			
		||||
	[MGCP_MDCX_FAIL_REJECTED_BY_POLICY] = { "mdcx:conn_rejected", "connection rejected by policy." },
 | 
			
		||||
	[MGCP_MDCX_DEFERRED_BY_POLICY] = { "mdcx:conn_deferred", "connection deferred by policy." },
 | 
			
		||||
	[MGCP_MDCX_FAIL_AVAIL] = { "mdcx:unavailable", "endpoint unavailable." },
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const static struct rate_ctr_group_desc mgcp_mdcx_ctr_group_desc = {
 | 
			
		||||
	.group_name_prefix = "mdcx",
 | 
			
		||||
	.group_description = "mdcx statistics",
 | 
			
		||||
	.class_id = OSMO_STATS_CLASS_GLOBAL,
 | 
			
		||||
	.num_ctr = ARRAY_SIZE(mgcp_mdcx_ctr_desc),
 | 
			
		||||
	.ctr_desc = mgcp_mdcx_ctr_desc
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static const struct rate_ctr_desc mgcp_dlcx_ctr_desc[] = {
 | 
			
		||||
	[MGCP_DLCX_SUCCESS] = { "dlcx:success", "DLCX command processed successfully." },
 | 
			
		||||
	[MGCP_DLCX_FAIL_WILDCARD] = { "dlcx:wildcard", "wildcard names in DLCX commands are unsupported." },
 | 
			
		||||
	[MGCP_DLCX_FAIL_NO_CONN] = { "dlcx:no_conn", "endpoint specified in DLCX command has no active connections." },
 | 
			
		||||
	[MGCP_DLCX_FAIL_INVALID_CALLID] =
 | 
			
		||||
	    { "dlcx:callid", "CallId specified in DLCX command mismatches endpoint's CallId ." },
 | 
			
		||||
	[MGCP_DLCX_FAIL_INVALID_CONNID] =
 | 
			
		||||
	    { "dlcx:connid", "connection ID specified in DLCX command does not exist on endpoint." },
 | 
			
		||||
	[MGCP_DLCX_FAIL_UNHANDLED_PARAM] = { "dlcx:unhandled_param", "unhandled parameter in DLCX command." },
 | 
			
		||||
	[MGCP_DLCX_FAIL_REJECTED_BY_POLICY] = { "dlcx:rejected", "connection deletion rejected by policy." },
 | 
			
		||||
	[MGCP_DLCX_DEFERRED_BY_POLICY] = { "dlcx:deferred", "connection deletion deferred by policy." },
 | 
			
		||||
	[MGCP_DLCX_FAIL_AVAIL] = { "dlcx:unavailable", "endpoint unavailable." },
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const static struct rate_ctr_group_desc mgcp_dlcx_ctr_group_desc = {
 | 
			
		||||
	.group_name_prefix = "dlcx",
 | 
			
		||||
	.group_description = "dlcx statistics",
 | 
			
		||||
	.class_id = OSMO_STATS_CLASS_GLOBAL,
 | 
			
		||||
	.num_ctr = ARRAY_SIZE(mgcp_dlcx_ctr_desc),
 | 
			
		||||
	.ctr_desc = mgcp_dlcx_ctr_desc
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static const struct rate_ctr_desc e1_rate_ctr_desc[] = {
 | 
			
		||||
	[E1_I460_TRAU_RX_FAIL_CTR] = {"e1:rx_fail", "Inbound I.460 TRAU failures."},
 | 
			
		||||
	[E1_I460_TRAU_TX_FAIL_CTR] = {"e1:tx_fail", "Outbound I.460 TRAU failures."},
 | 
			
		||||
	[E1_I460_TRAU_MUX_EMPTY_CTR] = {"e1:i460", "Outbound I.460 MUX queue empty."}
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const static struct rate_ctr_group_desc e1_rate_ctr_group_desc = {
 | 
			
		||||
	.group_name_prefix = "e1",
 | 
			
		||||
	.group_description = "e1 statistics",
 | 
			
		||||
	.class_id = OSMO_STATS_CLASS_GLOBAL,
 | 
			
		||||
	.num_ctr = ARRAY_SIZE(e1_rate_ctr_desc),
 | 
			
		||||
	.ctr_desc = e1_rate_ctr_desc
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const static struct rate_ctr_group_desc all_rtp_conn_rate_ctr_group_desc = {
 | 
			
		||||
	.group_name_prefix = "all_rtp_conn",
 | 
			
		||||
	.group_description = "aggregated statistics for all rtp connections",
 | 
			
		||||
	.class_id = 1,
 | 
			
		||||
	.num_ctr = ARRAY_SIZE(all_rtp_conn_rate_ctr_desc),
 | 
			
		||||
	.ctr_desc = all_rtp_conn_rate_ctr_desc
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static int free_rate_counter_group(struct rate_ctr_group *rate_ctr_group)
 | 
			
		||||
{
 | 
			
		||||
	rate_ctr_group_free(rate_ctr_group);
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! allocate global rate counters into a given rate counter struct
 | 
			
		||||
 *  (called once at startup)
 | 
			
		||||
 *  \param[in] ctx talloc context.
 | 
			
		||||
 *  \param[out] ratectr struct that holds the counters
 | 
			
		||||
 *  \returns 0 on success, -EINVAL on failure */
 | 
			
		||||
int mgcp_ratectr_global_alloc(void *ctx, struct mgcp_ratectr_global *ratectr)
 | 
			
		||||
{
 | 
			
		||||
	/* FIXME: Each new rate counter group requires a unique index. At the
 | 
			
		||||
	 * moment we generate an index using a counter, but perhaps there is
 | 
			
		||||
	 * a better way of assigning indices? */
 | 
			
		||||
	static unsigned int general_rate_ctr_index = 0;
 | 
			
		||||
 | 
			
		||||
	if (ratectr->mgcp_general_ctr_group == NULL) {
 | 
			
		||||
		ratectr->mgcp_general_ctr_group =
 | 
			
		||||
		    rate_ctr_group_alloc(ctx, &mgcp_general_ctr_group_desc, general_rate_ctr_index);
 | 
			
		||||
		if (!ratectr->mgcp_general_ctr_group)
 | 
			
		||||
			return -EINVAL;
 | 
			
		||||
		talloc_set_destructor(ratectr->mgcp_general_ctr_group, free_rate_counter_group);
 | 
			
		||||
		general_rate_ctr_index++;
 | 
			
		||||
	}
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*! allocate trunk specific rate counters into a given rate counter struct
 | 
			
		||||
 *  (called once on trunk initialization)
 | 
			
		||||
 *  \param[in] ctx talloc context.
 | 
			
		||||
 *  \param[out] ratectr struct that holds the counters
 | 
			
		||||
 *  \returns 0 on success, -EINVAL on failure */
 | 
			
		||||
int mgcp_ratectr_trunk_alloc(void *ctx, struct mgcp_ratectr_trunk *ratectr)
 | 
			
		||||
{
 | 
			
		||||
	/* FIXME: see comment in mgcp_ratectr_global_alloc()  */
 | 
			
		||||
	static unsigned int crcx_rate_ctr_index = 0;
 | 
			
		||||
	static unsigned int mdcx_rate_ctr_index = 0;
 | 
			
		||||
	static unsigned int dlcx_rate_ctr_index = 0;
 | 
			
		||||
	static unsigned int all_rtp_conn_rate_ctr_index = 0;
 | 
			
		||||
 | 
			
		||||
	if (ratectr->mgcp_crcx_ctr_group == NULL) {
 | 
			
		||||
		ratectr->mgcp_crcx_ctr_group = rate_ctr_group_alloc(ctx, &mgcp_crcx_ctr_group_desc, crcx_rate_ctr_index);
 | 
			
		||||
		if (!ratectr->mgcp_crcx_ctr_group)
 | 
			
		||||
			return -EINVAL;
 | 
			
		||||
		talloc_set_destructor(ratectr->mgcp_crcx_ctr_group, free_rate_counter_group);
 | 
			
		||||
		crcx_rate_ctr_index++;
 | 
			
		||||
	}
 | 
			
		||||
	if (ratectr->mgcp_mdcx_ctr_group == NULL) {
 | 
			
		||||
		ratectr->mgcp_mdcx_ctr_group = rate_ctr_group_alloc(ctx, &mgcp_mdcx_ctr_group_desc, mdcx_rate_ctr_index);
 | 
			
		||||
		if (!ratectr->mgcp_mdcx_ctr_group)
 | 
			
		||||
			return -EINVAL;
 | 
			
		||||
		talloc_set_destructor(ratectr->mgcp_mdcx_ctr_group, free_rate_counter_group);
 | 
			
		||||
		mdcx_rate_ctr_index++;
 | 
			
		||||
	}
 | 
			
		||||
	if (ratectr->mgcp_dlcx_ctr_group == NULL) {
 | 
			
		||||
		ratectr->mgcp_dlcx_ctr_group = rate_ctr_group_alloc(ctx, &mgcp_dlcx_ctr_group_desc, dlcx_rate_ctr_index);
 | 
			
		||||
		if (!ratectr->mgcp_dlcx_ctr_group)
 | 
			
		||||
			return -EINVAL;
 | 
			
		||||
		talloc_set_destructor(ratectr->mgcp_dlcx_ctr_group, free_rate_counter_group);
 | 
			
		||||
		dlcx_rate_ctr_index++;
 | 
			
		||||
	}
 | 
			
		||||
	if (ratectr->all_rtp_conn_stats == NULL) {
 | 
			
		||||
		ratectr->all_rtp_conn_stats = rate_ctr_group_alloc(ctx, &all_rtp_conn_rate_ctr_group_desc,
 | 
			
		||||
								 all_rtp_conn_rate_ctr_index);
 | 
			
		||||
		if (!ratectr->all_rtp_conn_stats)
 | 
			
		||||
			return -EINVAL;
 | 
			
		||||
		talloc_set_destructor(ratectr->all_rtp_conn_stats, free_rate_counter_group);
 | 
			
		||||
		all_rtp_conn_rate_ctr_index++;
 | 
			
		||||
	}
 | 
			
		||||
	if (ratectr->e1_stats == NULL) {
 | 
			
		||||
		ratectr->e1_stats = rate_ctr_group_alloc(ctx, &e1_rate_ctr_group_desc, mdcx_rate_ctr_index);
 | 
			
		||||
		if (!ratectr->e1_stats)
 | 
			
		||||
			return -EINVAL;
 | 
			
		||||
		talloc_set_destructor(ratectr->e1_stats, free_rate_counter_group);
 | 
			
		||||
		mdcx_rate_ctr_index++;
 | 
			
		||||
	}
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user