aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2019-01-07 15:59:02 +0100
committerMax <msuraev@sysmocom.de>2019-01-07 17:04:10 +0100
commit7230f6831150ff98ea10fedbd6961d7253a503f9 (patch)
tree97a2ec1837ba623d4078536d065c210b7f39d29e
parent17fe7186877c9aff52f50ae31b1350c73c710de1 (diff)
Mark soap.py as deprecated
It might be removed in one of the future releases as we move away from Twisted. Let's mark it as deprecated to make sure it won't be a surprise. Change-Id: Iefd69e7712d456e3bc42c3277bbfa103a2448bb6
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 76defb6..e90e214 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ depending on your python version.
Use
There are currently following scripts in this package:
osmotestconfig.py - test that apps start/write with example configs
-soap.py - implementation of SOAP <-> Ctrl proxy implemented on top of Twisted
+soap.py - implementation of SOAP <-> Ctrl proxy implemented on top of Twisted (deprecated, unmaintained)
ctrl2cgi.py - implementation of CGI <-> Ctrl proxy implemented on top of Twisted
osmo_rate_ctr2csv.py - rate counter dumper on top of osmo_ipa
osmo_interact_vty.py - pipe stdin/stdout to a VTY session