osmo-sip-connector.git branch master updated. c4d01f9a909c3322ec803349615f83c2c695497e

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
Tue Mar 22 20:05:03 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  c4d01f9a909c3322ec803349615f83c2c695497e (commit)
       via  29b556490f593a621e8356f5e64ced036152d306 (commit)
       via  90e713969110306cd979f0edcbbd86a46d97518a (commit)
      from  45f0fa09d2ae8f4c15a2096e37c05be5d283d027 (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=c4d01f9a909c3322ec803349615f83c2c695497e

commit c4d01f9a909c3322ec803349615f83c2c695497e
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Tue Mar 22 21:03:19 2016 +0100

    call: Add a backpointer from leg to call and drop the argument
    
    Simplify the structure by either working with a call or just
    a leg of it. No need to carry both pointers all the time.

http://cgit.osmocom.org/osmo-sip-connector/commit/?id=29b556490f593a621e8356f5e64ced036152d306

commit 29b556490f593a621e8356f5e64ced036152d306
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Tue Mar 22 20:56:45 2016 +0100

    mncc: Dispatch setup and issue rtp create in response then continue
    
    The code is not tested and might be broken. Parse the setup request
    of a MO call, create a new "call" with a MNCC leg and then issue the
    call to create a RTP socket. Once this has been done, release the call
    as the code to open a second leg has not been written yet.

http://cgit.osmocom.org/osmo-sip-connector/commit/?id=90e713969110306cd979f0edcbbd86a46d97518a

commit 90e713969110306cd979f0edcbbd86a46d97518a
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Tue Mar 22 19:17:17 2016 +0100

    mncc: Handle the hello message from NITB
    
    Make a simple version comparison and close the socket in case of a
    version mismatch. Begin to dispatch messages coming from the NITB
    and log (all) unhandled messages.

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

Summary of changes:
 src/app.c  |   4 +-
 src/call.c |  31 ++++++++-
 src/call.h |  19 +++++-
 src/mncc.c | 219 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 src/mncc.h |  10 +++
 5 files changed, 272 insertions(+), 11 deletions(-)


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



More information about the osmocom-commitlog mailing list