diff --git a/LICENSE-18128-Apache-2_0.pdf b/LICENSE-18128-Apache-2_0.pdf deleted file mode 100644 index 47a1a9a..0000000 Binary files a/LICENSE-18128-Apache-2_0.pdf and /dev/null differ diff --git a/README.md b/README.md index 551e8eb..8803345 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,14 @@ to_lab is a simple telemetry downlink application that sends CCSDS telecommand p To send telemtry to the "ground" or UDP/IP port, edit the subscription table in the platform include file: build//inc/to_lab_sub_table.h. to_lab will subscribe to the packet IDs that are listed in this table and send the telemetry packets it receives to the UDP/IP port. -## Release Notes +## Version Notes -- 2.3.0: +- **2.3.0 OFFICIAL RELEASE**: - Minor updates (see https://github.com/nasa/to_lab/pull/13) - Not backwards compatible with OSAL 4.2.1 -- **2.2.0a OFFICIAL RELEASE **: - - Released as part of cFE 6.6.0a under the Apache 2.0 license, see [LICENSE](LICENSE-18128-Apache-2_0.pdf). + - Released as part of cFE 6.7.0, Apache 2.0 +- **2.2.0a OFFICIAL RELEASE**: + - Released as part of cFE 6.6.0a, Apache 2.0 ## Known issues diff --git a/fsw/mission_inc/to_lab_perfids.h b/fsw/mission_inc/to_lab_perfids.h index 6b188b4..c1461c7 100644 --- a/fsw/mission_inc/to_lab_perfids.h +++ b/fsw/mission_inc/to_lab_perfids.h @@ -1,6 +1,6 @@ /************************************************************************ ** -** GSC-18128-1, "Core Flight Executive Version 6.6" +** GSC-18128-1, "Core Flight Executive Version 6.7" ** ** Copyright (c) 2006-2019 United States Government as represented by ** the Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/platform_inc/to_lab_msgids.h b/fsw/platform_inc/to_lab_msgids.h index b9d4061..120201f 100644 --- a/fsw/platform_inc/to_lab_msgids.h +++ b/fsw/platform_inc/to_lab_msgids.h @@ -1,6 +1,6 @@ /************************************************************************ ** -** GSC-18128-1, "Core Flight Executive Version 6.6" +** GSC-18128-1, "Core Flight Executive Version 6.7" ** ** Copyright (c) 2006-2019 United States Government as represented by ** the Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/platform_inc/to_lab_sub_table.h b/fsw/platform_inc/to_lab_sub_table.h index 4c907bf..7e77eb4 100644 --- a/fsw/platform_inc/to_lab_sub_table.h +++ b/fsw/platform_inc/to_lab_sub_table.h @@ -1,6 +1,6 @@ /************************************************************************ ** -** GSC-18128-1, "Core Flight Executive Version 6.6" +** GSC-18128-1, "Core Flight Executive Version 6.7" ** ** Copyright (c) 2006-2019 United States Government as represented by ** the Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/to_lab_app.c b/fsw/src/to_lab_app.c index 156c3ae..e56d33c 100644 --- a/fsw/src/to_lab_app.c +++ b/fsw/src/to_lab_app.c @@ -1,6 +1,6 @@ /************************************************************************ ** -** GSC-18128-1, "Core Flight Executive Version 6.6" +** GSC-18128-1, "Core Flight Executive Version 6.7" ** ** Copyright (c) 2006-2019 United States Government as represented by ** the Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/to_lab_app.h b/fsw/src/to_lab_app.h index 53ac767..de1eb5d 100644 --- a/fsw/src/to_lab_app.h +++ b/fsw/src/to_lab_app.h @@ -1,6 +1,6 @@ /************************************************************************ ** -** GSC-18128-1, "Core Flight Executive Version 6.6" +** GSC-18128-1, "Core Flight Executive Version 6.7" ** ** Copyright (c) 2006-2019 United States Government as represented by ** the Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/to_lab_events.h b/fsw/src/to_lab_events.h index 7dcf2d2..de0eebe 100644 --- a/fsw/src/to_lab_events.h +++ b/fsw/src/to_lab_events.h @@ -1,6 +1,6 @@ /************************************************************************ ** -** GSC-18128-1, "Core Flight Executive Version 6.6" +** GSC-18128-1, "Core Flight Executive Version 6.7" ** ** Copyright (c) 2006-2019 United States Government as represented by ** the Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/to_lab_msg.h b/fsw/src/to_lab_msg.h index e8264bb..ec4d66e 100644 --- a/fsw/src/to_lab_msg.h +++ b/fsw/src/to_lab_msg.h @@ -1,6 +1,6 @@ /************************************************************************ ** -** GSC-18128-1, "Core Flight Executive Version 6.6" +** GSC-18128-1, "Core Flight Executive Version 6.7" ** ** Copyright (c) 2006-2019 United States Government as represented by ** the Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/to_lab_version.h b/fsw/src/to_lab_version.h index 4258075..ff31391 100644 --- a/fsw/src/to_lab_version.h +++ b/fsw/src/to_lab_version.h @@ -1,6 +1,6 @@ /************************************************************************ ** -** GSC-18128-1, "Core Flight Executive Version 6.6" +** GSC-18128-1, "Core Flight Executive Version 6.7" ** ** Copyright (c) 2006-2019 United States Government as represented by ** the Administrator of the National Aeronautics and Space Administration.