aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/smpp
AgeCommit message (Collapse)AuthorFilesLines
2013-09-19smpp: Fix the make distcheck for smppHolger Hans Peter Freyther1-2/+2
DISTCHECK_CONFIGURE_FLAGS="--enable-smpp" make distcheck
2013-07-27smpp: Move the coding/mode detection into a utils fileHolger Hans Peter Freyther4-0/+88
Make sure to not ever have issues with this code again, move the utility code to a new file and create a basic testcase. The method currently has 100% line and branch coverage. My initial patched missed the smpp_utils.c file and I re-did the copying (and verifying the branch coverage)