dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-pcu/+/34239 )
Change subject: osmobts_sock: cosmetic, put a dot between "v" and version
number
......................................................................
osmobts_sock: cosmetic, put a dot between "v" and version number
Change-Id: I7c70c4d4440fa9885e1efb80e6f2e4e821ac916f
---
M src/osmobts_sock.c
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/39/34239/1
diff --git a/src/osmobts_sock.c b/src/osmobts_sock.c
index c77605f..343fae8 100644
--- a/src/osmobts_sock.c
+++ b/src/osmobts_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\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/+/34239
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I7c70c4d4440fa9885e1efb80e6f2e4e821ac916f
Gerrit-Change-Number: 34239
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: newchange