openbsc.git branch master updated. 0.15.0-385-g1f6a9ba

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
Thu Aug 11 06:05:55 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  1f6a9ba7e569990e58df1003e7e611691bf95303 (commit)
       via  dbb6392368d4a9b5ba0ade9e2681e1d057011519 (commit)
       via  2a63d01c1e60aef2a82d2c65dcf640386ba7c0d4 (commit)
      from  b6f565c97da5aeef8f5a490ea259379265c76b18 (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=1f6a9ba7e569990e58df1003e7e611691bf95303

commit 1f6a9ba7e569990e58df1003e7e611691bf95303
Author: Max <msuraev at sysmocom.de>
Date:   Tue Aug 2 16:54:55 2016 +0200

    Add web proxy for control interface
    
    Add web application exposing Control Interface over web. All of SET, GET
    and TRAP are fully supported.
    
    Notice: TRAP is converted into 'Server-sent events' according to RFC
    6202, see also https://www.w3.org/TR/eventsource/ - this requires
    corresponding client.
    
    Due to use of special prefix modified version of python
    eventsource-client is necessary ATM.
    
    Change-Id: I87d40c80061f8b3d02d656ab8cadabbfb871b461
    Related: OS#1646

http://cgit.osmocom.org/openbsc/commit/?id=dbb6392368d4a9b5ba0ade9e2681e1d057011519

commit dbb6392368d4a9b5ba0ade9e2681e1d057011519
Author: Max <msuraev at sysmocom.de>
Date:   Mon Aug 1 18:54:17 2016 +0200

    Add python functions to get/set ctrl variables
    
    Add get_var and set_var functions which handle requested variable while
    checking for proper response and id. Split header handling into separate
    function.
    
    Change-Id: I08705963c277bd93a011193dd7451a626d606c21
    Related: OS#1646

http://cgit.osmocom.org/openbsc/commit/?id=2a63d01c1e60aef2a82d2c65dcf640386ba7c0d4

commit 2a63d01c1e60aef2a82d2c65dcf640386ba7c0d4
Author: Max <msuraev at sysmocom.de>
Date:   Mon Aug 1 14:26:19 2016 +0200

    Use random operation id
    
    According to documentation for Control Interface Protocol <id> is "A
    numeric identifier, uniquely identifying this particular operation",
    hence it's best to be illustrated with random integer - use it as
    default.
    
    Fix override of id with previously used python-specific objects' id.
    
    Change-Id: I32236c067360526f4e7ee4bbdba64c5137de696d
    Related: OS#1646

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

Summary of changes:
 openbsc/contrib/bsc_control.py |  49 ++++++++++----
 openbsc/contrib/ctrl2sse.py    | 147 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 184 insertions(+), 12 deletions(-)
 create mode 100755 openbsc/contrib/ctrl2sse.py


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



More information about the osmocom-commitlog mailing list