aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-12-23 14:27:54 +0100
committerlaforge <laforge@osmocom.org>2020-01-01 16:10:05 +0000
commitdb12f254ce466dc66411c5be43664d06e8dc673d (patch)
tree965137c7692774dace7d85a846ae3e30ce1dfc12
parent506eb23dc55aa82a1feb1f4efe7518c85aa0096b (diff)
Log BVCI PTP value upon msg recv
-rw-r--r--src/gprs_bssgp_pcu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index 8ce1342a..6435d99a 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -433,7 +433,7 @@ static int gprs_bssgp_pcu_rcvmsg(struct msgb *msg)
}
else
{
- LOGP(DBSSGP, LOGL_DEBUG, "rx BVCI_PTP gprs_bssgp_rx_ptp\n");
+ LOGP(DBSSGP, LOGL_DEBUG, "rx BVCI_PTP=%u gprs_bssgp_rx_ptp\n", ns_bvci);
rc = gprs_bssgp_pcu_rx_ptp(msg, &tp, bctx);
}
return rc;