|
501 | 501 | * available resource to track the chunks associated |
502 | 502 | * with the file. |
503 | 503 | */ |
504 | | -#define CF_CFDP_NO_CHUNKLIST_AVAIL_EID 88 |
| 504 | +#define CF_CFDP_NO_CHUNKLIST_AVAIL_EID 69 |
505 | 505 |
|
506 | 506 | /************************************************************************** |
507 | 507 | * CF_CFDP_R event IDs - Engine receive |
|
520 | 520 | #define CF_CFDP_R_REQUEST_MD_INF_EID (70) |
521 | 521 |
|
522 | 522 | /** |
523 | | - * \brief CF Creating Temp File For RX Transaction Without Metadata PDU |
| 523 | + * \brief CF Creating Temp File For RX Transaction |
524 | 524 | * |
525 | 525 | * \par Type: INFORMATION |
526 | 526 | * |
527 | 527 | * \par Cause: |
528 | 528 | * |
529 | | - * RX transaction missing metadata causing creation of a temporary |
| 529 | + * RX transaction creation of a temporary |
530 | 530 | * filename to store the data |
531 | 531 | */ |
532 | 532 | #define CF_CFDP_R_TEMP_FILE_INF_EID (71) |
|
661 | 661 | * |
662 | 662 | * \par Cause: |
663 | 663 | * |
664 | | - * Failure from file rename call after reception of an out-of-order RX |
665 | | - * Class 2 Metadata PDU |
| 664 | + * Failure from file rename call after end of transaction |
666 | 665 | */ |
667 | 666 | #define CF_CFDP_R_RENAME_ERR_EID (83) |
668 | 667 |
|
669 | 668 | /** |
670 | | - * \brief CF RX Class 2 Metadata PDU File Open Failed Event ID |
| 669 | + * \brief CF File retained |
671 | 670 | * |
672 | | - * \par Type: ERROR |
| 671 | + * \par Type: INFORMATION |
673 | 672 | * |
674 | 673 | * \par Cause: |
675 | 674 | * |
676 | | - * Failure from file open call after reception of an out-of-order RX |
677 | | - * Class 2 Metadata PDU |
| 675 | + * Engine has fully retained the file after a successful transaction |
678 | 676 | */ |
679 | | -#define CF_CFDP_R_OPEN_ERR_EID (84) |
| 677 | +#define CF_CFDP_R_FILE_RETAINED_EID (84) |
680 | 678 |
|
681 | 679 | /** |
682 | | - * \brief CF Invalid Out-of-order Metadata PDU Received Event ID |
| 680 | + * \brief CF RX File not retained |
683 | 681 | * |
684 | | - * \par Type: ERROR |
| 682 | + * \par Type: INFORMATION |
685 | 683 | * |
686 | 684 | * \par Cause: |
687 | 685 | * |
688 | | - * Failure to decode out-of-order metadata PDU |
| 686 | + * Temporary file associated with a receive transaction was discarded |
| 687 | + * without being retained. This may be due to an error in the |
| 688 | + * transaction, failure to validate, or cancellation. |
689 | 689 | */ |
690 | | -#define CF_CFDP_R_PDU_MD_ERR_EID (85) |
| 690 | +#define CF_CFDP_R_NOT_RETAINED_EID (85) |
691 | 691 |
|
692 | 692 | /** |
693 | 693 | * \brief CF Class 2 CRC Read From File Failed Event ID |
|
723 | 723 | */ |
724 | 724 | #define CF_CFDP_R_INACT_TIMER_ERR_EID (88) |
725 | 725 |
|
726 | | -/** |
727 | | - * \brief CF No chunklist available |
728 | | - * |
729 | | - * \par Type: ERROR |
730 | | - * |
731 | | - * \par Cause: |
732 | | - * |
733 | | - * Engine has aborted a transaction due to lack of an |
734 | | - * available resource to track the chunks associated |
735 | | - * with the file. |
736 | | - */ |
737 | | -#define CF_CFDP_NO_CHUNKLIST_AVAIL_EID 88 |
738 | | - |
739 | 726 | /************************************************************************** |
740 | 727 | * CF_CFDP_S event IDs - Engine send |
741 | 728 | */ |
|
934 | 921 | */ |
935 | 922 | #define CF_CFDP_S_INACT_TIMER_ERR_EID (107) |
936 | 923 |
|
| 924 | +/** |
| 925 | + * \brief CF TX File Moved |
| 926 | + * |
| 927 | + * \par Type: INFORMATION |
| 928 | + * |
| 929 | + * \par Cause: |
| 930 | + * |
| 931 | + * Source File has been moved after a TX transaction |
| 932 | + * This occurs when the move directory is configured. |
| 933 | + */ |
| 934 | +#define CF_CFDP_S_FILE_MOVED_EID (108) |
| 935 | + |
| 936 | +/** |
| 937 | + * \brief CF TX File Removed |
| 938 | + * |
| 939 | + * \par Type: INFORMATION |
| 940 | + * |
| 941 | + * \par Cause: |
| 942 | + * |
| 943 | + * Source File has been removed after a successful TX transaction |
| 944 | + * where the "keep" flag was false and there is no move directory |
| 945 | + * configured. |
| 946 | + */ |
| 947 | +#define CF_CFDP_S_FILE_REMOVED_EID (109) |
| 948 | + |
937 | 949 | /************************************************************************** |
938 | 950 | * CF_CMD event IDs - Command processing |
939 | 951 | */ |
|
0 commit comments