diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-08-11 12:06:50 +0200 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-08-11 12:06:50 +0200 | 
| commit | ea56f46c8f017ef98ae647abc99ceecba9dce1e1 (patch) | |
| tree | 93e8e24065466c4eb22e8d2c3acaee82d0642fd8 | |
| parent | be895dc7319d124fe9e0c17d684d81639796ddf6 (diff) | |
| download | etisnoop-ea56f46c8f017ef98ae647abc99ceecba9dce1e1.tar.gz etisnoop-ea56f46c8f017ef98ae647abc99ceecba9dce1e1.tar.bz2 etisnoop-ea56f46c8f017ef98ae647abc99ceecba9dce1e1.zip | |
Show number of user applications FIG0/13
| -rw-r--r-- | src/fig0_13.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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; | 
