GTP::clone

Description

Returns a cloned copy of the GTP message.

Syntax

GTP::clone [message-var]

Examples

when CLIENT_ACCEPTED {
    set payload [UDP::payload]
    set t2 [GTP::parse $payload]
    set t3 [GTP::clone $t2]
    log local0. "GTP type [GTP::header type -message $t3]"
    log local0. "GTP teid [GTP::header teid -message $t3]"
}

  • Introduced: BIGIP-11.6.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.