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 |
---|---|
MAPProvideSubscriberInfoArg |
MAPProvideSubscriberInfoArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPProvideSubscriberInfoArg |
MAPProvideSubscriberInfoArg.copyOf(MAPProvideSubscriberInfoArg 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.
|
MAPProvideSubscriberInfoArg |
MAPProvideSubscriberInfoArg.setCallPriority(int value)
Sets the value of the field callPriority and marks the field as present.
|
MAPProvideSubscriberInfoArg |
MAPProvideSubscriberInfoArg.setCallPriorityPresent(boolean flag)
Sets the presence or absence of the optional field callPriority.
|
MAPProvideSubscriberInfoArg |
MAPProvideSubscriberInfoArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPProvideSubscriberInfoArg |
MAPProvideSubscriberInfoArg.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPProvideSubscriberInfoArg |
MAPProvideSubscriberInfoArg.setLmsi(LMSIAddress value)
Sets the value of the field lmsi.
|
MAPProvideSubscriberInfoArg |
MAPProvideSubscriberInfoArg.setRequestedInfo(MAPRequestedInfo value)
Sets the value of the field requestedInfo.
|
Modifier and Type | Method and Description |
---|---|
static MAPProvideSubscriberInfoArg |
MAPProvideSubscriberInfoArg.copyOf(MAPProvideSubscriberInfoArg 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.sendProvideSubscriberInfo(long timeout,
MAPProvideSubscriberInfoArg argument)
Issues a provideSubscriberInfo operation request on the dialog.
|
Constructor and Description |
---|
MAPProvideSubscriberInfoRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPProvideSubscriberInfoArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPProvideSubscriberInfoRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPProvideSubscriberInfoArg,MAPProvideSubscriberInfoArg,MAPProto.MAP_MS_DataTypes_ProvideSubscriberInfoArg> |
MAPCodecs.MAP_MS_DataTypes_ProvideSubscriberInfoArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ProvideSubscriberInfoArg
|
static PersistCodec<MAPProvideSubscriberInfoArg,MAPProvideSubscriberInfoArg,MAPProto.MAP_MS_DataTypes_ProvideSubscriberInfoArg> |
MAPCodecs.MAP_MS_DataTypes_ProvideSubscriberInfoArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ProvideSubscriberInfoArg
|