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

Fix

--HG--
branch : GTP support
parent 2d5e5eb9
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ class IE_SelectionMode(Packet):
# Indicates the origin of the APN in the message
name = "Selection Mode"
fields_desc = [ ByteEnumField("ietype", 15, IEType),
BitEnumField("SelectionMode", "MSorAPN", 8, Selection_Mode) ]
BitEnumField("SelectionMode", "MS or APN", 8, Selection_Mode) ]
def extract_padding(self, pkt):
return "",pkt
......
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