Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.events |
Provides event wrapper classes 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 | Class and Description |
---|---|
class |
MAPProvideRoamingNumberArg_v3
API for MAP-CH-DataTypes.ProvideRoamingNumberArg-v3.
|
Modifier and Type | Method and Description |
---|---|
MAPProvideRoamingNumberArg |
MAPProvideRoamingNumberArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPProvideRoamingNumberArg |
MAPProvideRoamingNumberArg.copyOf(MAPProvideRoamingNumberArg 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.
|
MAPProvideRoamingNumberArg |
MAPProvideRoamingNumberArg.setGsm_BearerCapability(MAPExternalSignalInfo value)
Sets the value of the field gsm-BearerCapability.
|
MAPProvideRoamingNumberArg |
MAPProvideRoamingNumberArg.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPProvideRoamingNumberArg |
MAPProvideRoamingNumberArg.setLmsi(LMSIAddress value)
Sets the value of the field lmsi.
|
MAPProvideRoamingNumberArg |
MAPProvideRoamingNumberArg.setMsc_Number(AddressString value)
Sets the value of the field msc-Number.
|
MAPProvideRoamingNumberArg |
MAPProvideRoamingNumberArg.setMsisdn(AddressString value)
Sets the value of the field msisdn.
|
MAPProvideRoamingNumberArg |
MAPProvideRoamingNumberArg.setNetworkSignalInfo(MAPExternalSignalInfo value)
Sets the value of the field networkSignalInfo.
|
MAPProvideRoamingNumberArg |
MAPProvideRoamingNumberArg.setPreviousRoamingNumber(AddressString value)
Sets the value of the field previousRoamingNumber.
|
Modifier and Type | Method and Description |
---|---|
static MAPProvideRoamingNumberArg_v3 |
MAPProvideRoamingNumberArg_v3.copyOf(MAPProvideRoamingNumberArg 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.
|
static MAPProvideRoamingNumberArg |
MAPProvideRoamingNumberArg.copyOf(MAPProvideRoamingNumberArg 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.
|
int |
MAPDialog.sendProvideRoamingNumber(long timeout,
MAPProvideRoamingNumberArg argument)
Issues a provideRoamingNumber_v1 operation request on the dialog.
|
Constructor and Description |
---|
MAPProvideRoamingNumberRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPProvideRoamingNumberArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPProvideRoamingNumberRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPProvideRoamingNumberArg,MAPProvideRoamingNumberArg,MAPProto.MAP_CH_DataTypes_ph2_ProvideRoamingNumberArg> |
MAPCodecs.MAP_CH_DataTypes_ph2_ProvideRoamingNumberArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-ph2.ProvideRoamingNumberArg
|
static PersistCodec<MAPProvideRoamingNumberArg,MAPProvideRoamingNumberArg,MAPProto.MAP_CH_DataTypes_ph2_ProvideRoamingNumberArg> |
MAPCodecs.MAP_CH_DataTypes_ph2_ProvideRoamingNumberArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-ph2.ProvideRoamingNumberArg
|
static PersistCodec<MAPProvideRoamingNumberArg,MAPProvideRoamingNumberArg_v3,MAPProto.MAP_CH_DataTypes_ProvideRoamingNumberArg_v3> |
MAPCodecs.MAP_CH_DataTypes_ProvideRoamingNumberArg_v3
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.ProvideRoamingNumberArg-v3
|