AIT-DSN icon indicating copy to clipboard operation
AIT-DSN copied to clipboard

Results 40 AIT-DSN issues
Sort by recently updated
recently updated
newest added

Most common ground modems use a TCP-based interface for communication to the GDS, not UDP. The TCP frame interface should include an extensible header wrapper, as most modems and stations...

Typically when binary products are packetized, the framing mechanism is expected to frame the group of packets, either individually framed, or split across frames. The translated product should frame the...

Our current time encoding for handler `start()` functions isn't properly encoding the start / end `datetimes` passed. For example, `RAF.start` has the following: https://github.com/NASA-AMMOS/AIT-DSN/blob/master/ait/dsn/sle/raf.py#L155 ``` if start_time is None: start_invoc['rafStartInvocation']['startTime']['undefined']...

While AIT-Core has moved to pytest, this repo (and AIT-GUI) are still using nosetests. Pytest was incidentally introduced when TC Tranfer Frames were added (https://github.com/NASA-AMMOS/AIT-DSN/pull/153) This isn't caught by our...

In reference to Issue #60: Implement AOS Transfer Frames per Spec #98 Config block dsn.sle.aos doesn't seem to be documented, and is not in the config.yaml skeleton.

1) Include more recent example for KMC client config 2) Fix typo in example code that uses 'ait_result' instead of 'crypt_result'

Alternately, this functionality could be packaged into AIT-GUI, as long as AIT-DSN provides the necessary information back to it.

Typically GDS manage translated products, including the date of translation, a checksum of the product that was translated, and a translation status (failed, successful, etc). This should be tracked by...

Near-earth missions commonly use Reed-solomon, but others are supported in CCSDS as well: Reed-Solomon, Turbo, or LDPC Encoding.

Randomization prevents blocks of 0s causing issues with telecom and is part of the CCSDS 131.0-B-3 standard Section 10.4