diff --git a/protofiles/DpiMsgLRproto.proto b/protofiles/DpiMsgLRproto.proto index b21a4eda2f6ee..e602e7a061044 100644 --- a/protofiles/DpiMsgLRproto.proto +++ b/protofiles/DpiMsgLRproto.proto @@ -54,6 +54,7 @@ message DpiMsgLRproto optional uint32 threadId = 33; optional uint64 fieldCount = 34; optional string debugMessage = 35; + 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 5b4023ed3cbb4..0697d9f711a3f 100644 --- a/resources/DpiMsgLRproto.protoheader +++ b/resources/DpiMsgLRproto.protoheader @@ -54,3 +54,4 @@ message DpiMsgLRproto optional uint32 threadId = 33; optional uint64 fieldCount = 34; optional string debugMessage = 35; + optional uint32 ApplicationId = 36 [default = 0];