Skip to content
Snippets Groups Projects
Commit 93c81c67 authored by Guillaume Valadon's avatar Guillaume Valadon
Browse files

Fix

--HG--
branch : GTP support
parent 0a3ca930
No related branches found
No related tags found
No related merge requests found
...@@ -299,7 +299,7 @@ class IE_NotImplementedTLV(Packet): ...@@ -299,7 +299,7 @@ class IE_NotImplementedTLV(Packet):
ietypecls = { 1: IE_Cause, 2: IE_IMSI, 3: IE_Routing, 15: IE_SelectionMode, 16: IE_TEIDI, ietypecls = { 1: IE_Cause, 2: IE_IMSI, 3: IE_Routing, 15: IE_SelectionMode, 16: IE_TEIDI,
17: IE_TEICP, 19: IE_Teardown, 20: IE_NSAPI, 26: IE_ChargingCharacteristics, 17: IE_TEICP, 19: IE_Teardown, 20: IE_NSAPI, 26: IE_ChargingCharacteristics,
27: IE_TraceReference, 28: IE_TraceType, 27: IE_TraceReference, 28: IE_TraceType,
128: IE_EndUserAddress, 131: IE_AccessPointName } 128: IE_EndUserAddress, 131: IE_AccessPointName, 133: IE_GSNAddress }
def IE_Dispatcher(s): def IE_Dispatcher(s):
"""Choose the correct Information Element class.""" """Choose the correct Information Element class."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment