From 1ea6baf1ec8927d69c8787b282e07ed2f24c7525 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 31 Jul 2018 19:40:52 +0200 Subject: Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr osmo-hlr has recently (as of Change-Id Iad227bb477d64da30dd6bfbbe1bd0c0a55be9474) a working shared library implementation of libosmo-gsup-client. We can remove the local implementation in osmo-msc and use the system-installed shared library instead. Change-Id: I6f542945403cf2e3ddac419186b09ec0e2d43b69 --- .gitignore | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4263f5a11..2424c1f23 100644 --- a/.gitignore +++ b/.gitignore @@ -39,7 +39,6 @@ m4/*.m4 # apps and app data src/osmo-msc/osmo-msc -src/libcommon/gsup_test_client src/utils/smpp_mirror sms.db src/osmo-msc/*.cfg* @@ -53,7 +52,6 @@ tests/*/*_test tests/msc_vlr/msc_vlr_test_* !tests/msc_vlr/msc_vlr_test_*.* tests/msc_vlr/msc_vlr_test_*.o -src/libgsupclient/gsup_test_client tests/atconfig -- cgit v1.2.3