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 |
MAPSendRoutingInfoRes_v3
API for MAP-CH-DataTypes.SendRoutingInfoRes-v3.
|
Modifier and Type | Method and Description |
---|---|
MAPSendRoutingInfoRes |
MAPSendRoutingInfoRes.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendRoutingInfoRes |
MAPSendRoutingInfoRes.copyOf(MAPSendRoutingInfoRes 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.
|
MAPSendRoutingInfoRes |
MAPSendRoutingInfoRes.setCug_CheckInfo(MAPCUG_CheckInfo value)
Sets the value of the field cug-CheckInfo.
|
MAPSendRoutingInfoRes |
MAPSendRoutingInfoRes.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPSendRoutingInfoRes |
MAPSendRoutingInfoRes.setRoutingInfo(MAPRoutingInfo value)
Sets the value of the field routingInfo.
|
Modifier and Type | Method and Description |
---|---|
static MAPSendRoutingInfoRes_v3 |
MAPSendRoutingInfoRes_v3.copyOf(MAPSendRoutingInfoRes 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 MAPSendRoutingInfoRes |
MAPSendRoutingInfoRes.copyOf(MAPSendRoutingInfoRes 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.
|
void |
MAPDialog.sendSendRoutingInfoResponse(int invokeId,
MAPSendRoutingInfoRes result)
Issues a response to a sendRoutingInfo operation on the dialog.
|
Constructor and Description |
---|
MAPSendRoutingInfoResultEvent(MAPDialog dialog,
TcapOperation operation,
MAPSendRoutingInfoRes argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPSendRoutingInfoResultEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSendRoutingInfoRes,MAPSendRoutingInfoRes,MAPProto.MAP_CH_DataTypes_ph2_SendRoutingInfoRes> |
MAPCodecs.MAP_CH_DataTypes_ph2_SendRoutingInfoRes
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-ph2.SendRoutingInfoRes
|
static PersistCodec<MAPSendRoutingInfoRes,MAPSendRoutingInfoRes,MAPProto.MAP_CH_DataTypes_ph2_SendRoutingInfoRes> |
MAPCodecs.MAP_CH_DataTypes_ph2_SendRoutingInfoRes
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-ph2.SendRoutingInfoRes
|
static PersistCodec<MAPSendRoutingInfoRes,MAPSendRoutingInfoRes_v3,MAPProto.MAP_CH_DataTypes_SendRoutingInfoRes_v3> |
MAPCodecs.MAP_CH_DataTypes_SendRoutingInfoRes_v3
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.SendRoutingInfoRes-v3
|