public class SendIdentificationRequestImpl extends MobilityMessageImpl implements SendIdentificationRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
_PrimitiveName |
protected static int |
_TAG_hopCounter |
protected static int |
_TAG_mtRoamingForwardingSupported |
protected static int |
_TAG_newLmsi |
protected static int |
_TAG_newVLRNumber |
protected static int |
_TAG_previousLAI |
MAP_MESSAGE_XML| Constructor and Description |
|---|
SendIdentificationRequestImpl(long mapProtocolVersion) |
SendIdentificationRequestImpl(TMSI tmsi,
Integer numberOfRequestedVectors,
boolean segmentationProhibited,
MAPExtensionContainer extensionContainer,
ISDNAddressString mscNumber,
LAIFixedLength previousLAI,
Integer hopCounter,
boolean mtRoamingForwardingSupported,
ISDNAddressString newVLRNumber,
LMSI newLmsi,
long mapProtocolVersion) |
SendIdentificationRequestImpl(TMSI tmsi,
long mapProtocolVersion) |
| 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() |
Integer |
getHopCounter() |
boolean |
getIsPrimitive() |
long |
getMapProtocolVersion() |
MAPMessageType |
getMessageType() |
ISDNAddressString |
getMscNumber() |
boolean |
getMtRoamingForwardingSupported() |
LMSI |
getNewLmsi() |
ISDNAddressString |
getNewVLRNumber() |
Integer |
getNumberOfRequestedVectors() |
int |
getOperationCode() |
LAIFixedLength |
getPreviousLAI() |
boolean |
getSegmentationProhibited() |
int |
getTag() |
int |
getTagClass() |
TMSI |
getTmsi() |
String |
toString() |
getMAPDialoggetInvokeId, setInvokeId, setMAPDialogclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMAPDialoggetInvokeId, setInvokeId, setMAPDialogprotected static final int _TAG_previousLAI
protected static final int _TAG_hopCounter
protected static final int _TAG_mtRoamingForwardingSupported
protected static final int _TAG_newVLRNumber
protected static final int _TAG_newLmsi
public static final String _PrimitiveName
public SendIdentificationRequestImpl(long mapProtocolVersion)
public SendIdentificationRequestImpl(TMSI tmsi, Integer numberOfRequestedVectors, boolean segmentationProhibited, MAPExtensionContainer extensionContainer, ISDNAddressString mscNumber, LAIFixedLength previousLAI, Integer hopCounter, boolean mtRoamingForwardingSupported, ISDNAddressString newVLRNumber, LMSI newLmsi, long mapProtocolVersion)
public SendIdentificationRequestImpl(TMSI tmsi, long mapProtocolVersion)
public MAPMessageType getMessageType()
getMessageType in interface MAPMessagepublic int getOperationCode()
getOperationCode in interface MAPMessagepublic TMSI getTmsi()
getTmsi in interface SendIdentificationRequestpublic Integer getNumberOfRequestedVectors()
getNumberOfRequestedVectors in interface SendIdentificationRequestpublic boolean getSegmentationProhibited()
getSegmentationProhibited in interface SendIdentificationRequestpublic MAPExtensionContainer getExtensionContainer()
getExtensionContainer in interface SendIdentificationRequestpublic ISDNAddressString getMscNumber()
getMscNumber in interface SendIdentificationRequestpublic LAIFixedLength getPreviousLAI()
getPreviousLAI in interface SendIdentificationRequestpublic Integer getHopCounter()
getHopCounter in interface SendIdentificationRequestpublic boolean getMtRoamingForwardingSupported()
getMtRoamingForwardingSupported in interface SendIdentificationRequestpublic ISDNAddressString getNewVLRNumber()
getNewVLRNumber in interface SendIdentificationRequestpublic LMSI getNewLmsi()
getNewLmsi in interface SendIdentificationRequestpublic long getMapProtocolVersion()
public 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.