X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Ftransaction.go;h=010cf6222b9583e27d618a190bbd0814195e0463;hb=aafee7f742a73f11ab3f49056ade4eda9f2d87d0;hp=40c9e4d8147bdb40e6eba2d263e9eda07628c449;hpb=86a462083a043a01f499610209ba7a1b6ee8d652;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