[PATCH] osmo-sip-connector[master]: osmoappdesc: Fix VTY prompt to use OsmoSIPcon, not old OsmoMNCC

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
Tue Mar 27 13:51:34 UTC 2018


Review at  https://gerrit.osmocom.org/7532

osmoappdesc: Fix VTY prompt to use OsmoSIPcon, not old OsmoMNCC

In Change-Id Iba20c1c90e528d08bd362be39d86317569c253e6 we changed the
prompt, but didn't update osmoappdesc.py

Change-Id: I7c7868bda2195e5e67b2db5824caee8fbfb5a3b6
---
M osmoappdesc.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-sip-connector refs/changes/32/7532/1

diff --git a/osmoappdesc.py b/osmoappdesc.py
index 7b8bdf8..adb9662 100644
--- a/osmoappdesc.py
+++ b/osmoappdesc.py
@@ -21,7 +21,7 @@
 }
 
 apps = [
-    (4256, "src/osmo-sip-connector", "OsmoMNCC", "osmo-sip-connector")
+    (4256, "src/osmo-sip-connector", "OsmoSIPcon", "osmo-sip-connector")
 ]
 
 vty_command = ["./src/osmo-sip-connector", "-c",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7c7868bda2195e5e67b2db5824caee8fbfb5a3b6
Gerrit-PatchSet: 1
Gerrit-Project: osmo-sip-connector
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list