Commit aaf309ed authored by juvancic's avatar juvancic
Browse files

added template

parent f24967ee
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
@@ -6129,6 +6129,39 @@ module LibNGAP_Templates {
                                            }
                        } // End of template mw_n2_AMFConfigurationUpdate
                        
                        /**
                         * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.2.6.7 AMF CONFIGURATION UPDATE
                         */
                        template (present) InitiatingMessage mw_n2_AMFConfigurationUpdate_options(
                                                                                          template (present) AMFName p_aMFName := ?,
                                                                                          template ServedGUAMIList p_servedGUAMIList := *,				
                                                                                          template PLMNSupportList p_pLMNSupportList := *				
                                                                                          ) := {
                            procedureCode := id_AMFConfigurationUpdate,
                            criticality   := reject,
                            value_        := {
                                              AMFConfigurationUpdate := {
                                                                         protocolIEs := {
                                                                                         {
                                                                                             id := id_AMFName,
                                                                                             criticality := ignore,
                                                                                             value_ := { AMFName := p_aMFName }
                                                                                         },
                                                                                         {
                                                                                             id := id_ServedGUAMIList,
                                                                                             criticality := reject,
                                                                                             value_ := { ServedGUAMIList := p_servedGUAMIList }
                                                                                         },                                                                                         
                                                                                         {
                                                                                             id := id_PLMNSupportList,
                                                                                             criticality := ignore,
                                                                                             value_ := { PLMNSupportList := p_pLMNSupportList }
                                                                                         }
                                                                                        }
                                                                         }
                                            }
                        } // End of template mw_n2_AMFConfigurationUpdate_options
                    } // End of group Receive
                } // End of group AMF_CONFIGURATION_UPDATE