aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2022-07-30 17:11:25 +0700
committerMax <msuraev@sysmocom.de>2022-07-30 18:41:14 +0700
commit6973a241a89ce28d635a5102246453490a6e6722 (patch)
treec85e1cd88b4a6a2b191a70cf57215142c1861349 /tests
parent6c4f23df5e70e3499965f80c0277deb3a0d54f36 (diff)
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 <msuraev@sysmocom.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/smpp/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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)