Change in osmo-gbproxy[master]: gbproxy_main: Fix naming bsc_hack/nsip_proxy -> (osmo-)gbproxy

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/.

daniel gerrit-no-reply at lists.osmocom.org
Tue Mar 9 15:30:49 UTC 2021


daniel has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/23293 )


Change subject: gbproxy_main: Fix naming bsc_hack/nsip_proxy -> (osmo-)gbproxy
......................................................................

gbproxy_main: Fix naming bsc_hack/nsip_proxy -> (osmo-)gbproxy

Change-Id: I58d75561f93ae5f3b23a07d8836e78f21e079928
---
M src/gb_proxy_main.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gbproxy refs/changes/93/23293/1

diff --git a/src/gb_proxy_main.c b/src/gb_proxy_main.c
index b9ff2f1..87331ea 100644
--- a/src/gb_proxy_main.c
+++ b/src/gb_proxy_main.c
@@ -117,7 +117,7 @@
 
 static void print_usage()
 {
-	printf("Usage: bsc_hack\n");
+	printf("Usage: osmo-gbproxy\n");
 }
 
 static void print_help()
@@ -266,7 +266,7 @@
 	int rc;
 	struct ctrl_handle *ctrl;
 
-	tall_sgsn_ctx = talloc_named_const(NULL, 0, "nsip_proxy");
+	tall_sgsn_ctx = talloc_named_const(NULL, 0, "gb_proxy");
 	msgb_talloc_ctx_init(tall_sgsn_ctx, 0);
 	vty_info.tall_ctx = tall_sgsn_ctx;
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gbproxy/+/23293
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: I58d75561f93ae5f3b23a07d8836e78f21e079928
Gerrit-Change-Number: 23293
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210309/fb5352cb/attachment.htm>


More information about the gerrit-log mailing list