Pau Espin Pedrol has uploaded this change for review. (
https://gerrit.osmocom.org/9634
Change subject: pcu_sock: Log event pcu_sock created
......................................................................
pcu_sock: Log event pcu_sock created
Change-Id: If5691d8e8bae7166e06382db589850ce94c20a30
---
M src/osmo-bsc/pcu_sock.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/34/9634/1
diff --git a/src/osmo-bsc/pcu_sock.c b/src/osmo-bsc/pcu_sock.c
index 64422c7..5a3fefa 100644
--- a/src/osmo-bsc/pcu_sock.c
+++ b/src/osmo-bsc/pcu_sock.c
@@ -715,6 +715,8 @@
return rc;
}
+ LOGP(DPCU, LOGL_INFO, "Started listening on PCU socket: %s\n", path);
+
bts->pcu_state = state;
return 0;
}
--
To view, visit https://gerrit.osmocom.org/9634
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If5691d8e8bae7166e06382db589850ce94c20a30
Gerrit-Change-Number: 9634
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>