fix(ot-sim): backwards compatibility w/ default DNP3 "scan-rate" option#73
Draft
activeshadow wants to merge 1 commit into
Draft
fix(ot-sim): backwards compatibility w/ default DNP3 "scan-rate" option#73activeshadow wants to merge 1 commit into
activeshadow wants to merge 1 commit into
Conversation
Commit 55d8461 introduced the option to specify a scan rate for DNP3 masters, but did not correctly support the option being missing, breaking backwards compatibility. fixes sandialabs#72
GhostofGoes
approved these changes
Oct 21, 2025
Contributor
|
Awaiting testing from @tjicolem before merging |
|
Thanks for putting in the fix. I tested these changes (python 3.10) and hit an issue. I changed the order of the method params and that fixed it. Using python3.10 Fix. |
Contributor
|
@tijcolem Would you mind opening a new PR with the fix you tested? |
Collaborator
Author
|
Don't open a new PR, I'll find time to make the changes here in this PR.
…On Wed, Dec 03, 2025 at 09:21:12AM -0800, Chris Goes wrote:
●GhostofGoes left a comment (sandialabs/sceptre-phenix-apps#73)
@tijcolem Would you mind opening a new PR with the fix you tested?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.*Message ID: <sandialabs
***@***.***>
--
//SIGNED//
Bryan T. Richardson
Active Shadow LLC
505.382.2077
|
Contributor
|
@activeshadow is this still pending a few changes? |
Collaborator
Author
|
@cmulk yeah I still need to make these changes. I'll try to get to them soon. Thanks for the poke. |
Contributor
|
Ping @activeshadow, if you're still working on this can you mark as Draft? Gracias. |
Collaborator
Author
Will do. |
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.
Backwards Compatibility for DNP3 Master
scan-rateOptionDescription
Commit 55d8461 introduced the option to specify a scan rate for DNP3 masters, but did not correctly support the option being missing, breaking backwards compatibility.
Related Issue
#72
Type of Change
Please select the type of change your pull request introduces:
Checklist
Additional Notes
@tijcolem please do me a favor and test to see if this addresses your issue #72.