mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
[AMF] Registation status update and tests
This commit is contained in:
parent
5cf92c9851
commit
8c293bc710
49 changed files with 3823 additions and 169 deletions
|
|
@ -65,7 +65,7 @@ static void test1_func(abts_case *tc, void *data)
|
|||
test_ue->opc_string = "e8ed289deba952e4283b54e88e6183ca";
|
||||
|
||||
/* gNB connects to AMF */
|
||||
ngap = testngap_client(AF_INET);
|
||||
ngap = testngap_client(1, AF_INET);
|
||||
ABTS_PTR_NOTNULL(tc, ngap);
|
||||
|
||||
/* gNB connects to UPF */
|
||||
|
|
@ -366,7 +366,7 @@ static void test2_func(abts_case *tc, void *data)
|
|||
test_ue->opc_string = "e8ed289deba952e4283b54e88e6183ca";
|
||||
|
||||
/* gNB connects to AMF */
|
||||
ngap = testngap_client(AF_INET);
|
||||
ngap = testngap_client(1, AF_INET);
|
||||
ABTS_PTR_NOTNULL(tc, ngap);
|
||||
|
||||
/* gNB connects to UPF */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue