osmo-sip-connector.git branch master updated. 9d12a7c34cd02880bb5dd228aaf0ff831d2ab6c6

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Mon Mar 21 16:00:26 UTC 2016


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 "MNCC <-> SIP bridge".

The branch, master has been updated
       via  9d12a7c34cd02880bb5dd228aaf0ff831d2ab6c6 (commit)
       via  80095748f91223d12a878f27de94c1f75cceddf2 (commit)
      from  11713d88e4d2e60621e7ff7032a47f29ef53a30d (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/osmo-sip-connector/commit/?id=9d12a7c34cd02880bb5dd228aaf0ff831d2ab6c6

commit 9d12a7c34cd02880bb5dd228aaf0ff831d2ab6c6
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Mar 21 16:42:43 2016 +0100

    mncc: Add code to manage the mncc connection for CC
    
    Connect, re-connect and read messages from the MNCC socket. Dispatch
    the event in case the system got disconnected.
    
    Move the app definition to app.h and use it everywhere. Begin with a
    new call for mncc.

http://cgit.osmocom.org/osmo-sip-connector/commit/?id=80095748f91223d12a878f27de94c1f75cceddf2

commit 80095748f91223d12a878f27de94c1f75cceddf2
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Mar 21 15:46:53 2016 +0100

    mncc: Add the protocol description from OpenBSC

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

Summary of changes:
 src/Makefile.am      |   4 +
 src/{vty.h => app.h} |  12 +--
 src/main.c           |   5 +-
 src/mncc.c           |  84 ++++++++++++++++++++
 src/mncc.h           |  20 +++++
 src/mncc_protocol.h  | 219 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/vty.c            |   1 +
 src/vty.h            |  16 ----
 8 files changed, 335 insertions(+), 26 deletions(-)
 copy src/{vty.h => app.h} (57%)
 create mode 100644 src/mncc.c
 create mode 100644 src/mncc.h
 create mode 100644 src/mncc_protocol.h


hooks/post-receive
-- 
MNCC <-> SIP bridge



More information about the osmocom-commitlog mailing list