From a6323ae0fc6569a392bfaa0d3df011ec3170d869 Mon Sep 17 00:00:00 2001 From: p1-bmu Date: Tue, 25 May 2021 13:43:58 +0200 Subject: [PATCH] mobile: fix TEID bl in OuterHeaderCreation in PFCP --- pycrate_mobile/TS29244_PFCP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycrate_mobile/TS29244_PFCP.py b/pycrate_mobile/TS29244_PFCP.py index b0c78d4..03115be 100644 --- a/pycrate_mobile/TS29244_PFCP.py +++ b/pycrate_mobile/TS29244_PFCP.py @@ -2870,7 +2870,7 @@ class OuterHeaderCreation(Envelope): Uint('spare', bl=6, rep=REPR_HEX), Uint('N6', bl=1), Uint('N19', bl=1), - Uint32('TEID', bl=1), + Uint32('TEID'), Buf('IPv4Addr', bl=32, rep=REPR_HEX), Buf('IPv6Addr', bl=128, rep=REPR_HEX), Uint16('Port'),