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 |
---|---|
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[] |
MAPPrepareHO_Arg_v3.getRadioResourceList()
Gets the value of the field radioResourceList.
|
MAPRadioResource[] |
MAPForwardAccessSignalling_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.
|
Modifier and Type | Method and 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.
|
MAPPrepareHO_Arg_v3 |
MAPPrepareHO_Arg_v3.setRadioResourceList(MAPRadioResource[] value)
Sets the value of the field radioResourceList.
|
MAPForwardAccessSignalling_Arg_v3 |
MAPForwardAccessSignalling_Arg_v3.setRadioResourceList(MAPRadioResource[] value)
Sets the value of the field radioResourceList.
|
Modifier and Type | Field and 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.RadioResource
|
static PersistCodec<MAPRadioResource,MAPRadioResource,MAPProto.MAP_MS_DataTypes_RadioResource> |
MAPCodecs.MAP_MS_DataTypes_RadioResource
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.RadioResource
|