public final class GtpV1ExtensionHeaderType extends NamedNumber<Byte,GtpV1ExtensionHeaderType>
Modifier and Type | Class and Description |
---|---|
static class |
GtpV1ExtensionHeaderType.ComprehensionRequirement
Comprehension requirement of Extension Header Type
(Definition of bits 7 and 8 of the Extension Header Type)
|
Modifier and Type | Field and Description |
---|---|
static GtpV1ExtensionHeaderType |
MBMS_SUPPORT_INDICATION
MBMS support indication: 0000 0001
|
static GtpV1ExtensionHeaderType |
MS_INFO_CHANGE_REPORTING_SUPPORT_INDICATION
MS Info Change Reporting support indication: 0000 0010
|
static GtpV1ExtensionHeaderType |
NO_MORE_EXTENSION_HEADERS
No more extension headers: 0000 0000
|
static GtpV1ExtensionHeaderType |
PDCP_PDU_NUMBER
PDCP PDU number: 1100 0000
|
static GtpV1ExtensionHeaderType |
SUSPEND_REQUEST
Suspend Request: 1100 0001
|
static GtpV1ExtensionHeaderType |
SUSPEND_RESPONSE
Suspend Response: 1100 0010
|
Constructor and Description |
---|
GtpV1ExtensionHeaderType(Byte value,
String name) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(GtpV1ExtensionHeaderType o) |
GtpV1ExtensionHeaderType.ComprehensionRequirement |
getComprehensionRequirement() |
static GtpV1ExtensionHeaderType |
getInstance(Byte value) |
static GtpV1ExtensionHeaderType |
register(GtpV1ExtensionHeaderType type) |
String |
valueAsString() |
public static final GtpV1ExtensionHeaderType NO_MORE_EXTENSION_HEADERS
public static final GtpV1ExtensionHeaderType MBMS_SUPPORT_INDICATION
public static final GtpV1ExtensionHeaderType MS_INFO_CHANGE_REPORTING_SUPPORT_INDICATION
public static final GtpV1ExtensionHeaderType PDCP_PDU_NUMBER
public static final GtpV1ExtensionHeaderType SUSPEND_REQUEST
public static final GtpV1ExtensionHeaderType SUSPEND_RESPONSE
public GtpV1ExtensionHeaderType.ComprehensionRequirement getComprehensionRequirement()
public static GtpV1ExtensionHeaderType getInstance(Byte value)
value
- valuepublic static GtpV1ExtensionHeaderType register(GtpV1ExtensionHeaderType type)
type
- typepublic String valueAsString()
valueAsString
in class NamedNumber<Byte,GtpV1ExtensionHeaderType>
public int compareTo(GtpV1ExtensionHeaderType o)
compareTo
in interface Comparable<GtpV1ExtensionHeaderType>
compareTo
in class NamedNumber<Byte,GtpV1ExtensionHeaderType>
Copyright © 2011–2017 Pcap4J.org. All rights reserved.