Skip to content

Commit

Permalink
fix sequence-id parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jannast committed Nov 25, 2024
1 parent 940d618 commit c0184f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/t2iapi/biceps/mdibversiongroup.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Represents the attributeGroup MdibVersionGroup (defined in IEEE Std 11073-10207-
*/
message MdibVersionGroup {
google.protobuf.UInt64Value mdib_version = 1; // optional MdibVersion when finishing the rpc
google.protobuf.StringValue sequence_id = 2; // SequenceId when finishing the rpc
string sequence_id = 2; // SequenceId when finishing the rpc
google.protobuf.UInt64Value instance_id = 3; // optional InstanceId when finishing the rpc
}

0 comments on commit c0184f7

Please sign in to comment.