osmo-mgw/tests/mgcp
Philipp Maier a74c0ea2db mgcp_test: release endpoints after use
The test function test_multilple_codec() in mgcp_test.c creates a
lot of connections, but it never releases them. Just freeing the
cfg object is not enough since the UDP ports stay open and this
may interfere with other tests that also create connections
(port numbers).

- Make sure all endpoints are released when test_multilple_codec()
  is done.

Change-Id: Ic13b4368162149ec36c93f4188fa4c71166e08d5
2018-08-02 12:01:31 +00:00
..
Makefile.am Turn libosmo-mgcp into local, non-installed library 2018-02-05 22:41:32 +00:00
mgcp_test.c mgcp_test: release endpoints after use 2018-08-02 12:01:31 +00:00
mgcp_test.ok mgw: clean up codec negotiation (sdp) 2018-06-23 11:39:44 +00:00