open5gs/lib
Sukchan Lee fb7ae93b07 fix the bug for ping.
gtpv2c_header_t and gtp_header_t(v1) is merged to gtp_header_t.
In this case, sizeof(gtp_header_t) is 12 because the structure has an
attribute of gtpv2c header something like sequence number.

As such, we should not use sizeof(gtp_header_t) directly.
Use GTPV1U_HEADER_LEN and GTPV2C_HEADER_LEN.
2017-09-07 14:10:52 +09:00
..
base Multiple PDN ..done! 2017-09-07 00:37:16 +09:00
core STORE/CLEAR_DATA is introduced to move data betwwen NAS and GTP 2017-09-06 20:29:55 +09:00
fd add S6A(MME-HSS) Interface for PGW IPv4 Address 2017-08-28 20:32:25 +09:00
gtp fix the bug for ping. 2017-09-07 14:10:52 +09:00
ipfw add TFT(Packet Filter) in Create Bearer Request 2017-09-06 15:02:43 +09:00
logger add initial code for PCRF 2017-08-17 14:15:08 +09:00
nas STORE/CLEAR_DATA is introduced to move data betwwen NAS and GTP 2017-09-06 20:29:55 +09:00
s1ap Create Bearer Response (MME->SGW) 2017-09-05 01:17:24 +09:00
Makefile.am add TFT(Packet Filter) in Create Bearer Request 2017-09-06 15:02:43 +09:00