pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40364?usp=email )
Change subject: NGAP_Templates: Fix criticality of PLMNSupportList IE in NGSetupResponse ......................................................................
NGAP_Templates: Fix criticality of PLMNSupportList IE in NGSetupResponse
The criticality rejected is specified in 3GPP TS 38.413 version 18.5.0 Release 18, both in the ASN.1 definition of "NGSetupResponseIEs NGAP-PROTOCOL-IES", as well as section 9.2.6.2. open5gs-amfd is correctly sending reject there.
Change-Id: I0e73a97201e61a41ce5b056a149e185582ed187c --- M library/ngap/NGAP_Templates.ttcn 1 file changed, 5 insertions(+), 5 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved osmith: Looks good to me, but someone else must approve
diff --git a/library/ngap/NGAP_Templates.ttcn b/library/ngap/NGAP_Templates.ttcn index 9d77cec..592f2ae 100644 --- a/library/ngap/NGAP_Templates.ttcn +++ b/library/ngap/NGAP_Templates.ttcn @@ -5794,7 +5794,7 @@ }, { id := id_PLMNSupportList, - criticality := ignore, + criticality := reject, value_ := { PLMNSupportList := p_plmnSuppList } } } @@ -5836,8 +5836,8 @@ value_ := { RelativeAMFCapacity := p_relativeAmfCap } }, { - id := id_PLMNSupportList, - criticality := ignore, + id := id_PLMNSupportList, + criticality := reject, value_ := { PLMNSupportList := p_plmnSuppList } } } @@ -5874,7 +5874,7 @@ }, { id := id_PLMNSupportList, - criticality := ignore, + criticality := reject, value_ := { PLMNSupportList := p_plmnSuppList } }, { @@ -5916,7 +5916,7 @@ }, { id := id_PLMNSupportList, - criticality := ignore, + criticality := reject, value_ := { PLMNSupportList := p_plmnSuppList } }, {