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/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/22690 )
Change subject: pcu_sock: pcu_tx_si_all(): cosmetic coding style change
......................................................................
pcu_sock: pcu_tx_si_all(): cosmetic coding style change
Change-Id: I11f60ecdd3cfa2132d58fd3034bfe7419df0edb6
---
M src/common/pcu_sock.c
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/90/22690/1
diff --git a/src/common/pcu_sock.c b/src/common/pcu_sock.c
index 454f921..d7092f9 100644
--- a/src/common/pcu_sock.c
+++ b/src/common/pcu_sock.c
@@ -778,10 +778,11 @@
rc = pcu_tx_si(bts, si_types[i], true);
if (rc < 0)
rc = -EINVAL;
- } else
+ } else {
LOGP(DPCU, LOGL_INFO,
"SI%s is not available on PCU connection\n",
get_value_string(osmo_sitype_strs, si_types[i]));
+ }
}
return rc;
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/22690
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I11f60ecdd3cfa2132d58fd3034bfe7419df0edb6
Gerrit-Change-Number: 22690
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210204/875fac86/attachment.htm>