Commit 5898250f authored by juvancic's avatar juvancic
Browse files

added template

parent ca34ed07
Loading
Loading
Loading
Loading
+58 −0
Original line number Original line Diff line number Diff line
@@ -5077,6 +5077,64 @@ module LibNGAP_Templates {
                                            }
                                            }
                        } // End of template m_n2_AMFConfigurationUpdate
                        } // End of template m_n2_AMFConfigurationUpdate
                        template (value) InitiatingMessage m_n2_AMFConfigurationUpdate_tnl(
                                                                                        //in template (value) AMFName						p_AMFName,						
                                                                                        in template (value) ServedGUAMIList				p_servedGUAMIList,				
                                                                                        //in template (value) RelativeAMFCapacity			p_relativeAMFCapacity,
                                                                                        in template (value) PLMNSupportList				p_pLMNSupportList,				
                                                                                        in template (value) AMF_TNLAssociationToAddList	p_aMF_TNLAssociationToAddList,
                                                                                        //in template (value) AMF_TNLAssociationToRemoveList	p_aMF_TNLAssociationToRemoveList,
                                                                                        in template (value) AMF_TNLAssociationToUpdateList	p_aMF_TNLAssociationToUpdateList//,
                                                                                        //in template (value) Extended_AMFName				p_extended_AMFName
                                                                                      ):={
                            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_RelativeAMFCapacity,
                                                                                         //    criticality := ignore,
                                                                                         //    value_ := { RelativeAMFCapacity := p_relativeAMFCapacity}
                                                                                         //},
                                                                                         {
                                                                                             id := id_PLMNSupportList,
                                                                                             criticality := reject,
                                                                                             value_ := { PLMNSupportList := p_pLMNSupportList }
                                                                                         },
                                                                                         {
                                                                                             id := id_AMF_TNLAssociationToAddList,
                                                                                             criticality := ignore,
                                                                                             value_ := { AMF_TNLAssociationToAddList := p_aMF_TNLAssociationToAddList }
                                                                                         },
                                                                                         //{
                                                                                         //    id := id_AMF_TNLAssociationToRemoveList,
                                                                                         //    criticality := ignore,
                                                                                         //    value_ := { AMF_TNLAssociationToRemoveList	:= p_aMF_TNLAssociationToRemoveList}
                                                                                         //},
                                                                                         {
                                                                                             id := id_AMF_TNLAssociationToUpdateList,
                                                                                             criticality := ignore,
                                                                                             value_ := { AMF_TNLAssociationToUpdateList	:= p_aMF_TNLAssociationToUpdateList}
                                                                                         }//,
                                                                                         //{
                                                                                         //    id := id_Extended_AMFName,
                                                                                         //    criticality := ignore,
                                                                                         //    value_ := { Extended_AMFName	:= p_extended_AMFName}
                                                                                         //}
                                                                                        }
                                                                         }
                                            }
                        } // End of template m_n2_AMFConfigurationUpdate_tnl
                    } // End of group Send
                    } // End of group Send
                    group Receive {
                    group Receive {