From 3d6b9f4fe99c4351ba8937f6d7df6030986b8a92 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 8 Dec 2016 22:29:27 +0100 Subject: move gprs/oap.c to libcommon/oap_client.c This is in preparation for libvlr. Related: OS#1592 Change-Id: Ib526df6d9de55a1e59a379d5e2c8541ed0ef67e3 --- openbsc/tests/oap/Makefile.am | 1 - openbsc/tests/sgsn/Makefile.am | 1 - 2 files changed, 2 deletions(-) (limited to 'openbsc/tests') diff --git a/openbsc/tests/oap/Makefile.am b/openbsc/tests/oap/Makefile.am index bb9ebb247..c17abb55f 100644 --- a/openbsc/tests/oap/Makefile.am +++ b/openbsc/tests/oap/Makefile.am @@ -27,7 +27,6 @@ oap_test_SOURCES = \ $(NULL) oap_test_LDADD = \ - $(top_builddir)/src/gprs/oap.o \ $(top_builddir)/src/gprs/gprs_utils.o \ $(top_builddir)/src/libcommon/libcommon.a \ $(LIBOSMOCORE_LIBS) \ diff --git a/openbsc/tests/sgsn/Makefile.am b/openbsc/tests/sgsn/Makefile.am index 9e1a5a8e3..00b80f637 100644 --- a/openbsc/tests/sgsn/Makefile.am +++ b/openbsc/tests/sgsn/Makefile.am @@ -54,7 +54,6 @@ sgsn_test_LDADD = \ $(top_builddir)/src/gprs/gprs_utils.o \ $(top_builddir)/src/gprs/gprs_subscriber.o \ $(top_builddir)/src/gprs/gprs_gb_parse.o \ - $(top_builddir)/src/gprs/oap.o \ $(top_builddir)/src/gprs/gprs_llc_xid.o \ $(top_builddir)/src/gprs/gprs_sndcp_xid.o \ $(top_builddir)/src/gprs/slhc.o \ -- cgit v1.2.3