aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/ipc
diff options
context:
space:
mode:
authorEric <ewild@sysmocom.de>2020-04-22 15:21:49 +0200
committerEric <ewild@sysmocom.de>2020-04-22 15:21:49 +0200
commit5002af94c11b3cf8a671879ec043df6d550c4b4c (patch)
treed14b1c6ca78996e3f84e14a1562bc93bf6bde775 /Transceiver52M/device/ipc
parentec1f46e88ee82b908cbdf105554926294aef3d20 (diff)
ipc: print received path delay value
Diffstat (limited to 'Transceiver52M/device/ipc')
-rw-r--r--Transceiver52M/device/ipc/IPCDevice.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Transceiver52M/device/ipc/IPCDevice.cpp b/Transceiver52M/device/ipc/IPCDevice.cpp
index 9aac410..8658a34 100644
--- a/Transceiver52M/device/ipc/IPCDevice.cpp
+++ b/Transceiver52M/device/ipc/IPCDevice.cpp
@@ -316,6 +316,8 @@ int IPCDevice::ipc_rx_open_cnf(const struct ipc_sk_if_open_cnf *open_cnf)
LOGC(DDEV, NOTICE)
<< "Rx Open CNF:"
<< " return_code=" << (unsigned int)open_cnf->return_code << " shm_name=" << open_cnf->shm_name;
+ LOGC(DDEV, NOTICE) << "Rx Open CNF:"
+ << " ipc device path delay: " << (unsigned int)open_cnf->path_delay;
for (i = 0; i < chans; i++) {
int rc;
LOGC(DDEV, NOTICE) << "chan " << i << ": sk_path=" << open_cnf->chan_info[i].chan_ipc_sk_path;