From 72d5f8c26a5ecaa22a046163d08dee1cfd31f137 Mon Sep 17 00:00:00 2001 From: Robert Weber Date: Mon, 12 Aug 2013 13:20:28 -0600 Subject: [PATCH] need a default for tests --- protofiles/DpiMsgLRproto.proto | 2 +- resources/DpiMsgLRproto.protoheader | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protofiles/DpiMsgLRproto.proto b/protofiles/DpiMsgLRproto.proto index 1575de6996842..e602e7a061044 100644 --- a/protofiles/DpiMsgLRproto.proto +++ b/protofiles/DpiMsgLRproto.proto @@ -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 diff --git a/resources/DpiMsgLRproto.protoheader b/resources/DpiMsgLRproto.protoheader index be2e30a64feda..0697d9f711a3f 100644 --- a/resources/DpiMsgLRproto.protoheader +++ b/resources/DpiMsgLRproto.protoheader @@ -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];