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 |
MAPInsertSubscriberDataArg
API for MAP-MS-DataTypes.InsertSubscriberDataArg.
|
Modifier and Type | Method and Description |
---|---|
MAPInsertSubscriberDataArg_v1 |
MAPInsertSubscriberDataArg_v1.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPInsertSubscriberDataArg_v1 |
MAPInsertSubscriberDataArg_v1.copyOf(MAPInsertSubscriberDataArg_v1 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.
|
MAPInsertSubscriberDataArg_v1 |
MAPInsertSubscriberDataArg_v1.setBearerServiceList(byte[][] value)
Sets the value of the field bearerServiceList.
|
MAPInsertSubscriberDataArg_v1 |
MAPInsertSubscriberDataArg_v1.setCategory(byte[] value)
Sets the value of the field category.
|
MAPInsertSubscriberDataArg_v1 |
MAPInsertSubscriberDataArg_v1.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPInsertSubscriberDataArg_v1 |
MAPInsertSubscriberDataArg_v1.setMsisdn(AddressString value)
Sets the value of the field msisdn.
|
MAPInsertSubscriberDataArg_v1 |
MAPInsertSubscriberDataArg_v1.setProvisionedSS(MAPSS_Information[] value)
Sets the value of the field provisionedSS.
|
MAPInsertSubscriberDataArg_v1 |
MAPInsertSubscriberDataArg_v1.setSubscriberStatus(MAPSubscriberStatus value)
Sets the value of the field subscriberStatus.
|
MAPInsertSubscriberDataArg_v1 |
MAPInsertSubscriberDataArg_v1.setTeleserviceList(byte[][] value)
Sets the value of the field teleserviceList.
|
Modifier and Type | Method and Description |
---|---|
static MAPInsertSubscriberDataArg_v1 |
MAPInsertSubscriberDataArg_v1.copyOf(MAPInsertSubscriberDataArg_v1 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 MAPInsertSubscriberDataArg |
MAPInsertSubscriberDataArg.copyOf(MAPInsertSubscriberDataArg_v1 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.sendInsertSubscriberData(long timeout,
MAPInsertSubscriberDataArg_v1 argument)
Issues an insertSubscriberData_v1 operation request on the dialog.
|
Constructor and Description |
---|
MAPInsertSubscriberDataRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPInsertSubscriberDataArg_v1 argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPInsertSubscriberDataRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPInsertSubscriberDataArg_v1,MAPInsertSubscriberDataArg,MAPProto.MAP_MS_DataTypes_InsertSubscriberDataArg> |
MAPCodecs.MAP_MS_DataTypes_InsertSubscriberDataArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.InsertSubscriberDataArg
|
static PersistCodec<MAPInsertSubscriberDataArg_v1,MAPInsertSubscriberDataArg_v1,MAPProto.MAP_MS_DataTypes_ph1_InsertSubscriberDataArg_v1> |
MAPCodecs.MAP_MS_DataTypes_ph1_InsertSubscriberDataArg_v1
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.InsertSubscriberDataArg-v1
|
static PersistCodec<MAPInsertSubscriberDataArg_v1,MAPInsertSubscriberDataArg_v1,MAPProto.MAP_MS_DataTypes_ph1_InsertSubscriberDataArg_v1> |
MAPCodecs.MAP_MS_DataTypes_ph1_InsertSubscriberDataArg_v1
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.InsertSubscriberDataArg-v1
|