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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/16791 )
Change subject: sccp_demo_user: Change prompt to not include any '-' symbols
......................................................................
sccp_demo_user: Change prompt to not include any '-' symbols
It seems that our TTCN3 VTY/Telnet module no longer supports '-'
inside prompts. Let's make sure the SCCP_Tests can again be executed
by removing them from our promt name here.
Change-Id: I4b6d7dd6fdf7521a4a9071e50ac1dcb2993c74bb
---
M examples/sccp_demo_user.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/91/16791/1
diff --git a/examples/sccp_demo_user.c b/examples/sccp_demo_user.c
index b55b50c..3cbcc72 100644
--- a/examples/sccp_demo_user.c
+++ b/examples/sccp_demo_user.c
@@ -78,7 +78,7 @@
}
static struct vty_app_info vty_info = {
- .name = "sccp-demo-user",
+ .name = "SccpDemoUser",
.version = 0,
};
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/16791
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I4b6d7dd6fdf7521a4a9071e50ac1dcb2993c74bb
Gerrit-Change-Number: 16791
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200110/c352fcf2/attachment.htm>