-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Feature: Freeze/Thaw section 4.12.2 TRANSMISSION OPPORTUNITY PROCEDURES #9
Comments
There is no specification on how to notify the CFDP engine that the opportunities have come or gone. So we would have to make that up and it doesn't seem to provide any value over suspend/resume. Can you not use suspend/resume? |
Or is it important that something you have suspended stays suspended, even if a contact starts? |
I believe this is specifically for freeze/thawing which is suspending/resuming all transactions at once (without affecting current suspended transactions) and is based on a contact window so it is aware of that and does not try to send indications. The workaround I was thinking was to just use a procedure that loops specific transactions for suspend/resuming pre/post contact window. So it is possible to use the current configuration with workarounds to meet our freeze/thaw capability requirement. I have not totally looked into the implementation to fully write out what needs to be done. Our FSW team is looking to include this implementation and figured since it is part of the bluebook you'd want to have an implementation for it. If that isn't the case we can close this and I can figure something out. We may have some support hours we can use for this? (Not sure if Github is where we should be reaching out or not) |
The spec discusses freeze/thaw but it doesn't dictate how to implement it at all. |
Yes sorry, I just realized what you were saying in your first reply. The opportunities are a bit vague in the bluebook. If its up to me, I would think that it depends on the target mapping interface connections. Essentially, if an interface that the target is mapped to disconnects that it freeze's the transactions and then thaws the transactions once it reconnects. OpenC3's only understanding of the connection is at the interface I would think and not a scheduled contact window. I think that meets the intent of freeze/thaw is that it is resilient to connection loss. Which is why no indication is included in the freeze/thaw events. |
Great minds think alike because I found this comment in the code already:
|
Per section 4.12.2 TRANSMISSION OPPORTUNITY PROCEDURES
Would it be possible to add "Freeze" and "Thaw"?
Seems like it wouldnt be too different from suspend/resume with the above exceptions.
The text was updated successfully, but these errors were encountered: