Class GtpV2MessageType

java.lang.Object
org.pcap4j.packet.namednumber.NamedNumber<Byte, GtpV2MessageType>
org.pcap4j.packet.namednumber.GtpV2MessageType
All Implemented Interfaces:
Serializable, Comparable<GtpV2MessageType>

public class GtpV2MessageType extends NamedNumber<Byte, GtpV2MessageType>
GTPv2 Message Type
Since:
pcap4j 1.7.1
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • ECHO_REQUEST

      public static final GtpV2MessageType ECHO_REQUEST
      Message type 1 (Echo Request)
    • ECHO_RESPONSE

      public static final GtpV2MessageType ECHO_RESPONSE
      Message type 2 (Echo Response)
    • VERSION_NOT_SUPPORTED

      public static final GtpV2MessageType VERSION_NOT_SUPPORTED
      Message type 3 (Version not Supported)
    • CREATE_SESSION_REQUEST

      public static final GtpV2MessageType CREATE_SESSION_REQUEST
      Message type 32 (Create Session Request)
    • CREATE_SESSION_RESPONSE

      public static final GtpV2MessageType CREATE_SESSION_RESPONSE
      Message type 33 (Create Session Response)
    • MODIFY_BEARER_REQUEST

      public static final GtpV2MessageType MODIFY_BEARER_REQUEST
      Message type 34 (Modify Bearer Request)
    • MODIFY_BEARER_RESPONSE

      public static final GtpV2MessageType MODIFY_BEARER_RESPONSE
      Message type 35 (Modify Bearer Response)
    • DELETE_SESSION_REQUEST

      public static final GtpV2MessageType DELETE_SESSION_REQUEST
      Message type 36 (Delete Session Request )
    • DELETE_SESSION_RESPONSE

      public static final GtpV2MessageType DELETE_SESSION_RESPONSE
      Message type 37 (Delete Session Response)
    • CHANGE_NOTIFICATION_REQUEST

      public static final GtpV2MessageType CHANGE_NOTIFICATION_REQUEST
      Message type 38 (Change Notification Request)
    • CHANGE_NOTIFICATION_RESPONSE

      public static final GtpV2MessageType CHANGE_NOTIFICATION_RESPONSE
      Message type 39 (Change Notification Response)
    • MODIFY_BEARER_COMMAND

      public static final GtpV2MessageType MODIFY_BEARER_COMMAND
      Message type 64 (Modify Bearer Command)
    • MODIFY_BEARER_FAILURE_INDICATION

      public static final GtpV2MessageType MODIFY_BEARER_FAILURE_INDICATION
      Message type 65 (Modify Bearer Failure Indication)
    • DELETE_BEARER_COMMAND

      public static final GtpV2MessageType DELETE_BEARER_COMMAND
      Message type 66 (Delete Bearer Command)
    • DELETE_BEARER_FAILURE_INDICATION

      public static final GtpV2MessageType DELETE_BEARER_FAILURE_INDICATION
      Message type 67 (Delete Bearer Failure Indication)
    • BEARER_RESOURCE_COMMAND

      public static final GtpV2MessageType BEARER_RESOURCE_COMMAND
      Message type 68 (Bearer Resource Command)
    • BEARER_RESOURCE_FAILURE_INDICATION

      public static final GtpV2MessageType BEARER_RESOURCE_FAILURE_INDICATION
      Message type 69 (Bearer Resource Failure Indication)
    • TRACE_SESSION_ACTIVATION

      public static final GtpV2MessageType TRACE_SESSION_ACTIVATION
      Message type 71 (Trace Session Activation)
    • TRACE_SESSION_DEACTIVATION

      public static final GtpV2MessageType TRACE_SESSION_DEACTIVATION
      Message type 72 (Trace Session Deactivation)
    • STOP_PAGING_INDICATION

      public static final GtpV2MessageType STOP_PAGING_INDICATION
      Message type 73 (Stop Paging Indication)
    • CREATE_BEARER_REQUEST

      public static final GtpV2MessageType CREATE_BEARER_REQUEST
      Message type 95 (Create Bearer Request)
    • CREATE_BEARER_RESPONSE

      public static final GtpV2MessageType CREATE_BEARER_RESPONSE
      Message type 96 (Create Bearer Response)
    • UPDATE_BEARER_REQUEST

      public static final GtpV2MessageType UPDATE_BEARER_REQUEST
      Message type 97 (Update Bearer Request)
    • UPDATE_BEARER_RESPONSE

      public static final GtpV2MessageType UPDATE_BEARER_RESPONSE
      Message type 98 (Update Bearer Response)
    • DELETE_BEARER_REQUEST

      public static final GtpV2MessageType DELETE_BEARER_REQUEST
      Message type 99 (Delete Bearer Request)
    • DELETE_BEARER_RESPONSE

      public static final GtpV2MessageType DELETE_BEARER_RESPONSE
      Message type 100 (Delete Bearer Response)
    • DELETE_PDN_CONNECTION_SET_REQUEST

      public static final GtpV2MessageType DELETE_PDN_CONNECTION_SET_REQUEST
      Message type 101 (Delete PDN Connection Set Request)
    • DELETE_PDN_CONNECTION_SET_RESPONSE

      public static final GtpV2MessageType DELETE_PDN_CONNECTION_SET_RESPONSE
      Message type 102 (Delete PDN Connection Set Response)
    • IDENTIFICATION_REQUEST

      public static final GtpV2MessageType IDENTIFICATION_REQUEST
      Message type 128 (Identification Request)
    • IDENTIFICATION_RESPONSE

      public static final GtpV2MessageType IDENTIFICATION_RESPONSE
      Message type 129 (Identification Response)
    • CONTEXT_REQUEST

      public static final GtpV2MessageType CONTEXT_REQUEST
      Message type 130 (Context Request)
    • CONTEXT_RESPONSE

      public static final GtpV2MessageType CONTEXT_RESPONSE
      Message type 131 (Context Response)
    • CONTEXT_ACKNOWLEDGE

      public static final GtpV2MessageType CONTEXT_ACKNOWLEDGE
      Message type 132 (Context Acknowledge)
    • FORWARD_RELOCATION_REQUEST

      public static final GtpV2MessageType FORWARD_RELOCATION_REQUEST
      Message type 133 (Forward Relocation Request)
    • FORWARD_RELOCATION_RESPONSE

      public static final GtpV2MessageType FORWARD_RELOCATION_RESPONSE
      Message type 134 (Forward Relocation Response
    • FORWARD_RELOCATION_COMPLETE_NOTIFICATION

      public static final GtpV2MessageType FORWARD_RELOCATION_COMPLETE_NOTIFICATION
      Message type 135 (Forward Relocation Complete Notification)
    • FORWARD_RELOCATION_COMPLETE_ACKNOWLEDGE

      public static final GtpV2MessageType FORWARD_RELOCATION_COMPLETE_ACKNOWLEDGE
      Message type 136 (Forward Relocation Complete Acknowledge)
    • FORWARD_ACCESS_CONTEXT_NOTIFICATION

      public static final GtpV2MessageType FORWARD_ACCESS_CONTEXT_NOTIFICATION
      Message type 137 (Forward Access Context Notification)
    • FORWARD_ACCESS_CONTEXT_ACKNOWLEDGE

      public static final GtpV2MessageType FORWARD_ACCESS_CONTEXT_ACKNOWLEDGE
      Message type 138 (Forward Access Context Acknowledge)
    • RELOCATION_CANCEL_REQUEST

      public static final GtpV2MessageType RELOCATION_CANCEL_REQUEST
      Message type 139 (Relocation Cancel Request)
    • RELOCATION_CANCEL_RESPONSE

      public static final GtpV2MessageType RELOCATION_CANCEL_RESPONSE
      Message type 140 (Relocation Cancel Response)
    • CONFIGURATION_TRANSFER_TUNNEL

      public static final GtpV2MessageType CONFIGURATION_TRANSFER_TUNNEL
      Message type 141 (Configuration Transfer Tunnel)
    • DETACH_NOTIFICATION

      public static final GtpV2MessageType DETACH_NOTIFICATION
      Message type 149 (Detach Notification)
    • DETACH_ACKNOWLEDGE

      public static final GtpV2MessageType DETACH_ACKNOWLEDGE
      Message type 150 (Detach Acknowledge)
    • CS_PAGING_INDICATION

      public static final GtpV2MessageType CS_PAGING_INDICATION
      Message type 151 (CS Paging Indication)
    • RAN_INFORMATION_RELAY

      public static final GtpV2MessageType RAN_INFORMATION_RELAY
      Message type 152 (RAN Information Relay)
    • CREATE_FORWARDING_TUNNEL_REQUEST

      public static final GtpV2MessageType CREATE_FORWARDING_TUNNEL_REQUEST
      Message type 160 (Create Forwarding Tunnel Request)
    • CREATE_FORWARDING_TUNNEL_RESPONSE

      public static final GtpV2MessageType CREATE_FORWARDING_TUNNEL_RESPONSE
      Message type 161 (Create Forwarding Tunnel Response)
    • SUSPEND_NOTIFICATION

      public static final GtpV2MessageType SUSPEND_NOTIFICATION
      Message type 162 (Suspend Notification)
    • SUSPEND_ACKNOWLEDGE

      public static final GtpV2MessageType SUSPEND_ACKNOWLEDGE
      Message type 163 (Suspend Acknowledge)
    • RESUME_NOTIFICATION

      public static final GtpV2MessageType RESUME_NOTIFICATION
      Message type 164 (Resume Notification)
    • RESUME_ACKNOWLEDGE

      public static final GtpV2MessageType RESUME_ACKNOWLEDGE
      Message type 165 (Resume Acknowledge)
    • CREATE_INDIRECT_DATA_FORWARDING_TUNNEL_REQUEST

      public static final GtpV2MessageType CREATE_INDIRECT_DATA_FORWARDING_TUNNEL_REQUEST
      Message type 166 (Create Indirect Data Forwarding Tunnel Request)
    • CREATE_INDIRECT_DATA_FORWARDING_TUNNEL_RESPONSE

      public static final GtpV2MessageType CREATE_INDIRECT_DATA_FORWARDING_TUNNEL_RESPONSE
      Message type 167 (Create Indirect Data Forwarding Tunnel Response)
    • DELETE_INDIRECT_DATA_FORWARDING_TUNNEL_REQUEST

      public static final GtpV2MessageType DELETE_INDIRECT_DATA_FORWARDING_TUNNEL_REQUEST
      Message type 168 (Delete Indirect Data Forwarding Tunnel Request)
    • DELETE_INDIRECT_DATA_FORWARDING_TUNNEL_RESPONSE

      public static final GtpV2MessageType DELETE_INDIRECT_DATA_FORWARDING_TUNNEL_RESPONSE
      Message type 169 (Delete Indirect Data Forwarding Tunnel Response)
    • RELEASE_ACCESS_BEARERS_REQUEST

      public static final GtpV2MessageType RELEASE_ACCESS_BEARERS_REQUEST
      Message type 170 (Release Access Bearers Request)
    • RELEASE_ACCESS_BEARERS_RESPONSE

      public static final GtpV2MessageType RELEASE_ACCESS_BEARERS_RESPONSE
      Message type 171 (Release Access Bearers Response)
    • UPDATE_PDN_CONNECTION_SET_REQUEST

      public static final GtpV2MessageType UPDATE_PDN_CONNECTION_SET_REQUEST
      Message type 200 (Update PDN Connection Set Request)
    • UPDATE_PDN_CONNECTION_SET_RESPONSE

      public static final GtpV2MessageType UPDATE_PDN_CONNECTION_SET_RESPONSE
      Message type 201 (Update PDN Connection Set Response)
    • MBMS_SESSION_START_REQUEST

      public static final GtpV2MessageType MBMS_SESSION_START_REQUEST
      Message type 231 (MBMS Session Start Request)
    • MBMS_SESSION_START_RESPONSE

      public static final GtpV2MessageType MBMS_SESSION_START_RESPONSE
      Message type 232 (MBMS Session Start Response)
    • MBMS_SESSION_UPDATE_REQUEST

      public static final GtpV2MessageType MBMS_SESSION_UPDATE_REQUEST
      Message type 233 (MBMS Session Update Request)
    • MBMS_SESSION_UPDATE_RESPONSE

      public static final GtpV2MessageType MBMS_SESSION_UPDATE_RESPONSE
      Message type 234 (MBMS Session Update Response)
    • MBMS_SESSION_STOP_REQUEST

      public static final GtpV2MessageType MBMS_SESSION_STOP_REQUEST
      Message type 235 (MBMS Session Stop Request)
    • MBMS_SESSION_STOP_RESPONSE

      public static final GtpV2MessageType MBMS_SESSION_STOP_RESPONSE
      Message type 236 (MBMS Session Stop Response)
    • registry

      private static final Map<Byte, GtpV2MessageType> registry
  • Constructor Details

    • GtpV2MessageType

      public GtpV2MessageType(Byte value, String name)
      Parameters:
      value - value
      name - name
  • Method Details