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-pcu/+/19774 )
Change subject: pcu_l1_if: cosmetic: correct error message in pcu_rx_info_ind()
......................................................................
pcu_l1_if: cosmetic: correct error message in pcu_rx_info_ind()
Change-Id: I26ad0e990f6bf049a14f63b1255722d60c7ff868
---
M src/pcu_l1_if.cpp
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/74/19774/1
diff --git a/src/pcu_l1_if.cpp b/src/pcu_l1_if.cpp
index fb6393a..f92fe4e 100644
--- a/src/pcu_l1_if.cpp
+++ b/src/pcu_l1_if.cpp
@@ -576,7 +576,7 @@
info_ind->mcc, info_ind->mnc, info_ind->mnc_3_digits, info_ind->lac, info_ind->rac,
info_ind->cell_id);
if (!pcu) {
- LOGP(DL1IF, LOGL_NOTICE, "SGSN not available\n");
+ LOGP(DL1IF, LOGL_NOTICE, "SGSN is not available\n");
goto bssgp_failed;
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/19774
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I26ad0e990f6bf049a14f63b1255722d60c7ff868
Gerrit-Change-Number: 19774
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/20200821/6fdb2034/attachment.htm>