Uses of Class
com.opencloud.slee.resources.cgin.map.MAPBSSMAP_ServiceHandoverInfo
-
Packages that use MAPBSSMAP_ServiceHandoverInfo Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of MAPBSSMAP_ServiceHandoverInfo in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPBSSMAP_ServiceHandoverInfo Modifier and Type Method Description MAPBSSMAP_ServiceHandoverInfo
MAPBSSMAP_ServiceHandoverInfo. clone()
Constructs a copy of this object and everything reachable from it.static MAPBSSMAP_ServiceHandoverInfo
MAPBSSMAP_ServiceHandoverInfo. copyOf(MAPBSSMAP_ServiceHandoverInfo from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPBSSMAP_ServiceHandoverInfo[]
MAPForwardAccessSignalling_Arg_v3. getBssmap_ServiceHandoverList()
Gets the value of the field bssmap-ServiceHandoverList.MAPBSSMAP_ServiceHandoverInfo[]
MAPPrepareHO_Arg_v3. getBssmap_ServiceHandoverList()
Gets the value of the field bssmap-ServiceHandoverList.MAPBSSMAP_ServiceHandoverInfo
MAPBSSMAP_ServiceHandoverInfo. setBssmap_ServiceHandover(byte[] value)
Sets the value of the field bssmap-ServiceHandover.MAPBSSMAP_ServiceHandoverInfo
MAPBSSMAP_ServiceHandoverInfo. setRab_Id(int value)
Sets the value of the field rab-Id and marks the field as present.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPBSSMAP_ServiceHandoverInfo Modifier and Type Method Description static MAPBSSMAP_ServiceHandoverInfo
MAPBSSMAP_ServiceHandoverInfo. copyOf(MAPBSSMAP_ServiceHandoverInfo from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPForwardAccessSignalling_Arg_v3
MAPForwardAccessSignalling_Arg_v3. setBssmap_ServiceHandoverList(MAPBSSMAP_ServiceHandoverInfo[] value)
Sets the value of the field bssmap-ServiceHandoverList.MAPPrepareHO_Arg_v3
MAPPrepareHO_Arg_v3. setBssmap_ServiceHandoverList(MAPBSSMAP_ServiceHandoverInfo[] value)
Sets the value of the field bssmap-ServiceHandoverList. -
Uses of MAPBSSMAP_ServiceHandoverInfo in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPBSSMAP_ServiceHandoverInfo Modifier and Type Field Description static PersistCodec<MAPBSSMAP_ServiceHandoverInfo,MAPBSSMAP_ServiceHandoverInfo,MAPProto.MAP_MS_DataTypes_BSSMAP_ServiceHandoverInfo>
MAPCodecs. MAP_MS_DataTypes_BSSMAP_ServiceHandoverInfo
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.BSSMAP-ServiceHandoverInfostatic PersistCodec<MAPBSSMAP_ServiceHandoverInfo,MAPBSSMAP_ServiceHandoverInfo,MAPProto.MAP_MS_DataTypes_BSSMAP_ServiceHandoverInfo>
MAPCodecs. MAP_MS_DataTypes_BSSMAP_ServiceHandoverInfo
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.BSSMAP-ServiceHandoverInfo
-