Log BVCI PTP value upon msg recv

Change-Id: I47c5902112d568cd5a48e003010d8085b02d64e8
This commit is contained in:
Pau Espin 2019-12-23 14:27:54 +01:00 committed by laforge
parent 506eb23dc5
commit db12f254ce
1 changed files with 1 additions and 1 deletions

View File

@ -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;