[MERGED] osmo-gsm-manuals[master]: Update path to ctrl scripts

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/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Jan 5 10:10:01 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: Update path to ctrl scripts
......................................................................


Update path to ctrl scripts

Change-Id: Ib95e1ad33bbf115c8190f97210925549e6dc081a
Related: OS#2550
---
M common/chapters/control_if.adoc
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/common/chapters/control_if.adoc b/common/chapters/control_if.adoc
index dd6938a..ea55cd7 100644
--- a/common/chapters/control_if.adoc
+++ b/common/chapters/control_if.adoc
@@ -176,7 +176,7 @@
 === Control Interface python examples
 
 In the `osmo-python-tests` repository, there is an example python script
-called `osmopy/osmo_ctrl.py` which implements the Osmocom
+called `scripts/osmo_ctrl.py` which implements the Osmocom
 control interface protocol.
 
 You can use this tool either stand-alone to perform control interface
@@ -184,7 +184,7 @@
 for developing your own python software talking to the control
 interface.
 
-Another implementation is in `osmopy/rate_ctr2csv.py` which will retrieve performance counters
+Another implementation is in `scripts/osmo_rate_ctr2csv.py` which will retrieve performance counters
 for a given Osmocom program and output it in csv format. This can be used to periodically (using systemd timer
 for example) retrieve data to build KPI and evaluate how it changes over time.
 
@@ -196,7 +196,7 @@
 
 .Example: Use `rate_ctr2csv.py` to get rate counters from OsmoBSC
 ----
-$ ./osmopy/rate_ctr2csv.py --header
+$ ./scripts/osmo_rate_ctr2csv.py --header
 Connecting to localhost:4249...
 Getting rate counter groups info...
 "group","counter","absolute","second","minute","hour","day"

-- 
To view, visit https://gerrit.osmocom.org/5647
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib95e1ad33bbf115c8190f97210925549e6dc081a
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list