Fix mistake in echo reply/response message type.

This commit is contained in:
Pedro Alvarez 2018-10-01 18:07:30 +01:00
parent e925ef0a42
commit a2befbd949
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ namespace srslte {
#define GTPU_FLAGS_SEQUENCE 0x02
#define GTPU_FLAGS_PACKET_NUM 0x01
#define GTPU_MSG_ECHO_REQUEST 0
#define GTPU_MSG_ECHO_RESPONSE 1
#define GTPU_MSG_ECHO_REQUEST 1
#define GTPU_MSG_ECHO_RESPONSE 2
#define GTPU_MSG_ERROR_INDICATION 26
#define GTPU_MSG_SUPPORTED_EXTENSION_HEADERS_NOTIFICATION 31
#define GTPU_MSG_END_MARKER 254