aboutsummaryrefslogtreecommitdiffstats
path: root/src/openbts_sock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openbts_sock.cpp')
-rw-r--r--src/openbts_sock.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openbts_sock.cpp b/src/openbts_sock.cpp
index 8c99025c..f95b2282 100644
--- a/src/openbts_sock.cpp
+++ b/src/openbts_sock.cpp
@@ -146,6 +146,8 @@ int pcu_l1if_open()
struct femtol1_hdl *fl1h;
int rc;
+ LOGP(DL1IF, LOGL_INFO, "Opening OsmoPCU L1 interface to OpenBTS\n");
+
/* allocate new femtol1_handle */
fl1h = talloc_zero(tall_pcu_ctx, struct femtol1_hdl);
INIT_LLIST_HEAD(&fl1h->wlc_list);