pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-pcu/+/16674 )
Change subject: Log BVCI PTP value upon msg recv
......................................................................
Log BVCI PTP value upon msg recv
Change-Id: I47c5902112d568cd5a48e003010d8085b02d64e8
---
M src/gprs_bssgp_pcu.cpp
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/74/16674/1
diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index 2c2735b..66a5f74 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -467,7 +467,7 @@
}
else
{
- LOGP(DBSSGP, LOGL_DEBUG, "rx BVCI_PTP gprs_bssgp_rx_ptp\n");
+ LOGP(DBSSGP, LOGL_DEBUG, "rx BVCI_PTP=%d gprs_bssgp_rx_ptp\n",
ns_bvci);
rc = gprs_bssgp_pcu_rx_ptp(msg, &tp, bctx);
}
return rc;
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/16674
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I47c5902112d568cd5a48e003010d8085b02d64e8
Gerrit-Change-Number: 16674
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange