From: gitosis@osmocom.org
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Thu, 24 Oct 2013 19:43:35 GMT
Message-ID: <201310241943.r9OJhZIP056487@git.osmocom.org>
Subject: openbsc.git branch kluchnikov/sms-socket updated. 0.13.0-172-g94a3499
Message: 5

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, kluchnikov/sms-socket has been updated
       via  94a349938b59ba1b3890e956de9f151f03581928 (commit)
      from  64cb9246346ed991fceb4f749b15daf7177b201c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=94a349938b59ba1b3890e956de9f151f03581928

commit 94a349938b59ba1b3890e956de9f151f03581928
Author: Ivan Kluchnikov <kluchnikovi@gmail.com>
Date:   Thu Oct 24 23:42:57 2013 +0400

    Added unix domain socket for sending and receiving SMS messages to/from external applications.

-----------------------------------------------------------------------

Summary of changes:
 openbsc/include/openbsc/gsm_data.h                 |   3 +
 .../openbsc/{openbscdefines.h => sms_sock.h}       |  26 +-
 openbsc/src/libcommon/gsm_data.c                   |   1 +
 openbsc/src/libmsc/Makefile.am                     |   1 +
 openbsc/src/libmsc/gsm_04_11.c                     |  11 +-
 openbsc/src/libmsc/sms_sock.c                      | 261 +++++++++++++++++++++
 openbsc/src/osmo-nitb/bsc_hack.c                   |   2 +
 7 files changed, 290 insertions(+), 15 deletions(-)
 copy openbsc/include/openbsc/{openbscdefines.h => sms_sock.h} (65%)
 create mode 100644 openbsc/src/libmsc/sms_sock.c


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)


