From 9d4736a5bebaaf84bf102559fafa4c723f5e833b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 21 Jul 2011 20:36:24 +0200 Subject: Use libosmotrau for RTP support This only implements creating, binding, connecting and free'ing RTP sockets, not yet anything regarding receiving or transmitting codec frames on them. You will need the rtp branch of libosmocore for libosmotrau --- include/osmo-bts/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmo-bts/Makefile.am') diff --git a/include/osmo-bts/Makefile.am b/include/osmo-bts/Makefile.am index 4f8753dd..ad9409e3 100644 --- a/include/osmo-bts/Makefile.am +++ b/include/osmo-bts/Makefile.am @@ -1,2 +1,2 @@ noinst_HEADERS = abis.h bts.h bts_model.h gsm_data.h logging.h measurement.h \ - oml.h paging.h rsl.h rtp.h signal.h vty.h + oml.h paging.h rsl.h signal.h vty.h -- cgit v1.2.3