gtp.c: Don't print ""Unknown packet flags" error message in get_seq()
commitbf5c0bb4b9587d3a8048efc60ec18fa0113b026f
authorHarald Welte <laforge@gnumonks.org>
Thu, 23 Feb 2017 19:32:38 +0000 (23 20:32 +0100)
committerHarald Welte <laforge@gnumonks.org>
Thu, 23 Feb 2017 20:11:05 +0000 (23 21:11 +0100)
treefd410d187e3aceb2b6580a163084790dab919f2b
parent875e4dc8c3ac1c025f80ecd5531c96c840d42f26
gtp.c: Don't print ""Unknown packet flags" error message in get_seq()

get_seq() is called also from contexts where GTP-U is used, and GTP-U
doesn't have sequence numbers.  Thus, it is perfectly normal if no
sequence number and/or no S flag in the header is present.

Change-Id: Ie19b95bbb4427e547843a019f5213a231a9f83da
gtp/gtp.c