Commit d62de8ed authored by Yann Garcia's avatar Yann Garcia
Browse files

Validate Validate TC_NGAP_GNB_PDU_01

parent f602083e
Loading
Loading
Loading
Loading
+551 KiB (555 KiB)

File changed.

No diff preview for this file type.

+1.44 KiB (5.38 KiB)

File changed.

No diff preview for this file type.

+2 −0
Original line number Diff line number Diff line
@@ -5,5 +5,7 @@ sources := \
    ia1_128.cc                   \
    ia2_128.cc                   \
    ia3_128.cc                   \
    upper_terster.cc             \


includes := .
+2 −2
Original line number Diff line number Diff line
@@ -106,9 +106,9 @@ system.NGAP_AMF.params := "NGAP/SCTP(server=127.0.0.5,port=38412,debug=1)"
#AtsImsIot_TestControl.control

# Verify that the IUT can send a  PDU SESSION RESOURCE SETUP REQUEST with at least one PDU session resource list to established PDU session.
NGAP_TestCases.TC_NGAP_AMF_PDU_01
#NGAP_TestCases.TC_NGAP_AMF_PDU_01
# Verify that the IUT can send a  PDU_SESSION_RESOURCE_RELEASE_COMMAND to release PDU session.
#NGAP_TestCases.TC_NGAP_AMF_PDU_02
NGAP_TestCases.TC_NGAP_AMF_PDU_02
# Verify that the IUT can send a  PDU_SESSION_RESOURCE_MODIFY_REQUEST to modify PDU session.
#NGAP_TestCases.TC_NGAP_AMF_PDU_03
# Verify that the AMF node successfully processes a  PDU_SESSION_RESOURCE_MODIFY_INDICATION contains mandatory IEs and answers with PDU_SESSION_RESOURCE_MODIFY_CONFIRM for successfully modified PDU session.
+12 −8
Original line number Diff line number Diff line
@@ -5,13 +5,14 @@ LibCommon_Time.PX_TDONE := 30.0;
LibCommon_Time.PX_TAC                   := 30.0;
LibCommon_Time.PX_TNOAC                 := 10.0;
LibCommon_Time.PX_TWAIT                 := 30.0;
LibCommon_Sync.PX_TSYNC_TIME_LIMIT      := 30.0;
LibCommon_Sync.PX_TSHUT_DOWN_TIME_LIMIT := 30.0;
LibCommon_Sync.PX_TSYNC_TIME_LIMIT      := 10.0;
LibCommon_Sync.PX_TSHUT_DOWN_TIME_LIMIT := 10.0;

NGAP_Pics.PICS_NGAP_AMF_IUT    := false
NGAP_Pics.PICS_NGAP_GNB_IUT    := true

LibNGAP_Pics.PICS_OFFLINE_MODE  := false # true for offline mode with pcap files, false for online mode with SCTP server
LibNGAP_Pics.PICS_USE_UERANSIMU := false # true to start UERANSIM gNB and UE simulators, false to not start them

LibNGAP_Pixits.PX_NAS_MCC          := '999'H
LibNGAP_Pixits.PX_NAS_MNC          := '70'H
@@ -27,7 +28,7 @@ LibNGAP_Pixits.PX_AMF_REGION_ID := '00000010'B
LibNGAP_Pixits.PX_AMF_SET_ID       := '0000000001'B
LibNGAP_Pixits.PX_AMF_POINTER      := '000000'B
LibNGAP_Pixits.PX_RAN_UE_NGAP_ID   := 1
LibNGAP_Pixits.PX_AMF_UE_NGAP_ID   := 2
LibNGAP_Pixits.PX_AMF_UE_NGAP_ID   := 1

LibNGAP_Pixits.PX_TIME_ZONE        := '80'O # 0x40 for GMT+1, 0x80 for GMT+2

@@ -45,9 +46,12 @@ Lib_NG_NAS_Pixits.PX_OPERATOR_KEY := '00000000000000000000000
# OPc
Lib_NG_NAS_Pixits.PX_OPERATOR_SECRET_KEY             := 'E8ED289DEBA952E4283B54E88E6183CA'O
Lib_NG_NAS_Pixits.PX_FORCE_USING_OPERATOR_SECRET_KEY := true

Lib_NG_NAS_Pixits.PX_SUBSCRIPTION_KEY                := '01000110010110110101110011101000101100011001100110110100100111111010101001011111000010100010111011100010001110001010011010111100'B
Lib_NG_NAS_Pixits.PX_SUBSCRIPTION_KEY                := '01000110010110110101110011101000101100011001100110110100100111111010101001011111000010100010111011100010001110001010011010111100'B # 465B5CE8B199B49FAA5F0A2EE238A6BC
Lib_NG_NAS_Pixits.PX_BEARER_ID                       := '00001'B
Lib_NG_NAS_Pixits.PX_SQN                             := '000000000000000000000000000000000000001000000000'B
#Lib_NG_NAS_Pixits.PX_AMF                             := oct2bit('8000'O)
#Lib_NG_NAS_Pixits.PX_RAND_VALUE                      := oct2bit('23553cbe9637a89d218ae64dae47bf35'O)


Parameters.px_IMSI_Def                               := '393939373030303030303030303031'H # 999700000000001
Parameters.px_IMEISV_Def                             := '73806121856151f1'H
@@ -104,7 +108,7 @@ system.NGAP_gNB_1.params := "NGAP/SCTP(local_server=127.0.0.5,server_mode=1,loca
#AtsImsIot_TestControl.control

# Verify that the GNB successfully processes a PDU_SESSION_RESOURCE_SETUP_REQUEST and answers with PDU_SESSION_RESOURCE_SETUP_RESPONSE for successfully established PDU session.
#NGAP_TestCases.TC_NGAP_GNB_PDU_01
NGAP_TestCases.TC_NGAP_GNB_PDU_01
# Verify that the NG-RAN node reports the establishment of the corresponding PDU session as failed if a PDU SESSION RESOURCE SETUP REQUEST contains several PDU Session ID IEs set to the same value.
#NGAP_TestCases.TC_NGAP_GNB_PDU_02
# Verify that the NG-RAN node reports the establishment of the new PDU session as failed if a PDU SESSION RESOURCE SETUP REQUEST contains a PDU Session ID IE set to value that identifies an active PDU Session. NOTE: Run TP_NGAP_GNB_PDU_01 before this TP.
@@ -155,7 +159,7 @@ system.NGAP_gNB_1.params := "NGAP/SCTP(local_server=127.0.0.5,server_mode=1,loca
# Verify that the GNB sends an NG_SETUP_REQUEST message to the AMF after TNL establishment.
#NGAP_TestCases.TC_NGAP_GNB_IMP_01
# Verify that the GNB successfully processes a full NG_RESET message and answers with NG_RESET_ACKNOWLEDGE to acknowledge the resetVerify that the GNB node successfully processes a NG RESET message that contains mandatory IEs and answers with NG RESET ACKNOWLEDGE to acknowledge the reset.
NGAP_TestCases.TC_NGAP_GNB_IMP_05
#NGAP_TestCases.TC_NGAP_GNB_IMP_05
# Verify that the GNB successfully processes a partial NG_RESET message and answers with NG_RESET_ACKNOWLEDGE to acknowledge the partial reset.
#NGAP_TestCases.TC_NGAP_GNB_IMP_05_02

Loading