Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
mobile: fix TEID bl in OuterHeaderCreation in PFCP
Browse files Browse the repository at this point in the history
  • Loading branch information
p1-bmu committed May 25, 2021
1 parent e36aaab commit a6323ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycrate_mobile/TS29244_PFCP.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit a6323ae

Please sign in to comment.