X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Frtmgr%2Ftypes.go;h=80d2dc0937ce23f47a8d7dc390b7d9f97c96013a;hb=refs%2Fchanges%2F60%2F860%2F1;hp=ba396c8fb14d313bb2d130015cbf0dc0301baae9;hpb=ece41b2c00dcc3c8942bd2e30e7a3a7956175ef9;p=ric-plt%2Frtmgr.git diff --git a/pkg/rtmgr/types.go b/pkg/rtmgr/types.go index ba396c8..80d2dc0 100644 --- a/pkg/rtmgr/types.go +++ b/pkg/rtmgr/types.go @@ -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 }