Commit Graph

22 Commits

Author SHA1 Message Date
Ruben Undheim 8b61a0555a Fix various typos in log messages
Change-Id: If52a8546b09ac14c00e6323984eda6d88a558830
Reviewed-on: https://gerrit.osmocom.org/115
Reviewed-by: Neels Hofmeyr <nhofmeyr@sysmocom.de>
Tested-by: Jenkins Builder
2016-05-25 20:07:55 +00:00
Holger Hans Peter Freyther cccf025255 debian: Make upgrading from debian SID easier
Make sure the version number of this sourcepackage is higher than
the one found in Debian SID.

Change-Id: I77126b0b9a8dbc4dcdc02a5a3b4718129b308930
Reviewed-on: https://gerrit.osmocom.org/112
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger@freyther.de>
2016-05-25 20:07:45 +00:00
Holger Hans Peter Freyther 0ee4af7405 jenkins: Add the build script from jenkins here
This can be used to replicate a build issue more easily.
2016-04-13 18:59:37 -04:00
Holger Hans Peter Freyther b7c45ce7be test: Be able to bind to a local source/port
Modify the code to show how to configure it.
2014-10-01 08:18:43 +02:00
Holger Hans Peter Freyther 84f2905c5b libsmpp: Fix src != build directory build needed for dizzy 2014-09-25 20:06:17 +02:00
Holger Hans Peter Freyther 7238abebeb debian: Add depedency between packages 2013-09-24 13:34:12 +02:00
Holger Hans Peter Freyther 724cf227af debian: Add a package 2013-09-24 13:06:39 +02:00
Holger Hans Peter Freyther 9738dfa897 Rename binary to binaries to fix building a debian package
dh will execute the binary rule and this will not do anything
as a directory with that name already exists..
2013-09-24 13:06:39 +02:00
Holger Hans Peter Freyther d5944e2225 misc: Fix compilation on FreeBSD of the example
Include netinet/in.h and check for FreeBSD for the gethostbyname_r
usage.
2013-09-09 11:55:24 +02:00
Holger Hans Peter Freyther ef554d0880 const: Make the data parameter for unpack const 2013-09-05 22:43:40 +02:00
Harald Welte a18bad9896 build test_apps only if libxml2 is available 2012-12-18 21:11:16 +01:00
Harald Welte 226b2b0e6e binary/Makefile.am: library is in builddir, not srcdir
this will fix out-of-tree builds
2012-12-18 21:05:37 +01:00
Harald Welte 88029df595 add test_apps/Makefile to configure.ac 2012-12-18 20:55:26 +01:00
Holger Hans Peter Freyther eca1440439 misc: Always include stdint.h as it is almost 2013 now
C99 is there for over a decode, always depend on the stdint header
being present, specially as the code is using uint32_t all over the
place.
2012-11-09 13:39:51 +01:00
Holger Hans Peter Freyther ac4af14ab1 misc: Use stdlib.h instead of malloc.h to make it compile on FreeBSD
/usr/include/malloc.h:3:2: error: #error "<malloc.h> has been replaced by <stdlib.h>"
2012-11-09 11:49:49 +01:00
Harald Welte 9288d59cfd auto-foo: Build test apps with libxml2 only if it is available
And disable the smsc build as it depends on libosmocore
2012-11-09 09:12:42 +01:00
Harald Welte a52c99e9e6 add missing C files for running a small SMSC-side SMPP implementation 2012-11-09 09:00:50 +01:00
Harald Welte bd7039233d don't install all the test programs to the system! 2012-11-08 15:12:32 +01:00
Harald Welte 9787d5998a add .gitignore 2012-11-08 15:05:06 +01:00
Harald Welte ae37eace2f add pkg-config support 2012-11-08 15:05:04 +01:00
Harald Welte e74d4af780 delete auto-generated files 2012-11-08 15:04:58 +01:00
Harald Welte 4b233b4f3b initial import of libsmpp34-1.10 2012-11-07 08:32:31 +01:00