From 302115e19e4087f5fecedb192335fdca772a1ffd Mon Sep 17 00:00:00 2001 From: Matt Ames Date: Fri, 24 Aug 2018 22:11:29 +1000 Subject: [PATCH] More AlgID updates --- op25/gr-op25/lib/value_string.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/op25/gr-op25/lib/value_string.cc b/op25/gr-op25/lib/value_string.cc index 60449bc..a03acad 100644 --- a/op25/gr-op25/lib/value_string.cc +++ b/op25/gr-op25/lib/value_string.cc @@ -65,7 +65,8 @@ const value_string ALGIDS[] = { /* Motorola proprietary - some of these have been observed over the air, some have been taken from firmware dumps on various devices, others have come from the TIA's FTP website while it was still public, - from document "ALGID Guide 2015-04-15.pdf" */ + from document "ALGID Guide 2015-04-15.pdf", and others have been + have been worked out with a little bit of guesswork */ { 0x9F, "Motorola DES-XL" }, { 0xA0, "Motorola DVI-XL" }, { 0xA1, "Motorola DVP-XL" }, @@ -82,7 +83,7 @@ const value_string ALGIDS[] = { { 0xAC, "Motorola Assigned - Unknown" }, { 0xAD, "Motorola Assigned - Unknown" }, { 0xAE, "Motorola Assigned - Unknown" }, - { 0xAF, "Motorola Assigned - AES-256-GCM" }, + { 0xAF, "Motorola AES-256-GCM" }, { 0xB0, "Motorola DVP"}, }; const size_t ALGIDS_SZ = sizeof(ALGIDS) / sizeof(ALGIDS[0]);