aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-10-21 03:24:04 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2019-11-28 02:52:55 +0100
commiteef45781024d6e17c7b473d15ec5d3d83515d0e2 (patch)
tree1dc6441b7789da0a8821cbaf75ed8d3b7149aa6d /configure.ac
parentbde605dfc574726f2e776c8230e47a5b25e63866 (diff)
add sdp_msg API: SDP parsing/composition
Rationale: in order to add full SDP to the MNCC protocol (upcoming patch I8c3b2de53ffae4ec3a66b9dabf308c290a2c999f), we need to parse and compose SDP messages. Obviously, libosmo-mgcp-client already contains similar code, but that is unfortunately heavily glued to the actual MGCP implementation. The simplest solution is to create this separate implementation, copy-pasting from the existing libosmo-mgcp-client code as is convenient. This API is added here to probe whether it works well. When it does, the intention is to "move it up" to osmo-mgw and overhaul the SDP parsing in our MGCP client and MGCP server APIs using this same API. Change-Id: If3ce23cd5bab15e2ab4c52ef3e4c75979dffe931
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5aa652d9b..ee80900ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -254,6 +254,7 @@ AC_OUTPUT(
tests/db_sms/Makefile
tests/sms_queue/Makefile
tests/msc_vlr/Makefile
+ tests/sdp_msg/Makefile
doc/Makefile
doc/examples/Makefile
doc/manuals/Makefile