Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
MAPRequestedNodes |
MAPRequestedNodes.clearMme()
Clears the bit for mme to false.
|
MAPRequestedNodes |
MAPRequestedNodes.clearSgsn()
Clears the bit for sgsn to false.
|
MAPRequestedNodes |
MAPRequestedNodes.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPRequestedNodes |
MAPRequestedNodes.copyOf(BitString 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.
|
MAPRequestedNodes |
MAPRequestedInfo.getRequestedNodes()
Gets the value of the field requestedNodes.
|
MAPRequestedNodes |
MAPRequestedNodes.setMme()
Sets the bit for mme to true.
|
MAPRequestedNodes |
MAPRequestedNodes.setSgsn()
Sets the bit for sgsn to true.
|
Modifier and Type | Method and Description |
---|---|
MAPRequestedInfo |
MAPRequestedInfo.setRequestedNodes(MAPRequestedNodes value)
Sets the value of the field requestedNodes.
|