Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

network.domain
Class CellularDomain
network.domain.Domain
  |
  +--network.domain.CellularDomain

public class CellularDomain      
CellularDomain represents a group of Endpoints in a cellular network (typically used for the cellular side of a dual mode device).
 
Links:
Generalization Generalization Link
to Class Domain
CellularDomain represents a group of Endpoints in a cellular network (typically used for the cellular side of a dual mode device).
 
 

Nested Class Summary
public class
CellularNetworkType
Field Summary
private CellularNetworkType
CellularNetworkType
CDMA
CellularNetworkType
GSM
private String
Field Detail
cellularNetworkType
private CellularNetworkType cellularNetworkType
CellularNetworkType indicates the mobile network cellularNetworkType as GSM or CDMA
Constraints:
- "GSM" | "CDMA"
Default:
- "GSM"
Multiplicity:
1
 

hlrGtAddress
private String hlrGtAddress
hlrGtAddress allows the address of the servicing HLR for QHLR requests to be specified via provisioning of the CellularDomain. If the hlrGtAddress field is null the HLR address is determined based on the global title translation rules specified in the TCAPConnector configuration. If no rules are specified for the address than the mapping is provided by the STP via SUA.
Constraints:
- must be a valid E164 address
- may be null
Default:
- none
Clone:
- yes, verbatim
Multiplicity:
1
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD