Uses of Class
com.opencloud.slee.resources.cgin.map.MAPServingNodeAddress
-
Packages that use MAPServingNodeAddress 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. -
-
Uses of MAPServingNodeAddress in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPServingNodeAddress Modifier and Type Method 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
MAPProvideSubscriberLocation_Res. getTargetServingNodeForHandover()
Gets the value of the field targetServingNodeForHandover.MAPServingNodeAddress
MAPSubscriberLocationReport_Arg. 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.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPServingNodeAddress Modifier and Type Method 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.MAPProvideSubscriberLocation_Res
MAPProvideSubscriberLocation_Res. setTargetServingNodeForHandover(MAPServingNodeAddress value)
Sets the value of the field targetServingNodeForHandover.MAPSubscriberLocationReport_Arg
MAPSubscriberLocationReport_Arg. setTargetServingNodeForHandover(MAPServingNodeAddress value)
Sets the value of the field targetServingNodeForHandover. -
Uses of MAPServingNodeAddress in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPServingNodeAddress Modifier and Type Field 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.ServingNodeAddressstatic PersistCodec<MAPServingNodeAddress,MAPServingNodeAddress,MAPProto.MAP_LCS_DataTypes_ServingNodeAddress>
MAPCodecs. MAP_LCS_DataTypes_ServingNodeAddress
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.ServingNodeAddress
-