mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-02 05:03:18 +00:00
ipc: print initial ts
Change-Id: I9be02583e54592f27748918c16a7fa502bf88c47
This commit is contained in:
@@ -1025,7 +1025,7 @@ bool IPCDevice::flush_recv(size_t num_pkts)
|
||||
read = ipc_shm_read(shm_io_rx_streams[i], (uint16_t *)&tmp.front(), 4096 / 2, &tmps, 3);
|
||||
}
|
||||
ts_initial = tmps + read;
|
||||
return ts_initial;
|
||||
|
||||
LOGC(DDEV, INFO) << "Initial timestamp " << ts_initial << std::endl;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user