RICPLT-2981 SubFail go asn into use
[ric-plt/submgr.git] / pkg / control / transaction.go
index 010cf62..2cc68b1 100644 (file)
@@ -51,6 +51,7 @@ type Transaction struct {
        Meid              *xapp.RMRMeid                       //meid transaction related
        SubReqMsg         *e2ap.E2APSubscriptionRequest       //SubReq TODO: maybe own transactions per type
        SubRespMsg        *e2ap.E2APSubscriptionResponse      //SubResp TODO: maybe own transactions per type
+       SubFailMsg        *e2ap.E2APSubscriptionFailure       //SubFail TODO: maybe own transactions per type
        SubDelReqMsg      *e2ap.E2APSubscriptionDeleteRequest //SubDelReq TODO: maybe own transactions per type
        Payload           []byte                              //packed message to optimize retransmissions
        PayloadLen        int                                 //packed message len to optimize  retransmissions