Add version 0.5.0
[ric-plt/submgr.git] / pkg / control / types.go
index 5f46e65..2a4e9d5 100644 (file)
 
 package control
 
-type RmrPayload struct {
-       MessageType int
-       SubscriptionId int
-       Content string 
-}
-
 type RmrDatagram struct {
-  MessageType int
-       SubscriptionId int
-       Payload []byte 
+       MessageType    int
+       SubscriptionId uint16
+       Payload        []byte
 }