From 4bb4c9300fc8a1281b4c5a56f18e6b251239dcd1 Mon Sep 17 00:00:00 2001 From: Mathias Kuntze Date: Fri, 6 Mar 2020 10:23:58 +0100 Subject: add FIG 0/7 --- src/ConfigParser.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ConfigParser.cpp') diff --git a/src/ConfigParser.cpp b/src/ConfigParser.cpp index 776ddc8..6e50952 100644 --- a/src/ConfigParser.cpp +++ b/src/ConfigParser.cpp @@ -3,7 +3,7 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2018 + Copyright (C) 2020 Matthias P. Braendli, matthias.braendli@mpb.li http://www.opendigitalradio.org @@ -420,6 +420,7 @@ static void parse_general(ptree& pt, } ensemble->international_table = pt_ensemble.get("international-table", 1); + ensemble->reconfig_counter = pt_ensemble.get("reconfig-counter", 0); string lto_auto = pt_ensemble.get("local-time-offset", ""); if (lto_auto == "auto") { -- cgit v1.2.3