Commit f42848df authored by nikolajev's avatar nikolajev
Browse files

GTP header E, S and PN field names have "_flag" suffix added

parent c28a847e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -29,9 +29,9 @@ module LibGtp_TypesAndValues {
		Bit1 version,
		Bit1 PT,
		Bit1 spare,
		Bit1 E,
		Bit1 S,
		Bit1 PN,
		Bit1 E_flag,
		Bit1 S_flag,
		Bit1 PN_flag,
		Oct1 messagetype,
		Oct2 len,
		Oct4 teid,