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 "UNNAMED PROJECT".
The branch, master has been updated
via e732c2ca3badf9e16cb393efb5c4b2556a43fd0b (commit)
from d05da3e68d10abb3c8a7fadbf09da362f11027e3 (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/python/osmo-python-tests/commit/?id=e732c2ca3badf9e…
commit e732c2ca3badf9e16cb393efb5c4b2556a43fd0b
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Nov 23 16:42:59 2017 +0100
Add *.py from OsmoBSC
Those are generic enough and can be used as advanced example of uzing
CTRL interface from python on top of osmo_ipa.
Change-Id: Ic4e1155d3bd546feaabab34a46e354c69058056e
-----------------------------------------------------------------------
Summary of changes:
README | 8 +-
osmopy/__init__.py | 5 +-
osmopy/osmo_ctrl.py | 120 ++++++++++++++++
osmopy/soap.py | 188 ++++++++++++++++++++++++
osmopy/twisted_ipa.py | 384 ++++++++++++++++++++++++++++++++++++++++++++++++++
setup.py | 3 +
6 files changed, 705 insertions(+), 3 deletions(-)
create mode 100755 osmopy/osmo_ctrl.py
create mode 100755 osmopy/soap.py
create mode 100755 osmopy/twisted_ipa.py
hooks/post-receive
--
UNNAMED PROJECT