mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-09 19:27:10 +00:00
update it
This commit is contained in:
parent
9434c751cb
commit
1cd740704e
3 changed files with 10 additions and 11 deletions
|
|
@ -753,7 +753,7 @@ status_t s1ap_build_e_rab_modify_request(
|
|||
item = core_calloc(1, sizeof(S1AP_E_RABToBeModifiedItemBearerModReqIEs_t));
|
||||
ASN_SEQUENCE_ADD(&E_RABToBeModifiedListBearerModReq->list, item);
|
||||
|
||||
item->id = S1AP_ProtocolIE_ID_id_E_RABToBeSetupItemBearerSUReq;
|
||||
item->id = S1AP_ProtocolIE_ID_id_E_RABToBeModifiedItemBearerModReq;
|
||||
item->criticality = S1AP_Criticality_reject;
|
||||
item->value.present = S1AP_E_RABToBeModifiedItemBearerModReqIEs__value_PR_E_RABToBeModifiedItemBearerModReq;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in.
|
||||
|
||||
#bin_PROGRAMS = testepc testvolte
|
||||
bin_PROGRAMS = testepc
|
||||
bin_PROGRAMS = testepc testvolte
|
||||
|
||||
configdir = ${sysconfdir}/nextepc/test
|
||||
config_DATA = sample.conf sample-volte.conf
|
||||
|
|
@ -14,12 +13,12 @@ testepc_SOURCES = \
|
|||
basic/attach_test.c basic/volte_test.c basic/handover_test.c \
|
||||
$(NULL)
|
||||
|
||||
#testvolte_SOURCES = \
|
||||
# common/abts.h common/abts.c \
|
||||
# common/testpacket.h common/testpacket.c common/testutil.h \
|
||||
# volte/testutil.c volte/testapp.h volte/testapp.c volte/pcscf_fd_path.c \
|
||||
# volte/volte_test.c \
|
||||
# $(NULL)
|
||||
testvolte_SOURCES = \
|
||||
common/abts.h common/abts.c \
|
||||
common/testpacket.h common/testpacket.c common/testutil.h \
|
||||
volte/testutil.c volte/testapp.h volte/testapp.c volte/pcscf_fd_path.c \
|
||||
volte/volte_test.c \
|
||||
$(NULL)
|
||||
|
||||
LDADD = \
|
||||
$(top_srcdir)/src/libepc.la \
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ static void volte_test1(abts_case *tc, void *data)
|
|||
|
||||
/* Send S1-Setup Reqeust */
|
||||
rv = tests1ap_build_setup_req(
|
||||
&sendbuf, S1ap_ENB_ID_PR_macroENB_ID, 0x54f64);
|
||||
&sendbuf, S1AP_ENB_ID_PR_macroENB_ID, 0x54f64);
|
||||
ABTS_INT_EQUAL(tc, CORE_OK, rv);
|
||||
rv = tests1ap_enb_send(sock, sendbuf);
|
||||
ABTS_INT_EQUAL(tc, CORE_OK, rv);
|
||||
|
|
@ -442,7 +442,7 @@ static void volte_test2(abts_case *tc, void *data)
|
|||
|
||||
/* Send S1-Setup Reqeust */
|
||||
rv = tests1ap_build_setup_req(
|
||||
&sendbuf, S1ap_ENB_ID_PR_macroENB_ID, 0x54f64);
|
||||
&sendbuf, S1AP_ENB_ID_PR_macroENB_ID, 0x54f64);
|
||||
ABTS_INT_EQUAL(tc, CORE_OK, rv);
|
||||
rv = tests1ap_enb_send(sock, sendbuf);
|
||||
ABTS_INT_EQUAL(tc, CORE_OK, rv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue