mncc-python.git branch master updated. 6ae54d430d8af3d224caab549bfae583f3980212

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
Sat Dec 5 12:51:58 UTC 2015


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 "Python scripting interface to the OsmoNITB MNCC interface".

The branch, master has been updated
       via  6ae54d430d8af3d224caab549bfae583f3980212 (commit)
       via  8a6dce002627c1653158a4433971e94c0e920c6b (commit)
       via  5b283e8942d845c5c6919c78a9ccf57c6c46da7c (commit)
       via  a5fce601217645242ac057ef1a32f7e830c0b50e (commit)
       via  8ebb6355ef87544bc6dd57fd0b55f0ce4b99d94d (commit)
       via  474d83e21a2ae03614af946082a1384ed115428f (commit)
       via  79b7947191825180504d97d2b7101063fbfd363b (commit)
      from  e47c3eee45f9927ff7616654bbcfefe641d20a50 (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/mncc-python/commit/?id=6ae54d430d8af3d224caab549bfae583f3980212

commit 6ae54d430d8af3d224caab549bfae583f3980212
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Dec 5 13:46:44 2015 +0100

    GsmCallFsm: Handle DTMF and HOLD requests from phones
    
    we don't want the FSM to terminate in case such requests are received.

http://cgit.osmocom.org/mncc-python/commit/?id=8a6dce002627c1653158a4433971e94c0e920c6b

commit 8a6dce002627c1653158a4433971e94c0e920c6b
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Dec 5 13:46:26 2015 +0100

    GsmCallFsm: Implement __str__() and use it

http://cgit.osmocom.org/mncc-python/commit/?id=5b283e8942d845c5c6919c78a9ccf57c6c46da7c

commit 5b283e8942d845c5c6919c78a9ccf57c6c46da7c
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Dec 5 13:30:46 2015 +0100

    gcm_call_fsm: Allow user to specify which codec(s) are to be used
    
    The user can submit a list of permitted codecs for a GsmCallFsm or
    GsmCallConnector.  This list is ordered by priority (highest first),
    and the first matching codec is chosen.
    
    TODO: Proper error handling in case no matching codec is found

http://cgit.osmocom.org/mncc-python/commit/?id=a5fce601217645242ac057ef1a32f7e830c0b50e

commit a5fce601217645242ac057ef1a32f7e830c0b50e
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Dec 3 15:43:02 2015 +0100

    gsm_call_fsm: Implement classic MNCC_BRIDGE mode
    
    In the classic MNCC_BRIDGE mode we ask the MSC to bridge the two
    traffic channels itself.  This works for E1 as well as for RTP
    BTSs', and even accross mixed E1 and RTP environments.

http://cgit.osmocom.org/mncc-python/commit/?id=8ebb6355ef87544bc6dd57fd0b55f0ce4b99d94d

commit 8ebb6355ef87544bc6dd57fd0b55f0ce4b99d94d
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Dec 3 13:55:19 2015 +0100

    mncc.{h,py}: Add a gsm_mncc_bridge struct
    
    this struct doesn't yet exist in upstream, but it should.

http://cgit.osmocom.org/mncc-python/commit/?id=474d83e21a2ae03614af946082a1384ed115428f

commit 474d83e21a2ae03614af946082a1384ed115428f
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Dec 3 13:54:40 2015 +0100

    gsm_call_fsm: Add get_callref method to GsmCallFsm
    
    ... and obtain the call references into the GsmCallConnector

http://cgit.osmocom.org/mncc-python/commit/?id=79b7947191825180504d97d2b7101063fbfd363b

commit 79b7947191825180504d97d2b7101063fbfd363b
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Dec 2 00:51:11 2015 +0100

    typo fix

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

Summary of changes:
 README          |    2 +-
 gsm_call_fsm.py |  126 ++++-
 mncc.h          |    5 +
 mncc.py         |   88 ++--
 mncc.xml        | 1386 ++++++++++++++++++++++++++++---------------------------
 mncc_sock.py    |   10 +
 mncc_test.py    |    6 +-
 7 files changed, 882 insertions(+), 741 deletions(-)


hooks/post-receive
-- 
Python scripting interface to the OsmoNITB MNCC interface



More information about the osmocom-commitlog mailing list