aboutsummaryrefslogtreecommitdiffstats
path: root/tests/stubs.c
AgeCommit message (Collapse)AuthorFilesLines
2022-09-15Make esme struct sharedMax1-2/+2
This helps to merge similar code from smpp_mirror and smpp_* in follow-up patches. Related: OS#5568 Change-Id: I8f7ac2c00d16660925dd0b03aa1a0973edf9eb70
2022-08-05Introduce libsmpputilMax1-0/+8
As part of preparation for libosmo-netif migration let's move common SMPP code into separate build-time library and use it for both smpp_mirror and OsmoMSC renaming the files if necessary. While at it we also fix id/password legth limits in smpp_mirror and drop unused fields from ESME struct. Related: OS#5568 Change-Id: I61910651bc7c188dc2fb67d96189a66a47e7e8fb
2022-08-01tests: use common stubs for SMS queue testMax1-0/+2
Related: OS#5568 Change-Id: Ic854eb919e6fcc82bd0245f62c72985b938c6b7a
2019-06-03tests: share stubs.h from msc_vlr_test as stubs.cVadim Yanitskiy1-0/+43
We also need stubs for the upcoming db_sms tests. Due to a known bug of automake [1], we cannot use 'subdir-objects', so as a side effect this change introduces some autoreconf warnings. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752993 Change-Id: I8846c940f2695fd33e1007fecac83e73f508bb34