Skip to content

Commit

Permalink
Fix #277, reverse new requirement description and rationale
Browse files Browse the repository at this point in the history
  • Loading branch information
alanc-gsfc committed Aug 11, 2022
1 parent 714157b commit 6b7e587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cf_FunctionalRequirements.csv
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ CF5021,CF5021,"When CF receives a ""Write Queue"" command, CF shall write the co
CF5021.1,CF5021.1,"When CF receives a ""Write Queue"" command, if the command-specified queue is not defined, CF shall reject the command. ",Ensure robust operations and provide operator feedback.
CF5023,CF5023,"The maximum number of transmissions, that is, the sum of simultaneous transmit and receive transactions, shall be defined at compile time.",Supports scaling resource use for mission variability
CF5024,CF5024,"When CF receives a file-transfer request, if the requested file's size is larger than 2^32 bytes, CF shall reject the request and issue an error event message.",Constrain resources use and exclude implementation complexity of CCSDS Large-file-size header extensions. CFDP-1S-01
CF5025,CF5025,Prevent silent truncation of variable length fields in PDU by checking configured storage size and rejecting PDUs that with Entity ID or Transaction Sequence Number fields that would be truncated.,"When CF receives a PDU, if the if the variable length entity IDs or Transaction Sequence Numbers are too large for the configured internal storage, CF shall reject the PDU and issue an error event message."
CF5025,CF5025,"When CF receives a PDU, if the if the variable length entity IDs or Transaction Sequence Numbers are too large for the configured internal storage, CF shall reject the PDU and issue an error event message.",Prevent silent truncation of variable length fields in PDU by checking configured storage size and rejecting PDUs that with Entity ID or Transaction Sequence Number fields that would be truncated.
CF5030,CF5030,Each CF output channel shall have 256 file-transfer priority levels.,Priority levels are used to control the order of file transfer PDUs within a channel. Priority levels allow the control of PDU interleaving in a output channel and prevent a lower-priority transfer from blocking a high-priority operational transfer. 256 priority levels provide a high-level of granularity in the compact space of 1 byte.
CF5030.1,CF5030.1,The CF file transmission priority level for each polling directory shall be configurable.,Supports management of priorities for each polling directory. Commanded transfers (single file or playback directory) use the priority level contained in the command.
CF5030.2,CF5030.2,The highest file-transfer priority level shall be zero.,Standardized interface. If the number of levels increases or decreases the highest priority will always be the same
Expand Down

0 comments on commit 6b7e587

Please sign in to comment.