Add hybrid report acquisition planner - #66
Closed
masarray wants to merge 6 commits into
Closed
Conversation
Owner
Author
|
Superseded by current-main consolidation PR #74, merged as |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
P2.2 adds an engine-owned RCB capability, partial-coverage, and hybrid report acquisition planner on top of P2.1 main
5b2adcf21a5c82fd45e23672e14ef4edddbd5de2.Scope
MmsRcbAvailabilityResultevidence;DatSet, reservation, orRptEna;Safety boundary
DatSet,RptEna=false, exact availability evidence, and explicit free reservation state (Resv=falsefor URCB orResvTms=0for BRCB);Regression coverage
DatSetplus explicitResvTms=0;Uncovered, nevermissing;Documentation
docs/HYBRID_REPORT_ACQUISITION.mddocuments the steady-state acquisition sequence, ARIEC/consumer ownership boundary, fresh-availability rules, partial static coverage, dynamic residual planning, polling semantics, write boundary, and physical-validation boundary.CHANGELOG.mdrecords the P2.2 API.Exact-head validation
Authoritative head:
3407919d80e44b66288fb3c06ee0b6609d3c3499..NET CI #301, run31767731605, passed on this exact head:The branch remains exactly based on P2.1 main
5b2adcf21a5c82fd45e23672e14ef4edddbd5de2;maindid not advance during this implementation.Merge / physical validation gate
Keep this PR draft for now. CI proves the deterministic planner and fail-closed software contract; it does not prove that the physical IED accepts the resulting RCB/DataSet operations or actually delivers report traffic. The next integration step is for ARSAS to consume the typed plan without adding app-side report heuristics, then validate on the physical IED that report-covered points transition away from continuous polling while only true residual points remain on MMS polling.