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

Commit 9095dc8e authored by Asaf Rosenfeld's avatar Asaf Rosenfeld
Browse files

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.

Test: All VMS tests are adjusted and pass.
Bug:b/37627272

Change-Id: I039f952ff944605ca46a8f6f6f484aac830fc46e
parent 7cd76c14
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,
};

/*