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.
|
Modifier and Type | Method and Description |
---|---|
MAPChosenRadioResourceInformation |
MAPChosenRadioResourceInformation.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPChosenRadioResourceInformation |
MAPChosenRadioResourceInformation.copyOf(MAPChosenRadioResourceInformation 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.
|
MAPChosenRadioResourceInformation |
MAPProcessAccessSignalling_Arg_v3.getChosenRadioResourceInformation()
Gets the value of the field chosenRadioResourceInformation.
|
MAPChosenRadioResourceInformation |
MAPPrepareHO_Res_v3.getChosenRadioResourceInformation()
Gets the value of the field chosenRadioResourceInformation.
|
MAPChosenRadioResourceInformation |
MAPChosenRadioResourceInformation.setChosenChannelInfo(byte[] value)
Sets the value of the field chosenChannelInfo.
|
MAPChosenRadioResourceInformation |
MAPChosenRadioResourceInformation.setChosenSpeechVersion(byte[] value)
Sets the value of the field chosenSpeechVersion.
|
Modifier and Type | Method and Description |
---|---|
static MAPChosenRadioResourceInformation |
MAPChosenRadioResourceInformation.copyOf(MAPChosenRadioResourceInformation 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.
|
MAPProcessAccessSignalling_Arg_v3 |
MAPProcessAccessSignalling_Arg_v3.setChosenRadioResourceInformation(MAPChosenRadioResourceInformation value)
Sets the value of the field chosenRadioResourceInformation.
|
MAPPrepareHO_Res_v3 |
MAPPrepareHO_Res_v3.setChosenRadioResourceInformation(MAPChosenRadioResourceInformation value)
Sets the value of the field chosenRadioResourceInformation.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPChosenRadioResourceInformation,MAPChosenRadioResourceInformation,MAPProto.MAP_MS_DataTypes_ChosenRadioResourceInformation> |
MAPCodecs.MAP_MS_DataTypes_ChosenRadioResourceInformation
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ChosenRadioResourceInformation
|
static PersistCodec<MAPChosenRadioResourceInformation,MAPChosenRadioResourceInformation,MAPProto.MAP_MS_DataTypes_ChosenRadioResourceInformation> |
MAPCodecs.MAP_MS_DataTypes_ChosenRadioResourceInformation
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ChosenRadioResourceInformation
|