Skip to content

Validate ReadRange service request#1303

Open
nathiyaramasamy wants to merge 12 commits into
masterfrom
nathiyaramasamy-patch-1
Open

Validate ReadRange service request#1303
nathiyaramasamy wants to merge 12 commits into
masterfrom
nathiyaramasamy-patch-1

Conversation

@nathiyaramasamy
Copy link
Copy Markdown
Collaborator

Added a new function to validate ReadRange request parameters.

Added a new function to validate ReadRange request parameters.
Comment thread src/bacnet/basic/service/h_rr.c Outdated
return apdu_len;
}

void Validate_RR_parameters()
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Public basic service handler functions for ReadRange use the prefix handler_read_range.
Suggest to rename to handler_read_range_parameter_validate(void) or perhaps a common function could reside in readrange.c module.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will move it to a common function in readrange.c

@nathiyaramasamy nathiyaramasamy changed the title Add Validate_RR_parameters function Validate ReadRange service request Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants