org.mobicents.protocols.ss7.isup.message.parameter
Interface TransitNetworkSelection

All Superinterfaces:
ISUPComponent, ISUPParameter, java.io.Serializable

public interface TransitNetworkSelection
extends ISUPParameter

Start time:14:13:30 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
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
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 java.lang.String getAddress()
           
 int getNetworkIdentificationPlan()
           
 int getTypeOfNetworkIdentification()
           
 boolean isOddFlag()
           
 void setAddress(java.lang.String address)
           
 void setNetworkIdentificationPlan(int networkIdentificationPlan)
           
 void setTypeOfNetworkIdentification(int typeOfNetworkIdentification)
           
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.message.parameter.ISUPParameter
getCode
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
decodeElement, encodeElement, encodeElement
 

Field Detail

_PARAMETER_CODE

static final int _PARAMETER_CODE
See Also:
Constant Field Values

_TONI_ITU_T

static final int _TONI_ITU_T
See Q.763 3.53 Type of network identification : CCITT/ITU-T-standardized identification

See Also:
Constant Field Values

_TONI_NNI

static final int _TONI_NNI
See Q.763 3.53 Type of network identification : national network identification

See Also:
Constant Field Values

_NIP_UNKNOWN

static final int _NIP_UNKNOWN
See Q.763 3.53 Network identification plan : For CCITT/ITU-T-standardized identification : unknown

See Also:
Constant Field Values

_NIP_PDNIC

static final 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

See Also:
Constant Field Values

_NIP_PLMNIC

static final 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

See Also:
Constant Field Values
Method Detail

getTypeOfNetworkIdentification

int getTypeOfNetworkIdentification()

setTypeOfNetworkIdentification

void setTypeOfNetworkIdentification(int typeOfNetworkIdentification)

getNetworkIdentificationPlan

int getNetworkIdentificationPlan()

setNetworkIdentificationPlan

void setNetworkIdentificationPlan(int networkIdentificationPlan)

getAddress

java.lang.String getAddress()

setAddress

void setAddress(java.lang.String address)

isOddFlag

boolean isOddFlag()


Copyright © 2010. All Rights Reserved.