org.mobicents.protocols.ss7.isup.message.parameter
public interface TransitNetworkSelection extends ISUPParameter
| Modifier and Type | Field and Description |
|---|---|
static int |
_NIP_PDNIC
See Q.763 3.53 Network identification plan : For CCITT/ITU-T-standardized
identification : public data network identification code (DNIC), ITU-T
Recommendation X.121
|
static int |
_NIP_PLMNIC
See Q.763 3.53 Network identification plan : For CCITT/ITU-T-standardized
identification : public land Mobile Network Identification Code (MNIC),
ITU-T Recommendation E.212
|
static int |
_NIP_UNKNOWN
See Q.763 3.53 Network identification plan : For CCITT/ITU-T-standardized
identification : unknown
|
static int |
_PARAMETER_CODE |
static int |
_TONI_ITU_T
See Q.763 3.53 Type of network identification : CCITT/ITU-T-standardized
identification
|
static int |
_TONI_NNI
See Q.763 3.53 Type of network identification : national network
identification
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress() |
int |
getNetworkIdentificationPlan() |
int |
getTypeOfNetworkIdentification() |
boolean |
isOddFlag() |
void |
setAddress(java.lang.String address) |
void |
setNetworkIdentificationPlan(int networkIdentificationPlan) |
void |
setTypeOfNetworkIdentification(int typeOfNetworkIdentification) |
getCodestatic final int _PARAMETER_CODE
static final int _TONI_ITU_T
static final int _TONI_NNI
static final int _NIP_UNKNOWN
static final int _NIP_PDNIC
static final int _NIP_PLMNIC
int getTypeOfNetworkIdentification()
void setTypeOfNetworkIdentification(int typeOfNetworkIdentification)
int getNetworkIdentificationPlan()
void setNetworkIdentificationPlan(int networkIdentificationPlan)
java.lang.String getAddress()
void setAddress(java.lang.String address)
boolean isOddFlag()
Copyright © 2011. All Rights Reserved.