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 |
MAPRoamingNotAllowedParam
API for MAP-ER-DataTypes.RoamingNotAllowedParam.
|
Modifier and Type | Method and Description |
---|---|
MAPRoamingNotAllowedParSeq |
MAPRoamingNotAllowedParSeq.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPRoamingNotAllowedParSeq |
MAPRoamingNotAllowedParSeq.copyOf(MAPRoamingNotAllowedParSeq 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.
|
MAPRoamingNotAllowedParSeq |
MAPRoamingNotAllowedParSeq.setRoamingNotAllowedCause(MAPRoamingNotAllowedCause value)
Sets the value of the field roamingNotAllowedCause.
|
Modifier and Type | Method and Description |
---|---|
static MAPRoamingNotAllowedParam |
MAPRoamingNotAllowedParam.copyOf(MAPRoamingNotAllowedParSeq 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 MAPRoamingNotAllowedParSeq |
MAPRoamingNotAllowedParSeq.copyOf(MAPRoamingNotAllowedParSeq 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.sendRoamingNotAllowedError(int invokeId,
MAPRoamingNotAllowedParSeq error)
Issues a roamingNotAllowed error response for an operation on the dialog.
|
Constructor and Description |
---|
MAPRoamingNotAllowedErrorEvent(MAPDialog dialog,
TcapOperation operation,
TcapError error,
MAPRoamingNotAllowedParSeq parameter,
int invokeId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPRoamingNotAllowedErrorEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPRoamingNotAllowedParSeq,MAPRoamingNotAllowedParam,MAPProto.MAP_ER_DataTypes_RoamingNotAllowedParam> |
MAPCodecs.MAP_ER_DataTypes_RoamingNotAllowedParam
Singleton codec for the ASN.1 type: MAP-ER-DataTypes.RoamingNotAllowedParam
|
static PersistCodec<MAPRoamingNotAllowedParSeq,MAPRoamingNotAllowedParSeq,MAPProto.MAP_Errors_ph2_roamingNotAllowed_RoamingNotAllowedParSeq> |
MAPCodecs.MAP_Errors_ph2_roamingNotAllowed_RoamingNotAllowedParSeq
Singleton codec for the ASN.1 type: MAP-Errors-ph2.roamingNotAllowed.RoamingNotAllowedParSeq
|
static PersistCodec<MAPRoamingNotAllowedParSeq,MAPRoamingNotAllowedParSeq,MAPProto.MAP_Errors_ph2_roamingNotAllowed_RoamingNotAllowedParSeq> |
MAPCodecs.MAP_Errors_ph2_roamingNotAllowed_RoamingNotAllowedParSeq
Singleton codec for the ASN.1 type: MAP-Errors-ph2.roamingNotAllowed.RoamingNotAllowedParSeq
|