Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c193a1eb authored by Asaf Rosenfeld's avatar Asaf Rosenfeld Committed by Android (Google) Code Review
Browse files

Merge "Adding an index for Vms Layer Subtype Will rename ID to type in another...

Merge "Adding an index for Vms Layer Subtype Will rename ID to type in another CL so messages include Type and Subtype instead of Id and subtype."
parents 9c4cc34b 9095dc8e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -620,6 +620,9 @@ enum VmsSimpleMessageIntegerValuesIndex : VmsBaseMessageIntegerValuesIndex {

  /* The version of the VMS layer. */
  VMS_LAYER_VERSION = 2,

  /* The layer type as defined in the vms protocol */
  VMS_LAYER_SUB_TYPE = 3,
};

/*