mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +00:00
IPv4 Pool done
This commit is contained in:
parent
989de209d0
commit
54636e1843
8 changed files with 333 additions and 5 deletions
|
|
@ -433,6 +433,12 @@ static void sock_test8(abts_case *tc, void *data)
|
|||
|
||||
rv = core_ipsubnet(&ipsub, "cafe::1", "64");
|
||||
ABTS_INT_EQUAL(tc, CORE_OK, rv);
|
||||
|
||||
rv = core_ipsubnet(&ipsub, "172.16.0.1", NULL);
|
||||
ABTS_INT_EQUAL(tc, CORE_OK, rv);
|
||||
|
||||
rv = core_ipsubnet(&ipsub, "cafe::1", NULL);
|
||||
ABTS_INT_EQUAL(tc, CORE_OK, rv);
|
||||
}
|
||||
|
||||
abts_suite *testsock(abts_suite *suite)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue