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 | Method and Description |
---|---|
MAPSendGroupCallInfoRes |
MAPSendGroupCallInfoRes.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendGroupCallInfoRes |
MAPSendGroupCallInfoRes.copyOf(MAPSendGroupCallInfoRes 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.
|
MAPSendGroupCallInfoRes |
MAPSendGroupCallInfoRes.setAdditionalInfo(BitString value)
Sets the value of the field additionalInfo.
|
MAPSendGroupCallInfoRes |
MAPSendGroupCallInfoRes.setAdditionalSubscriptions(MAPAdditionalSubscriptions value)
Sets the value of the field additionalSubscriptions.
|
MAPSendGroupCallInfoRes |
MAPSendGroupCallInfoRes.setAnchorMSC_Address(AddressString value)
Sets the value of the field anchorMSC-Address.
|
MAPSendGroupCallInfoRes |
MAPSendGroupCallInfoRes.setAsciCallReference(byte[] value)
Sets the value of the field asciCallReference.
|
MAPSendGroupCallInfoRes |
MAPSendGroupCallInfoRes.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPSendGroupCallInfoRes |
MAPSendGroupCallInfoRes.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPSendGroupCallInfoRes |
MAPSendGroupCallInfoRes.setKc(byte[] value)
Sets the value of the field kc.
|
Modifier and Type | Method and Description |
---|---|
static MAPSendGroupCallInfoRes |
MAPSendGroupCallInfoRes.copyOf(MAPSendGroupCallInfoRes 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.sendSendGroupCallInfoResponse(int invokeId,
MAPSendGroupCallInfoRes result)
Issues a response to a sendGroupCallInfo operation on the dialog.
|
Constructor and Description |
---|
MAPSendGroupCallInfoResultEvent(MAPDialog dialog,
TcapOperation operation,
MAPSendGroupCallInfoRes argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPSendGroupCallInfoResultEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSendGroupCallInfoRes,MAPSendGroupCallInfoRes,MAPProto.MAP_GR_DataTypes_SendGroupCallInfoRes> |
MAPCodecs.MAP_GR_DataTypes_SendGroupCallInfoRes
Singleton codec for the ASN.1 type: MAP-GR-DataTypes.SendGroupCallInfoRes
|
static PersistCodec<MAPSendGroupCallInfoRes,MAPSendGroupCallInfoRes,MAPProto.MAP_GR_DataTypes_SendGroupCallInfoRes> |
MAPCodecs.MAP_GR_DataTypes_SendGroupCallInfoRes
Singleton codec for the ASN.1 type: MAP-GR-DataTypes.SendGroupCallInfoRes
|