X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Ftransaction.go;h=010cf6222b9583e27d618a190bbd0814195e0463;hb=refs%2Fchanges%2F19%2F2219%2F1;hp=40c9e4d8147bdb40e6eba2d263e9eda07628c449;hpb=b3dc15673967c1c94a52d82ea8b169fefd6f9154;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/transaction.go b/pkg/control/transaction.go index 40c9e4d..010cf62 100644 --- a/pkg/control/transaction.go +++ b/pkg/control/transaction.go @@ -50,6 +50,7 @@ type Transaction struct { Xid string //xapp xid in req 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 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