aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-12-19 14:49:13 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-20 16:03:47 +0000
commit4c283e4f4a071bdf42b6877d412775a3009e0ce4 (patch)
tree038e0216092d39927cd082128b87b7bb469145b0 /README
parente5731e03b6bc1af147203d35c1d4112c6a7e8e94 (diff)
README: mention twisted_ipa.py in scripts section, not as lib
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 9694aba..e85c1c4 100644
--- a/README
+++ b/README
@@ -13,6 +13,7 @@ osmo_interact_vty.py - pipe stdin/stdout to a VTY session
osmo_interact_ctrl.py - pipe stdin/stdout to a CTRL port
osmo_verify_transcript_vty.py - VTY testing by VTY session screen dumps
osmo_verify_transcript_ctrl.py - CTRL testing by CTRL session script files
+twisted_ipa.py - implementation of IPA and Ctrl protocols on top of Twisted framework
osmodumpdoc.py - dump documentation, superseded by osmo_interact_vty.py -X
osmotestvty.py - test vty operations, superseded by osmo_verify_transcript_vty.py
@@ -30,7 +31,6 @@ cd <your_source_dir>/openbsc/openbsc && osmodumpdoc.py
Libraries:
osmopy/osmoutil.py - code that's shared between the scripts
osmopy/osmo_ipa.py - generic implementation of IPA and Ctrl protocols in python
-twisted_ipa.py - implementation of IPA and Ctrl protocols on top of Twisted framework
osmopy/osmo_interact/{vty,ctrl}.py - general interactions with VTY and CTRL ports
osmopy/obscvty.py - connect to a vty, superseded by osmo_interact/vty