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 |
MAPRoutingInfoForSM_Res
API for MAP-SM-DataTypes.RoutingInfoForSM-Res.
|
Modifier and Type | Method and Description |
---|---|
MAPSendRoutingInfoForSMRes |
MAPSendRoutingInfoForSMRes.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendRoutingInfoForSMRes |
MAPSendRoutingInfoForSMRes.copyOf(MAPSendRoutingInfoForSMRes 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.
|
MAPSendRoutingInfoForSMRes |
MAPSendRoutingInfoForSMRes.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPSendRoutingInfoForSMRes |
MAPSendRoutingInfoForSMRes.setLocationOrForwarding(MAPSendRoutingInfoForSMRes.LocationOrForwarding value)
Sets the value of the field locationOrForwarding.
|
MAPSendRoutingInfoForSMRes |
MAPSendRoutingInfoForSMRes.setMwd_Set(boolean value)
Sets the value of the field mwd-Set and marks the field as present.
|
MAPSendRoutingInfoForSMRes |
MAPSendRoutingInfoForSMRes.setMwd_SetPresent(boolean flag)
Sets the presence or absence of the optional field mwd-Set.
|
Modifier and Type | Method and Description |
---|---|
static MAPSendRoutingInfoForSMRes |
MAPSendRoutingInfoForSMRes.copyOf(MAPSendRoutingInfoForSMRes 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 MAPRoutingInfoForSM_Res |
MAPRoutingInfoForSM_Res.copyOf(MAPSendRoutingInfoForSMRes 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.sendSendRoutingInfoForSMResponse(int invokeId,
MAPSendRoutingInfoForSMRes result)
Issues a response to a sendRoutingInfoForSM_v1 operation on the dialog.
|
Constructor and Description |
---|
MAPSendRoutingInfoForSMResultEvent(MAPDialog dialog,
TcapOperation operation,
MAPSendRoutingInfoForSMRes argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPSendRoutingInfoForSMResultEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSendRoutingInfoForSMRes,MAPSendRoutingInfoForSMRes,MAPProto.MAP_SM_DataTypes_ph1_SendRoutingInfoForSMRes> |
MAPCodecs.MAP_SM_DataTypes_ph1_SendRoutingInfoForSMRes
Singleton codec for the ASN.1 type: MAP-SM-DataTypes-ph1.SendRoutingInfoForSMRes
|
static PersistCodec<MAPSendRoutingInfoForSMRes,MAPSendRoutingInfoForSMRes,MAPProto.MAP_SM_DataTypes_ph1_SendRoutingInfoForSMRes> |
MAPCodecs.MAP_SM_DataTypes_ph1_SendRoutingInfoForSMRes
Singleton codec for the ASN.1 type: MAP-SM-DataTypes-ph1.SendRoutingInfoForSMRes
|
static PersistCodec<MAPSendRoutingInfoForSMRes,MAPRoutingInfoForSM_Res,MAPProto.MAP_SM_DataTypes_RoutingInfoForSM_Res> |
MAPCodecs.MAP_SM_DataTypes_RoutingInfoForSM_Res
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.RoutingInfoForSM-Res
|