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.orgdaniel has submitted this change. ( 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(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
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: 2
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210309/e3d42532/attachment.htm>