Osmocom fork of Open SMPP 3.4 Library https://osmocom.org/projects/libsmpp34
Go to file
Pau Espin a11a464552 smpp34_dumpBuf.c: remove unused variable
Fixes compilation warning below:
smpp34_dumpBuf.c:52:9: warning: variable ‘lefterror’ set but not used [-Wunused-but-set-variable]
     int lefterror = 0;

Change-Id: Iea8ff80d3e4d16aaca6e37d64593b50fa27c8cfb
2017-09-15 20:24:16 +02:00
binaries libsmpp: Fix src != build directory build needed for dizzy 2014-09-25 20:06:17 +02:00
contrib jenkins: Add the build script from jenkins here 2016-04-13 18:59:37 -04:00
debian Use release helper from libosmocore 2017-08-28 12:20:06 +02:00
def_frame delete auto-generated files 2012-11-08 15:04:58 +01:00
def_list delete auto-generated files 2012-11-08 15:04:58 +01:00
src smpp34_dumpBuf.c: remove unused variable 2017-09-15 20:24:16 +02:00
test_apps Fix various typos in log messages 2016-05-25 20:07:55 +00:00
test_pdu misc: Always include stdint.h as it is almost 2013 now 2012-11-09 13:39:51 +01:00
.gitignore update .gitignore 2017-08-14 19:06:36 +02:00
.gitreview Add gerrit settings 2016-12-21 14:51:49 +01:00
AUTHORS initial import of libsmpp34-1.10 2012-11-07 08:32:31 +01:00
COPYING initial import of libsmpp34-1.10 2012-11-07 08:32:31 +01:00
ChangeLog initial import of libsmpp34-1.10 2012-11-07 08:32:31 +01:00
Makefile.am Use release helper from libosmocore 2017-08-28 12:20:06 +02:00
NEWS initial import of libsmpp34-1.10 2012-11-07 08:32:31 +01:00
README.md README.md: Make sure all hyperlinks use <> 2017-03-17 21:44:28 +01:00
TODO-RELEASE Use release helper from libosmocore 2017-08-28 12:20:06 +02:00
configure.ac Use release helper from libosmocore 2017-08-28 12:20:06 +02:00
git-version-gen Use osmocom-style versioning in Makefile, configure, debian/rules 2017-08-14 18:55:24 +02:00
libsmpp34.pc.in add pkg-config support 2012-11-08 15:05:04 +01:00

README.md

libsmpp34 - C library for SMPP 3.4

This repository contains a C-language library implementing the SMPP Protocol version 3.4 as specified by the SMPP Developers Forum.

The library was inherited from the c-open-smmp34 project, which unfortunately doesn't have any form of revision control system and hence the Osmocom Open Source Mobile Communications project has imported the v1.10 release into this git repository and performed subsequent improvements.

Homepage

The official homepage of the Osmocom version of the library is http://osmocom.org/projects/libsmpp34 while the original upstream project is found at https://sourceforge.net/projects/c-open-smpp-34/

GIT Repository

You can clone from the Osmocom libsmpp34.git repository using

git clone git://git.osmocom.org/libsmpp34.git

There is a cgit interface at http://git.osmocom.org/libsmpp34/

Documentation

API documentation is generated during the build process, but also available online from the upstream project at http://c-open-smpp-34.sourceforge.net/out-1.10/web/c-open-libsmpp34_en/index.html

Mailing List

Discussions related to libsmpp34 are happening on the openbsc@lists.osmocom.org mailing list, please see https://lists.osmocom.org/mailman/listinfo/openbsc for subscription options and the list archive.

Please observe the Osmocom Mailing List Rules when posting.

Contributing

Our coding standards are described at https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards

We us a gerrit based patch submission/review process for managing contributions. Please see https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit for more details

The current patch queue for libosmocore can be seen at https://gerrit.osmocom.org/#/q/project:libsmpp34+status:open