Skip to content

Commit

Permalink
need a default for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
weberr13 committed Aug 12, 2013
1 parent dd33211 commit 72d5f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protofiles/DpiMsgLRproto.proto
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ message DpiMsgLRproto
optional uint32 threadId = 33;
optional uint64 fieldCount = 34;
optional string debugMessage = 35;
optional uint32 ApplicationId = 36;
optional uint32 ApplicationId = 36 [default = 0];
repeated bytes framed_ipQ_PROTO_DIAMETER = 343; // QOSMOS:Q_PROTO_DIAMETER,Q_DIAMETER_FRAMED_IP
repeated bytes applicationQ_PROTO_BASE = 344; // QOSMOS:Q_PROTO_BASE,Q_BASE_APPLICATION
optional uint32 timeQ_PROTO_BASE = 345; // QOSMOS:Q_PROTO_BASE,Q_BASE_TIME
Expand Down
2 changes: 1 addition & 1 deletion resources/DpiMsgLRproto.protoheader
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ message DpiMsgLRproto
optional uint32 threadId = 33;
optional uint64 fieldCount = 34;
optional string debugMessage = 35;
optional uint32 ApplicationId = 36;
optional uint32 ApplicationId = 36 [default = 0];

0 comments on commit 72d5f8c

Please sign in to comment.