org.mobicents.protocols.ss7.isup.message.parameter
Interface NetworkSpecificFacility
- All Superinterfaces:
- ISUPComponent, ISUPParameter, java.io.Serializable
public interface NetworkSpecificFacility
- extends ISUPParameter
Start time:13:34:38 2009-07-23
Project: mobicents-isup-stack
- Author:
- Bartosz Baranowski
|
Field Summary |
static int |
_PARAMETER_CODE
|
static int |
_TNI_NNI
See Q.763 Type of network identification : national network
identification |
static int |
_TNI_RESERVED_INI
See Q.763 Type of network identification : reserved for international
network identification |
| Methods inherited from interface org.mobicents.protocols.ss7.isup.message.parameter.ISUPParameter |
getCode |
_PARAMETER_CODE
static final int _PARAMETER_CODE
- See Also:
- Constant Field Values
_TNI_NNI
static final int _TNI_NNI
- See Q.763 Type of network identification : national network
identification
- See Also:
- Constant Field Values
_TNI_RESERVED_INI
static final int _TNI_RESERVED_INI
- See Q.763 Type of network identification : reserved for international
network identification
- See Also:
- Constant Field Values
isIncludeNetworkIdentification
boolean isIncludeNetworkIdentification()
getLengthOfNetworkIdentification
int getLengthOfNetworkIdentification()
getTypeOfNetworkIdentification
int getTypeOfNetworkIdentification()
setTypeOfNetworkIdentification
void setTypeOfNetworkIdentification(byte typeOfNetworkIdentification)
getNetworkIdentificationPlan
int getNetworkIdentificationPlan()
setNetworkIdentificationPlan
void setNetworkIdentificationPlan(byte networkdIdentificationPlan)
getNetworkIdentification
byte[] getNetworkIdentification()
setNetworkIdentification
void setNetworkIdentification(byte[] networkdIdentification)
getNetworkSpecificaFacilityIndicator
byte[] getNetworkSpecificaFacilityIndicator()
setNetworkSpecificaFacilityIndicator
void setNetworkSpecificaFacilityIndicator(byte[] networkSpecificaFacilityIndicator)
Copyright © 2010. All Rights Reserved.