From 6973a241a89ce28d635a5102246453490a6e6722 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 30 Jul 2022 17:11:25 +0700 Subject: libosmonetify SMPP Use libosmo-netif instead of socket interface. Note: osmo_stream_srv_recv() is not used for now to keep as much of existing code as possible and make troubleshooting easier. Related: OS#5568 Change-Id: Idc2e60af1010783e555e61b114ae61f55a89d890 Signed-off-by: Max --- tests/smpp/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/smpp/Makefile.am b/tests/smpp/Makefile.am index 402f6ad79..81c412e6c 100644 --- a/tests/smpp/Makefile.am +++ b/tests/smpp/Makefile.am @@ -39,4 +39,5 @@ smpp_test_LDADD = \ $(LIBOSMOCORE_LIBS) \ $(LIBOSMOGSM_LIBS) \ $(LIBSMPP34_LIBS) \ + $(LIBOSMONETIF_LIBS) \ $(NULL) -- cgit v1.2.3