public class VLRCapabilityImpl extends Object implements VLRCapability, MAPAsnPrimitive
| Modifier and Type | Field and Description |
|---|---|
static String |
_PrimitiveName |
static int |
_TAG_istSupportIndicator |
static int |
_TAG_longFTNSupported |
static int |
_TAG_longGroupIDSupported |
static int |
_TAG_mtRoamingForwardingSupported |
static int |
_TAG_offeredCamel4CSIs |
static int |
_TAG_solsaSupportIndicator |
static int |
_TAG_superChargerSupportedInServingNetworkEntity |
static int |
_TAG_supportedCamelPhases |
static int |
_TAG_supportedLCSCapabilitySets |
static int |
_TAG_supportedRATTypesIndicator |
| Constructor and Description |
|---|
VLRCapabilityImpl() |
VLRCapabilityImpl(SupportedCamelPhases supportedCamelPhases,
MAPExtensionContainer extensionContainer,
boolean solsaSupportIndicator,
ISTSupportIndicator istSupportIndicator,
SuperChargerInfo superChargerSupportedInServingNetworkEntity,
boolean longFtnSupported,
SupportedLCSCapabilitySets supportedLCSCapabilitySets,
OfferedCamel4CSIs offeredCamel4CSIs,
SupportedRATTypes supportedRATTypesIndicator,
boolean longGroupIDSupported,
boolean mtRoamingForwardingSupported) |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeAll(org.mobicents.protocols.asn.AsnInputStream ansIS)
Decoding the length and the content of the primitive (the tag has already read)
|
void |
decodeData(org.mobicents.protocols.asn.AsnInputStream ansIS,
int length)
Decoding the content of the primitive (the tag and the length have already read)
|
void |
encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs)
Encoding the tag, the length and the content.
|
void |
encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs,
int tagClass,
int tag)
Encoding the tag, the length and the content.
|
void |
encodeData(org.mobicents.protocols.asn.AsnOutputStream asnOs)
Encoding the content.
|
MAPExtensionContainer |
getExtensionContainer() |
boolean |
getIsPrimitive() |
ISTSupportIndicator |
getIstSupportIndicator() |
boolean |
getLongFtnSupported() |
boolean |
getLongGroupIDSupported() |
boolean |
getMtRoamingForwardingSupported() |
OfferedCamel4CSIs |
getOfferedCamel4CSIs() |
boolean |
getSolsaSupportIndicator() |
SuperChargerInfo |
getSuperChargerSupportedInServingNetworkEntity() |
SupportedCamelPhases |
getSupportedCamelPhases() |
SupportedLCSCapabilitySets |
getSupportedLCSCapabilitySets() |
SupportedRATTypes |
getSupportedRATTypesIndicator() |
int |
getTag() |
int |
getTagClass() |
String |
toString() |
public static final int _TAG_supportedCamelPhases
public static final int _TAG_solsaSupportIndicator
public static final int _TAG_istSupportIndicator
public static final int _TAG_superChargerSupportedInServingNetworkEntity
public static final int _TAG_longFTNSupported
public static final int _TAG_supportedLCSCapabilitySets
public static final int _TAG_offeredCamel4CSIs
public static final int _TAG_supportedRATTypesIndicator
public static final int _TAG_longGroupIDSupported
public static final int _TAG_mtRoamingForwardingSupported
public static final String _PrimitiveName
public VLRCapabilityImpl()
public VLRCapabilityImpl(SupportedCamelPhases supportedCamelPhases, MAPExtensionContainer extensionContainer, boolean solsaSupportIndicator, ISTSupportIndicator istSupportIndicator, SuperChargerInfo superChargerSupportedInServingNetworkEntity, boolean longFtnSupported, SupportedLCSCapabilitySets supportedLCSCapabilitySets, OfferedCamel4CSIs offeredCamel4CSIs, SupportedRATTypes supportedRATTypesIndicator, boolean longGroupIDSupported, boolean mtRoamingForwardingSupported)
public SupportedCamelPhases getSupportedCamelPhases()
getSupportedCamelPhases in interface VLRCapabilitypublic MAPExtensionContainer getExtensionContainer()
getExtensionContainer in interface VLRCapabilitypublic boolean getSolsaSupportIndicator()
getSolsaSupportIndicator in interface VLRCapabilitypublic ISTSupportIndicator getIstSupportIndicator()
getIstSupportIndicator in interface VLRCapabilitypublic SuperChargerInfo getSuperChargerSupportedInServingNetworkEntity()
getSuperChargerSupportedInServingNetworkEntity in interface VLRCapabilitypublic boolean getLongFtnSupported()
getLongFtnSupported in interface VLRCapabilitypublic SupportedLCSCapabilitySets getSupportedLCSCapabilitySets()
getSupportedLCSCapabilitySets in interface VLRCapabilitypublic OfferedCamel4CSIs getOfferedCamel4CSIs()
getOfferedCamel4CSIs in interface VLRCapabilitypublic SupportedRATTypes getSupportedRATTypesIndicator()
getSupportedRATTypesIndicator in interface VLRCapabilitypublic boolean getLongGroupIDSupported()
getLongGroupIDSupported in interface VLRCapabilitypublic boolean getMtRoamingForwardingSupported()
getMtRoamingForwardingSupported in interface VLRCapabilitypublic int getTag()
throws MAPException
getTag in interface MAPAsnPrimitiveMAPExceptionpublic int getTagClass()
getTagClass in interface MAPAsnPrimitivepublic boolean getIsPrimitive()
getIsPrimitive in interface MAPAsnPrimitivepublic void decodeAll(org.mobicents.protocols.asn.AsnInputStream ansIS)
throws MAPParsingComponentException
MAPAsnPrimitivedecodeAll in interface MAPAsnPrimitiveansIS - The AsnInputStream that contains the length and the content of the primitiveMAPParsingComponentExceptionpublic void decodeData(org.mobicents.protocols.asn.AsnInputStream ansIS,
int length)
throws MAPParsingComponentException
MAPAsnPrimitivedecodeData in interface MAPAsnPrimitiveansIS - The AsnInputStream that contains the content of the primitivelength - The length of the contentMAPParsingComponentExceptionpublic void encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs)
throws MAPException
MAPAsnPrimitiveencodeAll in interface MAPAsnPrimitiveMAPExceptionpublic void encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs,
int tagClass,
int tag)
throws MAPException
MAPAsnPrimitiveencodeAll in interface MAPAsnPrimitiveMAPExceptionpublic void encodeData(org.mobicents.protocols.asn.AsnOutputStream asnOs)
throws MAPException
MAPAsnPrimitiveencodeData in interface MAPAsnPrimitiveMAPExceptionCopyright © 2016. All Rights Reserved.