mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
dev is added in the configuration
This commit is contained in:
parent
8e1506a454
commit
ce801ee218
15 changed files with 321 additions and 553 deletions
|
|
@ -11,6 +11,10 @@
|
|||
#define PORT 7777
|
||||
#define PORT2 7778
|
||||
|
||||
#ifndef AI_PASSIVE
|
||||
#define AI_PASSIVE 1
|
||||
#endif
|
||||
|
||||
static void sock_test1(abts_case *tc, void *data)
|
||||
{
|
||||
sock_id udp;
|
||||
|
|
@ -406,7 +410,7 @@ static void sock_test7(abts_case *tc, void *data)
|
|||
|
||||
sock_remove_all_nodes(&list);
|
||||
|
||||
rv = sock_probe_node(&list, &list6, PORT);
|
||||
rv = sock_probe_node(&list, &list6, NULL, PORT);
|
||||
ABTS_INT_EQUAL(tc, CORE_OK, rv);
|
||||
|
||||
sock_remove_all_nodes(&list);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue