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 |
---|---|
MAPServingNodeAddress |
MAPServingNodeAddress.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPServingNodeAddress |
MAPServingNodeAddress.copyOf(MAPServingNodeAddress 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.
|
MAPServingNodeAddress |
MAPSubscriberLocationReport_Arg.getTargetServingNodeForHandover()
Gets the value of the field targetServingNodeForHandover.
|
MAPServingNodeAddress |
MAPProvideSubscriberLocation_Res.getTargetServingNodeForHandover()
Gets the value of the field targetServingNodeForHandover.
|
MAPServingNodeAddress |
MAPServingNodeAddress.setMme_Number(byte[] value)
Sets the value of the mme-Number choice.
|
MAPServingNodeAddress |
MAPServingNodeAddress.setMsc_Number(AddressString value)
Sets the value of the msc-Number choice.
|
MAPServingNodeAddress |
MAPServingNodeAddress.setSgsn_Number(AddressString value)
Sets the value of the sgsn-Number choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPServingNodeAddress |
MAPServingNodeAddress.copyOf(MAPServingNodeAddress 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.
|
MAPSubscriberLocationReport_Arg |
MAPSubscriberLocationReport_Arg.setTargetServingNodeForHandover(MAPServingNodeAddress value)
Sets the value of the field targetServingNodeForHandover.
|
MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.setTargetServingNodeForHandover(MAPServingNodeAddress value)
Sets the value of the field targetServingNodeForHandover.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPServingNodeAddress,MAPServingNodeAddress,MAPProto.MAP_LCS_DataTypes_ServingNodeAddress> |
MAPCodecs.MAP_LCS_DataTypes_ServingNodeAddress
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.ServingNodeAddress
|
static PersistCodec<MAPServingNodeAddress,MAPServingNodeAddress,MAPProto.MAP_LCS_DataTypes_ServingNodeAddress> |
MAPCodecs.MAP_LCS_DataTypes_ServingNodeAddress
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.ServingNodeAddress
|