From 5ea1bc77a3947f541d576f95e7ecc7249fc65b9b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 3 Sep 2012 00:07:39 +0200 Subject: mgcp: Allow to freely control the a=fmtp line for experiments In case of AMR one can specify the available codecs out-of-band. Allow to configure this line statically in the configuration file. --- openbsc/include/openbsc/mgcp_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/include/openbsc/mgcp_internal.h') diff --git a/openbsc/include/openbsc/mgcp_internal.h b/openbsc/include/openbsc/mgcp_internal.h index bcef8724e..455bb53df 100644 --- a/openbsc/include/openbsc/mgcp_internal.h +++ b/openbsc/include/openbsc/mgcp_internal.h @@ -67,7 +67,9 @@ struct mgcp_rtp_end { /* in network byte order */ int rtp_port, rtcp_port; + /* per endpoint data */ int payload_type; + char *fmtp_extra; /* * Each end has a socket... -- cgit v1.2.3