Uses of Class
com.opencloud.slee.resources.cgin.map.MAPRadioResource
-
Packages that use MAPRadioResource 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 MAPRadioResource in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPRadioResource Modifier and Type Method Description MAPRadioResource
MAPRadioResource. clone()
Constructs a copy of this object and everything reachable from it.static MAPRadioResource
MAPRadioResource. copyOf(MAPRadioResource 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.MAPRadioResource[]
MAPForwardAccessSignalling_Arg_v3. getRadioResourceList()
Gets the value of the field radioResourceList.MAPRadioResource[]
MAPPrepareHO_Arg_v3. getRadioResourceList()
Gets the value of the field radioResourceList.MAPRadioResource
MAPRadioResource. setRab_Id(int value)
Sets the value of the field rab-Id and marks the field as present.MAPRadioResource
MAPRadioResource. setRadioResourceInformation(byte[] value)
Sets the value of the field radioResourceInformation.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPRadioResource Modifier and Type Method Description static MAPRadioResource
MAPRadioResource. copyOf(MAPRadioResource 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. setRadioResourceList(MAPRadioResource[] value)
Sets the value of the field radioResourceList.MAPPrepareHO_Arg_v3
MAPPrepareHO_Arg_v3. setRadioResourceList(MAPRadioResource[] value)
Sets the value of the field radioResourceList. -
Uses of MAPRadioResource in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPRadioResource Modifier and Type Field Description static PersistCodec<MAPRadioResource,MAPRadioResource,MAPProto.MAP_MS_DataTypes_RadioResource>
MAPCodecs. MAP_MS_DataTypes_RadioResource
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.RadioResourcestatic PersistCodec<MAPRadioResource,MAPRadioResource,MAPProto.MAP_MS_DataTypes_RadioResource>
MAPCodecs. MAP_MS_DataTypes_RadioResource
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.RadioResource
-