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 |
---|---|
MAPSendGroupCallInfoArg |
MAPSendGroupCallInfoArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendGroupCallInfoArg |
MAPSendGroupCallInfoArg.copyOf(MAPSendGroupCallInfoArg 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.
|
MAPSendGroupCallInfoArg |
MAPSendGroupCallInfoArg.setAdditionalInfo(BitString value)
Sets the value of the field additionalInfo.
|
MAPSendGroupCallInfoArg |
MAPSendGroupCallInfoArg.setCellId(CellGlobalId value)
Sets the value of the field cellId.
|
MAPSendGroupCallInfoArg |
MAPSendGroupCallInfoArg.setCksn(Cksn value)
Sets the value of the field cksn.
|
MAPSendGroupCallInfoArg |
MAPSendGroupCallInfoArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPSendGroupCallInfoArg |
MAPSendGroupCallInfoArg.setGroupId(byte[] value)
Sets the value of the field groupId.
|
MAPSendGroupCallInfoArg |
MAPSendGroupCallInfoArg.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPSendGroupCallInfoArg |
MAPSendGroupCallInfoArg.setRequestedInfo(MAPGroupRequestedInfo value)
Sets the value of the field requestedInfo.
|
MAPSendGroupCallInfoArg |
MAPSendGroupCallInfoArg.setTalkerPriority(MAPTalkerPriority value)
Sets the value of the field talkerPriority.
|
MAPSendGroupCallInfoArg |
MAPSendGroupCallInfoArg.setTeleservice(byte[] value)
Sets the value of the field teleservice.
|
MAPSendGroupCallInfoArg |
MAPSendGroupCallInfoArg.setTmsi(byte[] value)
Sets the value of the field tmsi.
|
Modifier and Type | Method and Description |
---|---|
static MAPSendGroupCallInfoArg |
MAPSendGroupCallInfoArg.copyOf(MAPSendGroupCallInfoArg 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.sendSendGroupCallInfo(long timeout,
MAPSendGroupCallInfoArg argument)
Issues a sendGroupCallInfo operation request on the dialog.
|
Constructor and Description |
---|
MAPSendGroupCallInfoRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPSendGroupCallInfoArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSendGroupCallInfoRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSendGroupCallInfoArg,MAPSendGroupCallInfoArg,MAPProto.MAP_GR_DataTypes_SendGroupCallInfoArg> |
MAPCodecs.MAP_GR_DataTypes_SendGroupCallInfoArg
Singleton codec for the ASN.1 type: MAP-GR-DataTypes.SendGroupCallInfoArg
|
static PersistCodec<MAPSendGroupCallInfoArg,MAPSendGroupCallInfoArg,MAPProto.MAP_GR_DataTypes_SendGroupCallInfoArg> |
MAPCodecs.MAP_GR_DataTypes_SendGroupCallInfoArg
Singleton codec for the ASN.1 type: MAP-GR-DataTypes.SendGroupCallInfoArg
|