Subscription manager v0.10.0
[ric-plt/submgr.git] / pkg / control / types.go
index 1a2c92f..d12233c 100644 (file)
 
 package control
 
+import (
+       "gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/pkg/xapp"
+)
+
 type RmrDatagram struct {
        MessageType    int
        SubscriptionId uint16
@@ -44,4 +48,5 @@ type Transaction struct {
        Xapp_instance_address string
        Xapp_port             uint16
        Ric_sub_req           []byte
+       Mbuf                  *xapp.RMRMbuf
 }