Commit 4600a52b authored by Iztok Juvancic's avatar Iztok Juvancic
Browse files

added uplink tempalte for base nas match check

parent 8dbba8b5
Loading
Loading
Loading
Loading
+21 −0
Original line number Original line Diff line number Diff line
@@ -5450,6 +5450,27 @@ module LibNGAP_Templates {
                    group Receive {
                    group Receive {
                        /**
                         * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.2.5.2 DOWNLINK NAS TRANSPORT
                         */
                        template (present) InitiatingMessage mw_n2_UplinkNASTransport_base_nas:= {
                            procedureCode := id_UplinkNASTransport,
                            criticality   := ?,
                            value_        := {
                                              UplinkNASTransport := {
                                                                       protocolIEs := {
                                                                                       *,
                                                                                       {
                                                                                        id := id_NAS_PDU,
                                                                                        criticality := ?,
                                                                                        value_ := { NAS_PDU := ? }
                                                                                       },
                                                                                       *
                                                                                      }
                                                                       }
                                              }
                        } // End of template mw_n2_UplinkNASTransport_base_nas
                        
                        /**
                        /**
                         * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.2.5.2 DOWNLINK NAS TRANSPORT
                         * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.2.5.2 DOWNLINK NAS TRANSPORT
                         */
                         */