Commit c9c3f9f5 authored by garciay's avatar garciay
Browse files

version field shall be 3 bits length (cf. GTP protocol)

parent b7df1296
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ module LibGtp_Templates {
   
    template GTPv1_MSG m_gtp_v1_dummy := {
    	header := {
    		version := '0001'B,
    		version := '001'B,
    		messagetype := '01'O,
    		len := '10'O,
    		teid := PX_TEID,