Skip to content

Commit

Permalink
Avoid binary-breaking change in RFmx LTE (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
reckenro authored Mar 20, 2024
1 parent e034b69 commit 7ea064c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generated/nirfmxlte/nirfmxlte.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2582,8 +2582,8 @@ message CfgPSSCHModulationTypeRequest {
nidevice_grpc.Session instrument = 1;
string selector_string = 2;
oneof modulation_type_enum {
PsschModulationType modulation_type = 3;
int32 modulation_type_raw = 4;
int32 modulation_type_raw = 3;
PsschModulationType modulation_type = 4;
}
}

Expand Down
2 changes: 2 additions & 0 deletions source/codegen/metadata/nirfmxlte/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2511,6 +2511,8 @@
{
'direction': 'in',
'enum': 'PsschModulationType',
'grpc_field_number': '4',
'grpc_raw_field_number': '3',
'name': 'modulationType',
'type': 'int32'
}
Expand Down

0 comments on commit 7ea064c

Please sign in to comment.