"ETSI TS 124 501 [1], Clause 5.4.5 and 8.2.10, 8.2.11"
"ETSI TS 124 501 [1], Clause 5.4.5 and 8.2.10, 8.2.11"
//My only concern is, that there are a chapter specifying the two messages PDU SESSION ESTABLISHMENT REQUEST and PDU SESSION ESTABLISHMENT ACCEPT in 8.3.1 and 8.3.2
//Should we rather use those message structures?
Config Id CF_AMF_N2N1
Config Id CF_AMF_N2N1
PICS Selection NONE
PICS Selection NONE //TODO
Initial conditions with {
Initial conditions with {
the UE entity isNotRegisteredTo the AMF// TODO
the UE entity isNotRegisteredTo the AMF
}
}
Expected behaviour
Expected behaviour
@@ -559,12 +561,12 @@ Package TP_AMF {
the IUT entity receives a UL_NAS_TRANSPORT containing
the IUT entity receives a UL_NAS_TRANSPORT containing
NAS_PDU containing
NAS_PDU containing
extended_protocol_discriminator set to 5G_MOBILITY_MANAGEMENT_MESSAGES,
extended_protocol_discriminator set to 5G_MOBILITY_MANAGEMENT_MESSAGES,
security_header_type set to NOT_SECURITY_PROTECTED, // TODO
security_header_type set to NOT_SECURITY_PROTECTED,
uL_NAS_TRANSPORT_message_identity,
uL_NAS_TRANSPORT_message_identity,
payload_container containing
payload_container containing
payload_container_type set to "N1 SM information",
payload_container_type set to "N1 SM information",
number_of_optional_IEs set to 1,
number_of_optional_IEs set to 1,
optional_IE_1 set to "PDU SESSION ESTABLISHMENT REQUEST" // TODO
optional_IE_1 set to "PDU SESSION ESTABLISHMENT REQUEST"
;,
;,
old_PDU_session_ID
old_PDU_session_ID
;
;
@@ -572,13 +574,15 @@ Package TP_AMF {
from the UE entity
from the UE entity
}
}
then {
then {
the IUT entity sends an DL_NAS_TRANSPORT containing // TODO
the IUT entity sends an DL_NAS_TRANSPORT containing
NAS_PDU containing
NAS_PDU containing
extended_protocol_discriminator set to 5G_MOBILITY_MANAGEMENT_MESSAGES,
extended_protocol_discriminator set to 5G_MOBILITY_MANAGEMENT_MESSAGES,
security_header_type set to NOT_SECURITY_PROTECTED, // TODO
security_header_type set to NOT_SECURITY_PROTECTED,
uL_NAS_TRANSPORT_message_identity,
dL_NAS_TRANSPORT_message_identity,
payload_container containing
payload_container containing
payload_container_type set to "N1 SM information"
payload_container_type set to "N1 SM information"
number_of_optional_IEs set to 1,
optional_IE_1 set to "PDU SESSION ESTABLISHMENT ACCEPT" // SH: Shouldn't this be part of the response?