summaryrefslogtreecommitdiff
path: root/daemons/gptp/linux/src/daemon_cl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/gptp/linux/src/daemon_cl.cpp')
-rw-r--r--daemons/gptp/linux/src/daemon_cl.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/daemons/gptp/linux/src/daemon_cl.cpp b/daemons/gptp/linux/src/daemon_cl.cpp
index 6c9ee9ba..41d7ae4b 100644
--- a/daemons/gptp/linux/src/daemon_cl.cpp
+++ b/daemons/gptp/linux/src/daemon_cl.cpp
@@ -320,8 +320,6 @@ int main(int argc, char **argv)
fprintf(stdout, "phy_delay_mb_rx: %d\n", iniParser.getPhyDelayMbRx());
fprintf(stdout, "neighborPropDelayThresh: %ld\n", iniParser.getNeighborPropDelayThresh());
fprintf(stdout, "syncReceiptThreshold: %d\n", iniParser.getSyncReceiptThresh());
- fprintf(stdout, "seqIdAsCapableThresh: %d\n", iniParser.getSeqIdAsCapableThresh());
- fprintf(stdout, "lostPdelayRespThresh %d\n", iniParser.getLostPdelayRespThresh());
/* If using config file, set the neighborPropDelayThresh.
* Otherwise it will use its default value (800ns) */
@@ -332,16 +330,6 @@ int main(int argc, char **argv)
*/
port->setSyncReceiptThresh(iniParser.getSyncReceiptThresh());
- /* If using config file, set the seqIdAsCapableThresh, otherwise
- * it will use the default value (SEQID_ASCAPABLE_THRESHOLD)
- */
- port->setSeqIdAsCapableThresh(iniParser.getSeqIdAsCapableThresh());
-
- /* If using config file, set the lostPdelayRespThresh, otherwise
- * it will use the default value (LOSTPDELAY_RESP_THRESH)
- */
- port->setLostPdelayRespThresh(iniParser.getLostPdelayRespThresh());
-
/*Only overwrites phy_delay default values if not input_delay switch enabled*/
if(!input_delay)
{