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

Editorial changes

parent 2e9c5780
Loading
Loading
Loading
Loading
+16 −15
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ NGAP_Pics.PICS_NGAP_GNB_IUT := false
LibNGAP_Pics.PICS_OFFLINE_MODE := true

# 5GRegAuthSec_deReg.pcap
LibNGAP_Pixits.PX_PLMN_IDENTITY          := '00f110'O;
LibNGAP_Pixits.PX_AMF_NAME               := "open5gs-amf0"
LibNGAP_Pixits.PX_RAN_UE_NGAP_ID         := 1
LibNGAP_Pixits.PX_AMF_UE_NGAP_ID         := 1
@@ -35,7 +36,7 @@ Lib_NG_NAS_Pixits.PX_FORCE_USING_OPERATOR_SECRET_KEY := true

Lib_NG_NAS_Pixits.PX_SUBSCRIPTION_KEY                := '01000110010110110101110011101000101100011001100110110100100111111010101001011111000010100010111011100010001110001010011010111100'B
# https://www.binaryhexconverter.com/hex-to-binary-converter
Lib_NG_NAS_Pixits.PX_PLMN_IDENTITY_IDENTITY                            := '00f110'O;
LibNGAP_Pixits.PX_PLMN_IDENTITY := '00f110'O;
Lib_NG_NAS_Pixits.PX_BEARER_ID                       := '00001'B

Parameters.px_IMSI_Def                               := '393939373030303030303030303031'H; # 999700000000001
@@ -101,7 +102,7 @@ system.NGAP_AMF.params := "NGAP/SCTP_FILE/IP_OFFLINE/ETH(mac_src=8c554ac1eee0,ma
# Verify that the IUT sends a SECURITY MODE COMMAND message correctly to indicate NAS security mode procedure upon receipt of a NAS AUTHENTICATION RESPONSE
#NG_NAS_TestCases.TC_NGNAS_AMF_AUT_SEQ_01
# Verify that the IUT, upon receiving the NAS SECURITY MODE COMPLETE message after completing the NAS Authentication and Security procedure, successfully completes the registration process by accepting the registration
NG_NAS_TestCases.TC_5GNAS_AMF_SEC_ACC_01
#NG_NAS_TestCases.TC_5GNAS_AMF_SEC_ACC_01
# Verify that the IUT, upon receiving the NAS SECURITY MODE REJECT Message after a failed NAS Authentication and security procedure, successfully aborts the registration process by rejecting the registration
#NG_NAS_TestCases.TC_5GNAS_AMF_SEC_REJ_01
#NG_NAS_TestCases.TC_5GNAS_AMF_DLN_ACC_01