pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-bsc/+/29781 )
Change subject: cosmetic: Fix indentation whitespace
......................................................................
cosmetic: Fix indentation whitespace
Change-Id: I16f4c8018ac906e865885332fec3912c6e539d4e
---
M src/osmo-bsc/osmo_bsc_main.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, approved
diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c
index 920693f..5452609 100644
--- a/src/osmo-bsc/osmo_bsc_main.c
+++ b/src/osmo-bsc/osmo_bsc_main.c
@@ -843,7 +843,7 @@
/* Initialize and connect a single MGCP client. This MGCP client will appear as the one
and only pool
* member if there is no MGW pool configured. */
LOGP(DNM, LOGL_NOTICE, "No MGW pool configured, using MGW configuration in VTY node
'msc'\n");
- mgcp_client_single = mgcp_client_init(bsc_gsmnet, bsc_gsmnet->mgw.conf);
+ mgcp_client_single = mgcp_client_init(bsc_gsmnet, bsc_gsmnet->mgw.conf);
if (!mgcp_client_single) {
LOGP(DNM, LOGL_ERROR, "MGW (single) client initalization failed\n");
return -EINVAL;
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/29781
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I16f4c8018ac906e865885332fec3912c6e539d4e
Gerrit-Change-Number: 29781
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged