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 |
---|---|
MAPSentParameter |
MAPSentParameter.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSentParameter |
MAPSentParameter.copyOf(MAPSentParameter 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.
|
MAPSentParameter |
MAPSentParameter.setAuthenticationSet(MAPAuthenticationSet value)
Sets the value of the authenticationSet choice.
|
MAPSentParameter |
MAPSentParameter.setCug_information(MAPCUG_Information value)
Sets the value of the cug-information choice.
|
MAPSentParameter |
MAPSentParameter.setImsi(IMSIAddress value)
Sets the value of the imsi choice.
|
MAPSentParameter |
MAPSentParameter.setKi(byte[] value)
Sets the value of the ki choice.
|
MAPSentParameter |
MAPSentParameter.setSusbcriberData(MAPSubscriberData value)
Sets the value of the susbcriberData choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPSentParameter |
MAPSentParameter.copyOf(MAPSentParameter 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.sendSendParametersResponse(int invokeId,
MAPSentParameter[] result)
Issues a response to a sendParameters_v1 operation on the dialog.
|
Constructor and Description |
---|
MAPSendParametersResultEvent(MAPDialog dialog,
TcapOperation operation,
MAPSentParameter[] argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPSendParametersResultEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSentParameter,MAPSentParameter,MAPProto.MAP_MS_DataTypes_ph1_SentParameter> |
MAPCodecs.MAP_MS_DataTypes_ph1_SentParameter
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.SentParameter
|
static PersistCodec<MAPSentParameter,MAPSentParameter,MAPProto.MAP_MS_DataTypes_ph1_SentParameter> |
MAPCodecs.MAP_MS_DataTypes_ph1_SentParameter
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.SentParameter
|