Commit ba72c674 authored by Pau Espin Pedrol's avatar Pau Espin Pedrol
Browse files

LibNGAP_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.
parent 66a0f8cb
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -5797,7 +5797,7 @@ module LibNGAP_Templates {
                                                                                  },
                                                                                  {
                                                                                    id := id_PLMNSupportList,
                                                                                    criticality := ignore,
                                                                                    criticality := reject,
                                                                                    value_ := { PLMNSupportList := p_plmnSuppList }
                                                                                  }
                                                                                 }
@@ -5840,7 +5840,7 @@ module LibNGAP_Templates {
                                                                                  },
                                                                                  {
                                                                                    id := id_PLMNSupportList,
                                                                                  criticality := ignore,
                                                                                    criticality := reject,
                                                                                    value_ := { PLMNSupportList := p_plmnSuppList }
                                                                                  }
                                                                                 }
@@ -5877,7 +5877,7 @@ module LibNGAP_Templates {
                                                                                  },
                                                                                  {
                                                                                    id := id_PLMNSupportList,
                                                                                    criticality := ignore,
                                                                                    criticality := reject,
                                                                                    value_ := { PLMNSupportList := p_plmnSuppList }
                                                                                  },
                                                                                  {
@@ -5919,7 +5919,7 @@ module LibNGAP_Templates {
                                                                                  },
                                                                                  {
                                                                                    id := id_PLMNSupportList,
                                                                                    criticality := ignore,
                                                                                    criticality := reject,
                                                                                    value_ := { PLMNSupportList := p_plmnSuppList }
                                                                                  },
                                                                                  {