laforge has submitted this change. ( 
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(-)

Approvals:
  laforge: Looks good to me, approved
  fixeria: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index 8ce1342..6435d99 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -433,7 +433,7 @@
        }
        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;

--
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: 4
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to