diff options
| author | yangwei <[email protected]> | 2024-07-09 19:23:40 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-07-09 19:23:40 +0800 |
| commit | f14d0bcdd230c85fb68814e64f72f3b10051befa (patch) | |
| tree | 677ec910e24a7d958d556c6b237944f10838ae2f /include | |
| parent | 4922cb4b4c4047f54da989b97c02d57f8542bce1 (diff) | |
✨ feat(skip_gtp_layer): set defalut as 0Feature-omit-gtp-layer
Diffstat (limited to 'include')
| -rw-r--r-- | include/private/sapp_global_val.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/sapp_global_val.h b/include/private/sapp_global_val.h index 236b9ec..c6975f9 100644 --- a/include/private/sapp_global_val.h +++ b/include/private/sapp_global_val.h @@ -367,6 +367,7 @@ typedef struct{ int skip_gtp_S_PN_E_field_for_inject; /* GTP����ע�����ݰ�ʱ������չ�ֶ�:sequence,N-PDU, extension */ int ipv4_reassembly_enabled; int ipv6_reassembly_enabled; + int skip_gtp_layer; }sapp_protocol_feature_t; |
