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 |
---|---|
MAPResetArg |
MAPResetArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPResetArg |
MAPResetArg.copyOf(MAPResetArg 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.
|
MAPResetArg |
MAPResetArg.setHlr_List(IMSIAddress[] value)
Sets the value of the field hlrId.
|
MAPResetArg |
MAPResetArg.setHlr_Number(AddressString value)
Sets the value of the field originatingEntityNumber.
|
MAPResetArg |
MAPResetArg.setNetworkResource(MAPNetworkResource value)
Sets the value of the field networkResource.
|
Modifier and Type | Method and Description |
---|---|
static MAPResetArg |
MAPResetArg.copyOf(MAPResetArg 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.sendReset(MAPResetArg argument)
Issues a reset_v1 operation request on the dialog.
|
Constructor and Description |
---|
MAPResetRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPResetArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPResetRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPResetArg,MAPResetArg,MAPProto.MAP_MS_DataTypes_ph1_ResetArg> |
MAPCodecs.MAP_MS_DataTypes_ph1_ResetArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.ResetArg
|
static PersistCodec<MAPResetArg,MAPResetArg,MAPProto.MAP_MS_DataTypes_ph1_ResetArg> |
MAPCodecs.MAP_MS_DataTypes_ph1_ResetArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.ResetArg
|
static PersistCodec<MAPResetArg,MAPResetArg,MAPProto.MAP_MS_DataTypes_ResetArg_v2> |
MAPCodecs.MAP_MS_DataTypes_ResetArg_v2
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ResetArg-v2
|
static PersistCodec<MAPResetArg,MAPResetArg,MAPProto.MAP_MS_DataTypes_ResetArg_v2> |
MAPCodecs.MAP_MS_DataTypes_ResetArg_v2
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ResetArg-v2
|