X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Ftypes.go;h=83312d8b36d1e909b9de858f1f057527073a62ca;hb=bf2f4122f6bf89fc572f6c4cad5f0c4108a996e0;hp=3a9587f2ab2728037f1bc26f89fd34b72114bbd2;hpb=1455c85dea3fba44cdcba8a92864be730691a6ec;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/types.go b/pkg/control/types.go index 3a9587f..83312d8 100644 --- a/pkg/control/types.go +++ b/pkg/control/types.go @@ -19,10 +19,6 @@ package control -import ( - "gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/pkg/xapp" -) - type RmrDatagram struct { MessageType int SubscriptionId uint16 @@ -37,14 +33,3 @@ type SubRouteInfo struct { } type Action int - -type TransactionKey struct { - SubID uint16 - transType Action -} - -type Transaction struct { - XappInstanceAddress string - XappPort uint16 - OrigParams *xapp.RMRParams -}