GTP::header

Description

Allows for the parsing of GTP header information. UINT – Unsigned integer value of n bits. For n > 8, appropriate network to host byte order conversion happens transparently.

Syntax

GTP::header version
GTP::header type
GTP::header teid
GTP::header sequence
GTP::header npdu

GTP::header version

  • GTPv1: 1 , GTPv2-C: 2

GTP::header type

  • GTPv1: UINT8 , GTPv2-C: UINT8

GTP::header teid

  • If absent, empty value is returned, not null

GTP::header sequence

  • If absent, empty value is returned, not null

GTP::header npdu

  • If absent, empty value is returned, not null

Examples

@@

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code:

  • Introduced: BIGIP-11.5.0

The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.