mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
MAC OSX ping loopback test done
This commit is contained in:
parent
689c3b95e7
commit
cdbc8d1ab0
4 changed files with 4 additions and 4 deletions
|
|
@ -207,7 +207,7 @@ AC_CHECK_HEADERS( \
|
|||
sys/uio.h \
|
||||
)
|
||||
|
||||
AC_CHECK_HEADERS(netinet/ip.h,,,[[
|
||||
AC_CHECK_HEADERS(netinet/ip.h net/route.h,,,[[
|
||||
#include <sys/types.h>
|
||||
#if HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,9 @@
|
|||
#include <linux/if_tun.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_NET_ROUTE_H
|
||||
#include <net/route.h>
|
||||
#endif
|
||||
|
||||
#define NET_FD_TYPE_SOCK 0
|
||||
#define NET_FD_TYPE_LINK 1
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
|
||||
IP_POOL :
|
||||
{
|
||||
CIDR: 45.45.0.1/24
|
||||
CIDR: 45.45.0.1/16
|
||||
}
|
||||
|
||||
DNS :
|
||||
|
|
|
|||
|
|
@ -298,12 +298,10 @@ static void attach_test1(abts_case *tc, void *data)
|
|||
rv = testgtpu_enb_send(gtpu);
|
||||
ABTS_INT_EQUAL(tc, CORE_OK, rv);
|
||||
|
||||
#if LINUX == 1
|
||||
/* Receive GTP-U ICMP Packet */
|
||||
recvbuf = pkbuf_alloc(0, MAX_SDU_LEN);
|
||||
rc = testgtpu_enb_read(gtpu, recvbuf);
|
||||
pkbuf_free(recvbuf);
|
||||
#endif
|
||||
|
||||
/*****************************************************************
|
||||
* Attach Request : Known GUTI, Integrity Protected, MAC Matched
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue