daniel 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 <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged