some fix related to the integration
[ric-plt/rtmgr.git] / pkg / rtmgr / types.go
index ba396c8..80d2dc0 100644 (file)
@@ -55,7 +55,7 @@ type RouteTableEntry struct {
        MessageType string
        TxList      EndpointList
        RxGroups    []EndpointList
-       SubID       int16
+       SubID       int32
 }
 
 type XApp struct {
@@ -90,7 +90,7 @@ type RicComponents struct {
 }
 
 type Subscription struct {
-       SubID    int16
+       SubID    int32
        Fqdn     string
        Port     uint16
 }