Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API 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 |
---|---|
MAPSubscriberId |
MAPSubscriberId.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSubscriberId |
MAPSubscriberId.copyOf(MAPSubscriberId 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.
|
MAPSubscriberId |
MAPSendParametersArg.getSubscriberId()
Gets the value of the field subscriberId.
|
MAPSubscriberId |
MAPSubscriberId.setImsi(IMSIAddress value)
Sets the value of the imsi choice.
|
MAPSubscriberId |
MAPSubscriberId.setTmsi(byte[] value)
Sets the value of the tmsi choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPSubscriberId |
MAPSubscriberId.copyOf(MAPSubscriberId 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.
|
MAPSendParametersArg |
MAPSendParametersArg.setSubscriberId(MAPSubscriberId value)
Sets the value of the field subscriberId.
|
Constructor and Description |
---|
MAPSendParametersArg(MAPSubscriberId SubscriberId_param,
MAPRequestParameter[] RequestParameters_param)
Constructs an object from given values for all fields.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSubscriberId,MAPSubscriberId,MAPProto.MAP_CommonDataTypes_SubscriberId> |
MAPCodecs.MAP_CommonDataTypes_SubscriberId
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.SubscriberId
|
static PersistCodec<MAPSubscriberId,MAPSubscriberId,MAPProto.MAP_CommonDataTypes_SubscriberId> |
MAPCodecs.MAP_CommonDataTypes_SubscriberId
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.SubscriberId
|