dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-pcu/+/34275 )
Change subject: pcuif_sock: improve log output (OsmoBTS/OsmoBSC)
......................................................................
pcuif_sock: improve log output (OsmoBTS/OsmoBSC)
When printing the PCUIF protocol version, we only mention OsmoBTS, but
since OsmoPCU can also be used in co-location with OsmoBSC, we should
also mention OsmoBSC here. Let's write "OsmoBTS/OsmoBSC"
Related: OS#5927
Change-Id: Ibe49064d04dff0617357e3e0b00fea961b657784
---
M src/pcuif_sock.c
1 file changed, 15 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/75/34275/1
diff --git a/src/pcuif_sock.c b/src/pcuif_sock.c
index c77605f..f8c0ecc 100644
--- a/src/pcuif_sock.c
+++ b/src/pcuif_sock.c
@@ -217,7 +217,7 @@
int pcu_l1if_open(void)
{
int rc;
- LOGP(DL1IF, LOGL_INFO, "Opening OsmoPCU L1 interface v%u to OsmoBTS\n",
PCU_IF_VERSION);
+ LOGP(DL1IF, LOGL_INFO, "Opening OsmoPCU L1 interface v%u to
OsmoBTS/OsmoBSC\n", PCU_IF_VERSION);
memset(&pcu_sock_state, 0x00, sizeof(pcu_sock_state));
INIT_LLIST_HEAD(&pcu_sock_state.upqueue);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-pcu/+/34275
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ibe49064d04dff0617357e3e0b00fea961b657784
Gerrit-Change-Number: 34275
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: newchange