Commit efb8da18 authored by juvancic's avatar juvancic
Browse files

updated REG_REJ_msg

parent 188f5e21
Loading
Loading
Loading
Loading
+44 −4
Original line number Diff line number Diff line
@@ -5211,6 +5211,24 @@ module LibNGAP_Templates {
                        /**
                         * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.2.5.1 INITIAL UE MESSAGE
                         */
                        template (present) InitiatingMessage mw_n2_initialUeMessage_base_nas:= {
                            procedureCode := id_InitialUEMessage,
                            criticality   := ?,
                            value_        := {
                                              InitialUEMessage := {
                                                                   protocolIEs := {*,
                                                                                   {
                                                                                    id := id_NAS_PDU,
                                                                                    criticality := ?,
                                                                                    value_ := { NAS_PDU := ? }
                                                                                   },
                                                                                   *
                                                                                  }
                                                                   }
                                            }
                        }
                        template (present) InitiatingMessage mw_n2_initialUeMessage(
                                                                                    template (present) RAN_UE_NGAP_ID p_RANUeNgapID := ?,
                                                                                    template (present) NAS_PDU p_nasPdu := ?,
@@ -5264,7 +5282,7 @@ module LibNGAP_Templates {
                                                                                     in template (value) NAS_PDU p_nasPdu
                                                                                     ) := {
                            procedureCode := id_DownlinkNASTransport,
                            criticality   := reject,
                            criticality   := ignore,
                            value_        := {
                                              DownlinkNASTransport := {
                                                                       protocolIEs := {
@@ -5295,13 +5313,31 @@ module LibNGAP_Templates {
                        /**
                         * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.2.5.2 DOWNLINK NAS TRANSPORT
                         */
                        template (present) InitiatingMessage mw_n2_DownlinkNASTransport_base_nas:= {
                            procedureCode := id_DownlinkNASTransport,
                            criticality   := ?,
                            value_        := {
                                              DownlinkNASTransport := {
                                                                       protocolIEs := {
                                                                                       *,
                                                                                       {
                                                                                        id := id_NAS_PDU,
                                                                                        criticality := ?,
                                                                                        value_ := { NAS_PDU := ? }
                                                                                       },
                                                                                       *
                                                                                      }
                                                                       }
                                              }
                        } // End of template mw_n2_DownlinkNASTransport_base_nas
                        template (present) InitiatingMessage mw_n2_DownlinkNASTransport(
                                                                                        template (present) AMF_UE_NGAP_ID p_amfUeNgapID := ?,
                                                                                        template (present) RAN_UE_NGAP_ID p_ranUeNgapID := ?,
                                                                                        template (present) NAS_PDU p_nasPdu := ?
                                                                                        ) := {
                            procedureCode := id_DownlinkNASTransport,
                            criticality   := reject,
                            criticality   := ignore,
                            value_        := {
                                              DownlinkNASTransport := {
                                                                       protocolIEs := {
@@ -5343,7 +5379,7 @@ module LibNGAP_Templates {
                                                                                   in template (value) UserLocationInformation p_userLocationInformation
                                                                                   ) := {
                            procedureCode := id_UplinkNASTransport,
                            criticality   := reject,
                            criticality   := ignore,
                            value_        := {
                                              UplinkNASTransport := {
                                                                     protocolIEs := {
@@ -5386,7 +5422,7 @@ module LibNGAP_Templates {
                                                                                      template (present) UserLocationInformation p_userLocationInformation := ?
                                                                                      ) := {
                            procedureCode := id_UplinkNASTransport,
                            criticality   := reject,
                            criticality   := ignore,
                            value_        := {
                                              UplinkNASTransport := {
                                                                     protocolIEs := {
@@ -5728,6 +5764,10 @@ module LibNGAP_Templates {
                        /**
                         * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.2.6.1 NG SETUP REQUEST
                         */
                        template (present) InitiatingMessage mw_n2_NGSetupRequest_base := {
                            procedureCode := id_NGSetup, criticality   := ?, value_  := {NGSetupRequest := {protocolIEs := {*}}}
                        } // End of template mw_n2_NGSetupRequest_base 
                        template (present) InitiatingMessage mw_n2_NGSetupRequest(
                                                                                  template (present) GlobalRANNodeID p_globalRANNodeID := ?,
                                                                                  template (present) SupportedTAList p_supportedTAs := ?,