Skip to content
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

Updated gRPC Device code for BT, LTE and SpecAn 24C2 Cycle RFmx APIs #1057

Merged
merged 4 commits into from
May 8, 2024

Conversation

RahulBenaka
Copy link
Contributor

@RahulBenaka RahulBenaka commented May 7, 2024

What does this Pull Request accomplish?

Updates niRFmxSpecAn in grpc-device-scrapigen to 24.5.0
Updates niRFmxLTE in grpc-device-scrapigen to 24.5.0
Updates niRFmxBT in grpc-device-scrapigen to 24.5.0
Updates the gRPC Scrapigen Device Code for SpecAn APIs which are created for the specific feature request from the customer: Addition of Sequential FFT to Spectrum measurement with configurable overlap type property.
Updates the gRPC Scrapigen Device Code for LTE TXP measurement APIs, attributes and enums.
Updates the gRPC Scrapigen Device Code for new BT enum value for an attribute.

Why should this Pull Request be merged?
Updated to match the upcoming release of niRFmxSpecAn 24.5.0
Updated to match the upcoming release of niRFmxLTE 24.5.0
Updated to match the upcoming release of niRFmxBT 24.5.0

What testing has been done?
Manually inspected generated files.
Copied files from grpc-device-scrapigen/out/rfmxspecan/export/ to grpc-device/source/codegen/metadata/nirfmxspecan/ and built grpc-device successfully.
Manually inspected nirfmxspecan.proto file.
Copied files from grpc-device-scrapigen/out/rfmxlte/export/ to grpc-device/source/codegen/metadata/nirfmxlte/ and built grpc-device successfully.
Manually inspected nirfmxlte.proto file.
Copied files from grpc-device-scrapigen\out\rfmxbluetooth\export to grpc-device/source/codegen/metadata/ nirfmxbluetooth / and built grpc-device successfully.
Manually inspected nirfmxbluetooth.proto file.

Breaking Changes

RFmx SpecAn: removing timeout field from MarkerFetchFunctionValueRequest to match Driver API. Technically breaking for grpc-device but this method was busted in grpc-device in the previous release because the C API never released with the timeout parameter, and those changes weren’t carried over to grpc-device.

Copy link
Collaborator

@reckenro reckenro left a comment

Choose a reason for hiding this comment

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

Want to see another round after the breaking changes are addressed.

@RahulBenaka RahulBenaka added binary-breaking Change to proto file that requires client updates source-breaking Change to proto file that will break client if they update labels May 8, 2024
@reckenro reckenro self-requested a review May 8, 2024 18:43
@reckenro reckenro merged commit 2191f20 into main May 8, 2024
10 of 11 checks passed
@reckenro reckenro deleted the users/rnagaraj/24C2apis branch May 8, 2024 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binary-breaking Change to proto file that requires client updates source-breaking Change to proto file that will break client if they update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants