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

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

public interface TransimissionMediumRequierementPrime
extends ISUPParameter

Start time:14:11:20 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static int _MEDIUM_1536_KBIT_UNRESTRICTED
          0 0 0 0 1 0 0 1 - 1536 kbit/s unrestricted
static int _MEDIUM_1920_KBIT_UNRESTRICTED
          0 0 0 0 1 0 1 0 - 1920 kbit/s unrestricted
static int _MEDIUM_2x64_KBIT_UNRESTRICTED
          0 0 0 0 0 1 1 1 - 2 × 64 kbit/s unrestricted
static int _MEDIUM_3_1_KHz_AUDIO
          0 0 0 0 0 0 1 1 - 3.1 kHz audio
static int _MEDIUM_384_KBIT_UNRESTRICTED
          0 0 0 0 1 0 0 0 - 384 kbit/s unrestricted
static int _MEDIUM_64_KBIT_PREFERED
          0 0 0 0 0 1 1 0 - 64 kbit/s preferred
static int _MEDIUM_64_KBIT_UNRESTRICTED
          0 0 0 0 0 0 1 0 - 64 kbit/s unrestricted
static int _MEDIUM_RESERVED_ASS1
          0 0 0 0 0 1 0 1 - reserved for alternate 64 kbit/s unrestricted (service 1)/speech (service 2)
static int _MEDIUM_RESERVED_ASS2
          0 0 0 0 0 1 0 0 - reserved for alternate speech (service 2)/64 kbit/s unrestricted (service 1)
static int _MEDIUM_SPEECH
          0 0 0 0 0 0 0 0 speech
static int _PARAMETER_CODE
           
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 int getTransimissionMediumRequirement()
           
 void setTransimissionMediumRequirement(int transimissionMediumRequirement)
           
 
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

_MEDIUM_SPEECH

static final int _MEDIUM_SPEECH
0 0 0 0 0 0 0 0 speech

See Also:
Constant Field Values

_MEDIUM_64_KBIT_UNRESTRICTED

static final int _MEDIUM_64_KBIT_UNRESTRICTED
0 0 0 0 0 0 1 0 - 64 kbit/s unrestricted

See Also:
Constant Field Values

_MEDIUM_3_1_KHz_AUDIO

static final int _MEDIUM_3_1_KHz_AUDIO
0 0 0 0 0 0 1 1 - 3.1 kHz audio

See Also:
Constant Field Values

_MEDIUM_RESERVED_ASS2

static final int _MEDIUM_RESERVED_ASS2
0 0 0 0 0 1 0 0 - reserved for alternate speech (service 2)/64 kbit/s unrestricted (service 1)

See Also:
Constant Field Values

_MEDIUM_RESERVED_ASS1

static final int _MEDIUM_RESERVED_ASS1
0 0 0 0 0 1 0 1 - reserved for alternate 64 kbit/s unrestricted (service 1)/speech (service 2)

See Also:
Constant Field Values

_MEDIUM_64_KBIT_PREFERED

static final int _MEDIUM_64_KBIT_PREFERED
0 0 0 0 0 1 1 0 - 64 kbit/s preferred

See Also:
Constant Field Values

_MEDIUM_2x64_KBIT_UNRESTRICTED

static final int _MEDIUM_2x64_KBIT_UNRESTRICTED
0 0 0 0 0 1 1 1 - 2 × 64 kbit/s unrestricted

See Also:
Constant Field Values

_MEDIUM_384_KBIT_UNRESTRICTED

static final int _MEDIUM_384_KBIT_UNRESTRICTED
0 0 0 0 1 0 0 0 - 384 kbit/s unrestricted

See Also:
Constant Field Values

_MEDIUM_1536_KBIT_UNRESTRICTED

static final int _MEDIUM_1536_KBIT_UNRESTRICTED
0 0 0 0 1 0 0 1 - 1536 kbit/s unrestricted

See Also:
Constant Field Values

_MEDIUM_1920_KBIT_UNRESTRICTED

static final int _MEDIUM_1920_KBIT_UNRESTRICTED
0 0 0 0 1 0 1 0 - 1920 kbit/s unrestricted

See Also:
Constant Field Values
Method Detail

getTransimissionMediumRequirement

int getTransimissionMediumRequirement()

setTransimissionMediumRequirement

void setTransimissionMediumRequirement(int transimissionMediumRequirement)


Copyright © 2010. All Rights Reserved.