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 82caa3e9b7b1c5f3025adda3217d7d4136ab32aa (commit)
via 688231331b6b8f2ed91e572f85ba5c7af68ee77f (commit)
from 3e6768937e2bd8e4149972dd6226eeb9bc4e0088 (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=82caa3e9b7b1c5f3025adda3217d7d41…
commit 82caa3e9b7b1c5f3025adda3217d7d4136ab32aa
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Nov 17 17:24:53 2016 +0100
bsc_control.py: style corrections
* replace some tabs indent with spaces
* add comment to make sure no new tabs are used for indentation by emacs
* remove unnecessary parenthesis
Change-Id: Ib79fd4317d40ee4fd87b090b9faf8ebaf4bfca64
http://cgit.osmocom.org/openbsc/commit/?id=688231331b6b8f2ed91e572f85ba5c7a…
commit 688231331b6b8f2ed91e572f85ba5c7af68ee77f
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Nov 15 19:10:05 2016 +0100
Add twisted-based IPA multiplex
Add sample applications using twisted framework for IPA and CTRL
multiplex.
Change-Id: I07559df420b7fe8418f3412f45acd9a375e43bc5
Related: SYS#3028
-----------------------------------------------------------------------
Summary of changes:
openbsc/contrib/bsc_control.py | 45 ++---
openbsc/contrib/twisted_ipa.py | 373 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 396 insertions(+), 22 deletions(-)
create mode 100755 openbsc/contrib/twisted_ipa.py
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)