[AMF] Registation status update and tests

This commit is contained in:
Matej Gradisar 2024-05-09 13:13:41 +02:00 committed by Sukchan Lee
parent 5cf92c9851
commit 8c293bc710
49 changed files with 3823 additions and 169 deletions

View file

@ -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 */