From ea56f46c8f017ef98ae647abc99ceecba9dce1e1 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 11 Aug 2020 12:06:50 +0200 Subject: Show number of user applications FIG0/13 --- src/fig0_13.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/fig0_13.cpp b/src/fig0_13.cpp index 0edb585..9a715af 100644 --- a/src/fig0_13.cpp +++ b/src/fig0_13.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2014 CSP Innovazione nelle ICT s.c.a r.l. (http://www.csp.it/) - Copyright (C) 2018 Matthias P. Braendli (http://www.opendigitalradio.org) + Copyright (C) 2020 Matthias P. Braendli (http://www.opendigitalradio.org) Copyright (C) 2015 Data Path This program is free software: you can redistribute it and/or modify @@ -111,7 +111,7 @@ fig_result_t fig0_13(fig0_common_t& fig0, const display_settings_t &disp) r.msgs.emplace_back(strprintf("SId=0x%X", SId)); r.msgs.emplace_back(strprintf("SCIdS=%u", SCIdS)); - r.msgs.emplace_back("User applications:"); + r.msgs.emplace_back(strprintf("User applications(%d):", No)); for (int numapp = 0; numapp < No; numapp++) { uint16_t user_app_type = ((f[k] << 8) | (f[k+1] & 0xE0)) >> 5; -- cgit v1.2.3