LibNGAP_Templates.ttcn 1.58 MB
Newer Older
                    tAC               := p_tAC,
                    broadcastPLMNList := p_broadcastPLMNList,
                    iE_Extensions     := p_iE_Extensions
                } // End of template mw_supportedTAItem

                template (present) SupportedTAItem.iE_Extensions mw_supportedTAItemw_id_ConfiguredTACIndication(
                                                                                                                template (present) ConfiguredTACIndication p_configuredTACIndication := ?
                    { 
                        id             := id_ConfiguredTACIndication,
                        criticality    := ignore,
                        extensionValue := { ConfiguredTACIndication := p_configuredTACIndication }    
                    }
                } // End of template mw_supportedTAItemw_id_ConfiguredTACIndication

                template (present) SupportedTAItem.iE_Extensions mw_supportedTAItemw_id_RAT_Information(
                                                                                                        template (present) RAT_Information p_rAT_Information := ?
                                                                                                        ) := {
                    { 
                        id             := id_RAT_Information,
                        criticality    := reject,
                        extensionValue := { RAT_Information := p_rAT_Information }    
                    }
                } // End of template mw_supportedTAItemw_id_RAT_Information

                template (present) SuspendIndicator mw_suspendIndicator(template (present) SuspendIndicator p_value := true_) := p_value;

                template (present) Suspend_Request_Indication mw_suspend_Request_Indication(template (present) Suspend_Request_Indication p_value := suspend_requested) := p_value;
                template (present) Suspend_Response_Indication mw_suspend_Response_Indication(template (present) Suspend_Response_Indication p_value := suspend_indicated) := p_value;
                template (present) TAI mw_tAI(
                                            template (present) PLMNIdentity p_pLMNIdentity := ?,
                                            template (present) TAC p_tAC := ?,
                                            template TAI.iE_Extensions p_iE_Extensions := * 
                                            ) := {
                    pLMNIdentity  := p_pLMNIdentity,
                    tAC           := p_tAC,
                    iE_Extensions := p_iE_Extensions
                } // End of template mw_tAI

                template (present) TAIBroadcastEUTRA_Item mw_tAIBroadcastEUTRA_Item(
                                                                                    template (present) TAI p_tAI := ?,
                                                                                    template (present) CompletedCellsInTAI_EUTRA p_completedCellsInTAI_EUTRA := ?,
                                                                                    template TAIBroadcastEUTRA_Item.iE_Extensions p_iE_Extensions := * 
                                                                                    ) := {
                    tAI                       := p_tAI,
                    completedCellsInTAI_EUTRA := p_completedCellsInTAI_EUTRA,
                    iE_Extensions             := p_iE_Extensions
                } // End of template mw_tAIBroadcastEUTRA_Item

                template (present) TAIBroadcastNR_Item mw_tAIBroadcastNR_Item(
                                                                            template (present) TAI p_tAI := ?,
                                                                            template (present) CompletedCellsInTAI_NR p_completedCellsInTAI_NR := ?,
                                                                            template TAIBroadcastNR_Item.iE_Extensions p_iE_Extensions := * 
                    tAI                    := p_tAI,
                    completedCellsInTAI_NR := p_completedCellsInTAI_NR,
                    iE_Extensions          := p_iE_Extensions
                } // End of template mw_tAIBroadcastNR_Item

                template (present) TAICancelledEUTRA_Item mw_tAICancelledEUTRA_Item(
                                                                                    template (present) TAI p_tAI := ?,
                                                                                    template (present) CancelledCellsInTAI_EUTRA p_cancelledCellsInTAI_EUTRA := ?,
                                                                                    template TAICancelledEUTRA_Item.iE_Extensions p_iE_Extensions := * 
                                                                                    ) := {
                    tAI                       := p_tAI,
                    cancelledCellsInTAI_EUTRA := p_cancelledCellsInTAI_EUTRA,
                    iE_Extensions             := p_iE_Extensions
                } // End of template mw_tAICancelledEUTRA_Item
                template (present) TAICancelledNR_Item mw_tAICancelledNR_Item(
                                                                            template (present) TAI p_tAI := ?,
                                                                            template (present) CancelledCellsInTAI_NR p_cancelledCellsInTAI_NR := ?,  
                                                                            template TAICancelledNR_Item.iE_Extensions p_iE_Extensions := * 
                                                                            ) := {
                    tAI                       := p_tAI,
                    cancelledCellsInTAI_NR := p_cancelledCellsInTAI_NR,
                    iE_Extensions             := p_iE_Extensions
                } // End of template mw_tAICancelledNR_Item

                template (present) TAIListForInactiveItem mw_tAIListForInactiveItem(
                                                                                    template (present) TAI p_tAI := ?,
                                                                                    template TAIListForInactiveItem.iE_Extensions p_iE_Extensions := * 
                                                                                    ) := {
                    tAI           := p_tAI,
                    iE_Extensions := p_iE_Extensions
                } // End of template mw_tAIListForInactiveItem
                template (present) TAIListForPagingItem mw_tAIListForPagingItem(
                                                                                template (present) TAI p_tAI := ?,
                                                                                template TAIListForPagingItem.iE_Extensions p_iE_Extensions := * 
                    tAI           := p_tAI,
                    iE_Extensions := p_iE_Extensions
                } // End of template mw_tAIListForPagingItem

                template (present) TAINSAGSupportItem mw_tAINSAGSupportItem(
                                                                            template (present) NSAG_ID p_nSAG_ID := ?,
                                                                            template (present) ExtendedSliceSupportList p_nSAGSliceSupportList := ?,
                                                                            template TAINSAGSupportItem.iE_Extensions p_iE_Extensions := * 
                                                                            ) := {
                    nSAG_ID              := p_nSAG_ID,
                    nSAGSliceSupportList := p_nSAGSliceSupportList,
                    iE_Extensions        := p_iE_Extensions
                } // End of template mw_tAINSAGSupportItem

                template (present) TargeteNB_ID mw_targeteNB_ID(
                                                                template (present) GlobalNgENB_ID p_globalENB_ID := ?,
                                                                template (present) EPS_TAI p_selected_EPS_TAI := ?,
                                                                template TargeteNB_ID.iE_Extensions p_iE_Extensions := * 
                                                                ) := {
                    globalENB_ID     := p_globalENB_ID,
                    selected_EPS_TAI := p_selected_EPS_TAI,
                    iE_Extensions    := p_iE_Extensions
                } // End of template mw_targeteNB_ID

                template (present) TargetHomeENB_ID mw_targetHomeENB_ID(
                                                                        template (present) PLMNIdentity p_pLMNidentity := ?,
                                                                        template (present) TargetHomeENB_ID.homeENB_ID p_homeENB_ID := ?,
                                                                        template (present) EPS_TAI p_selected_EPS_TAI := ?,
                                                                        template TargetHomeENB_ID.iE_Extensions p_iE_Extensions := *
                                                                        ) := {
                    pLMNidentity     := p_pLMNidentity,
                    homeENB_ID       := p_homeENB_ID,
                    selected_EPS_TAI := p_selected_EPS_TAI,
                    iE_Extensions    := p_iE_Extensions
                } // End of template mw_targetHomeENB_ID

                template (present) TargetID mw_targetID_targetRANNodeID(
                                                                        template (present) TargetRANNodeID p_targetRANNodeID := ?
                                                                        ) := {
                    targetRANNodeID := p_targetRANNodeID
                } // End of template mw_targetID_targetRANNodeID
                template (present) TargetID mw_targetID_targeteNB_ID(
                                                                    template (present) TargeteNB_ID p_targeteNB_ID := ?
                                                                    ) := {
                    targeteNB_ID := p_targeteNB_ID
                } // End of template mw_targetID_targeteNB_ID
                template (present) TargetID mw_targetID_choice_Extensions(
                                                                        template (present) TargetID.choice_Extensions p_choice_Extensions := ?
                                                                        ) := {
                    choice_Extensions := p_choice_Extensions
                } // End of template mw_targetID_choice_Extensions
                template (present) TargetID.choice_Extensions mw_targetID_id_TargetRNC_ID(
                                                                                        template (present) TargetRNC_ID p_targetRNC_ID := ?
                                                                                        ) := {
                    id          := id_TargetRNC_ID,
                    criticality := reject,
                    value_      := { TargetRNC_ID := p_targetRNC_ID }
                } // End of template mw_sONInformationReport_id_SONInformationReport
                template (present) TargetID.choice_Extensions mw_targetID_id_TargetHomeENB_ID(
                                                                                            template (present) TargetHomeENB_ID p_targetHomeENB_ID := ?
                                                                                            ) := {
                    id          := id_TargetHomeENB_ID,
                    criticality := reject,
                    value_      := { TargetHomeENB_ID := p_targetHomeENB_ID }
                } // End of template mw_sONInformationReport_id_TargetHomeENB_ID
                template (present) TargetNGRANNode_ToSourceNGRANNode_TransparentContainer mw_targetNGRANNode_ToSourceNGRANNode_TransparentContainer(
                                                                                                                                                    template (present) RRCContainer p_rRCContainer := ?,
                                                                                                                                                    template TargetNGRANNode_ToSourceNGRANNode_TransparentContainer.iE_Extensions p_iE_Extensions := *
                                                                                                                                                    ) := {
                    rRCContainer  := p_rRCContainer,
                    iE_Extensions := p_iE_Extensions
                } // End of template mw_targetNGRANNode_ToSourceNGRANNode_TransparentContainer

                template (present) TargetNGRANNode_ToSourceNGRANNode_TransparentContainer.iE_Extensions mw_targetNGRANNode_ToSourceNGRANNode_TransparentContainer_id_DAPSResponseInfoList(
                                                                                                                                                                                        template (present) DAPSResponseInfoList p_dAPSResponseInfoList := ?
                                                                                                                                                                                        ) := {
                    { 
                        id             := id_ConfiguredTACIndication,
                        criticality    := ignore,
                        extensionValue := { DAPSResponseInfoList := p_dAPSResponseInfoList }    
                    }
                } // End of template mw_targetNGRANNode_ToSourceNGRANNode_TransparentContainer_id_DAPSResponseInfoList

                template (present) TargetNGRANNode_ToSourceNGRANNode_TransparentContainer.iE_Extensions mw_targetNGRANNode_ToSourceNGRANNode_TransparentContainer_id_DirectForwardingPathAvailability(
                                                                                                                                                                                                    template (present) DirectForwardingPathAvailability p_directForwardingPathAvailability := ?
                                                                                                                                                                                                    ) := {
                    { 
                        id             := id_DirectForwardingPathAvailability,
                        criticality    := ignore,
                        extensionValue := { DirectForwardingPathAvailability := p_directForwardingPathAvailability }    
                    }
                } // End of template mw_targetNGRANNode_ToSourceNGRANNode_TransparentContainer_id_DirectForwardingPathAvailability
                template (present) TargetNGRANNode_ToSourceNGRANNode_TransparentContainer.iE_Extensions mw_targetNGRANNode_ToSourceNGRANNode_TransparentContainer_id_MBS_ActiveSessionInformation_TargettoSourceList(
                                                                                                                                                                                                                    template (present) MBS_ActiveSessionInformation_TargettoSourceList p_mBS_ActiveSessionInformation_TargettoSourceList := ?
                                                                                                                                                                                                                    ) := {
                    { 
                        id             := id_MBS_ActiveSessionInformation_TargettoSourceList,
                        criticality    := ignore,
                        extensionValue := { MBS_ActiveSessionInformation_TargettoSourceList := p_mBS_ActiveSessionInformation_TargettoSourceList }    
                    }
                } // End of template mw_targetNGRANNode_ToSourceNGRANNode_TransparentContainer_id_MBS_ActiveSessionInformation_TargettoSourceList

                template (present) TargetNGRANNode_ToSourceNGRANNode_TransparentContainer.iE_Extensions mw_targetNGRANNode_ToSourceNGRANNode_TransparentContainer_id_NGAPIESupportInformationResponseList(
                                                                                                                                                                                                        template (present) NGAPIESupportInformationResponseList p_nGAPIESupportInformationResponseList := ?
                                                                                                                                                                                                        ) := {
                    { 
                        id             := id_NGAPIESupportInformationResponseList,
                        criticality    := ignore,
                        extensionValue := { NGAPIESupportInformationResponseList := p_nGAPIESupportInformationResponseList }    
                    }
                } // End of template mw_targetNGRANNode_ToSourceNGRANNode_TransparentContainer_id_NGAPIESupportInformationResponseList
                template TargetNGRANNode_ToSourceNGRANNode_FailureTransparentContainer mw_targetNGRANNode_ToSourceNGRANNode_FailureTransparentContainer(
                                                                                                                                                        template Cell_CAGInformation p_cell_CAGInformation := *,
                                                                                                                                                        template TargetNGRANNode_ToSourceNGRANNode_FailureTransparentContainer.iE_Extensions p_iE_Extensions := *
                                                                                                                                                        ) := {
                    cell_CAGInformation := p_cell_CAGInformation,
                    iE_Extensions       := p_iE_Extensions
                } // End of template mw_targetNGRANNode_ToSourceNGRANNode_FailureTransparentContainer

                template (present) TargetNGRANNode_ToSourceNGRANNode_FailureTransparentContainer.iE_Extensions mw_targetNGRANNode_ToSourceNGRANNode_FailureTransparentContainer_id_NGAPIESupportInformationResponseList(
                                                                                                                                                                                                                        template (present) NGAPIESupportInformationResponseList p_nGAPIESupportInformationResponseList := ?
                                                                                                                                                                                                                        ) := {
                    { 
                        id             := id_NGAPIESupportInformationResponseList,
                        criticality    := ignore,
                        extensionValue := { NGAPIESupportInformationResponseList := p_nGAPIESupportInformationResponseList }    
                    }
                } // End of template mw_targetNGRANNode_ToSourceNGRANNode_FailureTransparentContainer_id_NGAPIESupportInformationResponseList
                template (present) TargetNSSAI_Item mw_targetNSSAI_Item(
                                                                        template (present) S_NSSAI p_s_NSSAI := ?,
                                                                        template TargetNSSAI_Item.iE_Extensions p_iE_Extensions := *
                                                                        ) := {
                    s_NSSAI       := p_s_NSSAI,
                    iE_Extensions := p_iE_Extensions
                } // End of template mw_targetNSSAI_Item

                template (present) TargetNSSAIInformation mw_targetNSSAIInformation(
                                                                                    template (present) TargetNSSAI p_targetNSSAI := ?,
                                                                                    template (present) IndexToRFSP p_indexToRFSP := ?,
                                                                                    template TargetNSSAIInformation.iE_Extensions p_iE_Extensions := *
                                                                                    ) := {
                    targetNSSAI   := p_targetNSSAI,
                    indexToRFSP   := p_indexToRFSP,
                    iE_Extensions := p_iE_Extensions
                } // End of template mw_targetNSSAIInformation

                template (present) TargetRANNodeID mw_targetRANNodeID(
                                                                    template (present) GlobalRANNodeID p_globalRANNodeID := ?,
                                                                    template (present) TAI p_selectedTAI := ?,
                                                                    template TargetRANNodeID.iE_Extensions p_iE_Extensions := *
                                                                    ) := {
                    globalRANNodeID := p_globalRANNodeID,
                    selectedTAI     := p_selectedTAI,
                    iE_Extensions   := p_iE_Extensions
                } // End of template mw_targetRANNodeID

                template (present) TargetRANNodeID_RIM mw_targetRANNodeID_RIM(
                                                                            template (present) GlobalRANNodeID p_globalRANNodeID := ?,
                                                                            template (present) TAI p_selectedTAI := ?,
                                                                            template TargetRANNodeID_RIM.iE_Extensions p_iE_Extensions := *
                                                                            ) := {
                    globalRANNodeID := p_globalRANNodeID,
                    selectedTAI     := p_selectedTAI,
                    iE_Extensions   := p_iE_Extensions
                } // End of template mw_targetRANNodeID_RIM

                template (present) TargetRANNodeID_SON mw_targetRANNodeID_SON(
                                                                            template (present) GlobalRANNodeID p_globalRANNodeID := ?,
                                                                            template (present) TAI p_selectedTAI := ?,
                                                                            template TargetRANNodeID_SON.iE_Extensions p_iE_Extensions := *
                                                                            ) := {
                    globalRANNodeID := p_globalRANNodeID,
                    selectedTAI     := p_selectedTAI,
                    iE_Extensions   := p_iE_Extensions
                } // End of template mw_targetRANNodeID_SON
                template (present) TargetRANNodeID_SON.iE_Extensions mw_targetRANNodeID_SON_id_NR_CGI(
                                                                                                    template (present) NR_CGI p_nR_CGI := ?
                                                                                                    ) := {
                    { 
                        id             := id_NR_CGI,
                        criticality    := ignore,
                        extensionValue := { NR_CGI := p_nR_CGI }    
                    }
                } // End of template mw_targetRANNodeID_SON_id_NR_CGI
                template (present) TargetRNC_ID mw_targetRNC_ID(
                                                                template (present) LAI p_lAI := ?,
                                                                template (present) RNC_ID p_rNC_ID := ?,
                                                                template ExtendedRNC_ID p_extendedRNC_ID := *,
                                                                template TargetRNC_ID.iE_Extensions p_iE_Extensions := *
                                                                ) := {
                    lAI            := p_lAI,
                    rNC_ID         := p_rNC_ID,
                    extendedRNC_ID := p_extendedRNC_ID,
                    iE_Extensions  := p_iE_Extensions
                } // End of template mw_targetRNC_ID

                template (present) TimerApproachForGUAMIRemoval mw_timerApproachForGUAMIRemoval(template (present) TimerApproachForGUAMIRemoval p_value := ?) := p_value;

                template (present) TimeSyncAssistanceInfo mw_timeSyncAssistanceInfo(
                                                                                    template (present) TimeSyncAssistanceInfo.timeDistributionIndication p_timeDistributionIndication := enabled,
                                                                                    template TimeSyncAssistanceInfo.uUTimeSyncErrorBudget p_uUTimeSyncErrorBudget := *,
                                                                                    template TimeSyncAssistanceInfo.iE_Extensions p_iE_Extensions := *
                                                                                    ) := {
                    timeDistributionIndication := p_timeDistributionIndication,
                    uUTimeSyncErrorBudget      := p_uUTimeSyncErrorBudget,
                    // The above IE shall be present if the Time Distribution Indication IE is set to the value “enabled”
                    iE_Extensions              := p_iE_Extensions
                } // End of template mw_timeSyncAssistanceInfo
                template (present) TimeToWait mw_timeToWait(template (present) TimeToWait p_value := ?) := p_value;
                template (present) TNGF_ID mw_tNGF_ID_tNGF_ID(
                                                            template (present) TNGF_ID.tNGF_ID p_tNGF_ID := ?
                                                            ) := {
                    tNGF_ID := p_tNGF_ID
                } // End of template mw_tNGF_ID_tNGF_ID
                template (present) TNGF_ID mw_tNGF_ID_choice_Extensions(
                                                                        template (present) TNGF_ID.choice_Extensions p_choice_Extensions := ?
                    choice_Extensions := p_choice_Extensions
                } // End of template mw_tNGF_ID_choice_Extensions
                template (present) TNLAssociationItem mw_tNLAssociationItem(
                                                                            template (present) CPTransportLayerInformation p_tNLAssociationAddress := ?,
                                                                            template (present) Cause p_cause := ?,
                                                                            template TNLAssociationItem.iE_Extensions p_iE_Extensions := *
                                                                            ) := {
                    tNLAssociationAddress := p_tNLAssociationAddress,
                    cause                 := p_cause,
                    iE_Extensions         := p_iE_Extensions
                } // End of template mw_tNLAssociationItem

                template (present) TNLAssociationUsage mw_TNLAssociationUsage(template (present) TNLAssociationUsage p_value := ?) := p_value;

                template (present) TooearlyIntersystemHO mw_tooearlyIntersystemHO(
                                                                                template (present) EUTRA_CGI p_sourcecellID := ?,
                                                                                template (present) NGRAN_CGI p_failurecellID := ?,
                                                                                template UERLFReportContainer p_uERLFReportContainer := *,
                                                                                template TooearlyIntersystemHO.iE_Extensions p_iE_Extensions := *
                                                                                ) := {
                    sourcecellID         := p_sourcecellID,
                    failurecellID        := p_failurecellID,
                    uERLFReportContainer := p_uERLFReportContainer,
                    iE_Extensions        := p_iE_Extensions
                } // End of template mw_tooearlyIntersystemHO

                template (present) TraceActivation mw_traceActivation(
                                                                    template (present) NGRANTraceID p_nGRANTraceID := ?,
                                                                    template (present) InterfacesToTrace p_interfacesToTrace := ?,
                                                                    template (present) TraceDepth p_traceDepth := ?,
                                                                    template (present) TransportLayerAddress p_traceCollectionEntityIPAddress := ?,
                                                                    template TraceActivation.iE_Extensions p_iE_Extensions := *
                                                                    ) := {
                    nGRANTraceID                   := p_nGRANTraceID,
                    interfacesToTrace              := p_interfacesToTrace,
                    traceDepth                     := p_traceDepth,
                    traceCollectionEntityIPAddress := p_traceCollectionEntityIPAddress,
                    iE_Extensions                  := p_iE_Extensions
                } // End of template mw_traceActivation

                template (present) TraceActivation.iE_Extensions mw_traceActivation_id_MDTConfiguration(
                                                                                                        template (present) MDT_Configuration p_mDT_Configuration := ?
                                                                                                        ) := {
                    { 
                        id             := id_MDTConfiguration,
                        criticality    := ignore,
                        extensionValue := { MDT_Configuration := p_mDT_Configuration }    
                    }
                } // End of template mw_traceActivation_id_MDTConfiguration
                template (present) TraceActivation.iE_Extensions mw_traceActivation_id_TraceCollectionEntityURI(
                                                                                                                template (present) URI_address p_uRI_address := ?
                                                                                                                ) := {
                    { 
                        id             := id_TraceCollectionEntityURI,
                        criticality    := ignore,
                        extensionValue := { URI_address := p_uRI_address }    
                    }
                } // End of template mw_traceActivation_id_TraceCollectionEntityURI
                template (present) TraceDepth mw_traceDepth(template (present) TraceDepth p_value := ?) := p_value;
                template (present) TypeOfError mw_typeOfError(template (present) TypeOfError p_value := ?) := p_value;
                template (present) TAIBasedMDT mw_tAIBasedMDT(
                                                            template (present) TAIListforMDT p_tAIListforMDT := ?,
                                                            template TAIBasedMDT.iE_Extensions p_iE_Extensions := *
                                                            ) := {
                    tAIListforMDT := p_tAIListforMDT,
                    iE_Extensions := p_iE_Extensions
                } // End of template mw_tAIBasedMDT
                template (present) TAIBasedQMC mw_tAIBasedQMC(
                                                            template (present) TAIListforQMC p_tAIListforQMC := ?,
                                                            template TAIBasedQMC.iE_Extensions p_iE_Extensions := *
                                                            ) := {
                    tAIListforQMC := p_tAIListforQMC,
                    iE_Extensions := p_iE_Extensions
                } // End of template mw_tAIBasedQMC
                template (present) TABasedQMC mw_tABasedQMC(
                                                            template (present) TAListforQMC p_tAListforQMC := ?,
                                                            template TABasedQMC.iE_Extensions p_iE_Extensions := *
                                                            ) := {
                    tAListforQMC  := p_tAListforQMC,
                    iE_Extensions := p_iE_Extensions
                } // End of template mw_tABasedQMC
                template (present) TABasedMDT mw_tABasedMDT(
                                                            template (present) TAListforMDT p_tAListforMDT := ?,
                                                            template TABasedMDT.iE_Extensions p_iE_Extensions := *
                                                        ) := {
                    tAListforMDT  := p_tAListforMDT,
                    iE_Extensions := p_iE_Extensions
                } // End of template mw_tABasedMDT
                template (present) TimeToTrigger mw_timeToTrigger(template (present) TimeToTrigger p_value := ?) := p_value;
                template (present) TWIF_ID mw_tWIF_ID_tWIF_ID(
                                                            template (present) TWIF_ID.tWIF_ID p_tWIF_ID := ?
                                                            ) := {
                    tWIF_ID := p_tWIF_ID
                } // End of template mw_tWIF_ID_tWIF_ID
                template (present) TWIF_ID mw_tWIF_ID_choice_Extensions(
                                                                        template (present) TWIF_ID.choice_Extensions p_choice_Extensions := ?
                                                                        ) := {
                    choice_Extensions := p_choice_Extensions
                } // End of template mw_tWIF_ID_choice_Extensions
                template (present) TSCAssistanceInformation mw_tSCAssistanceInformation(
                                                                                        template (present) Periodicity p_periodicity := ?,
                                                                                        template BurstArrivalTime p_burstArrivalTime := *,
                                                                                        template TSCAssistanceInformation.iE_Extensions p_iE_Extensions := *
                                                                                        ) := {
                    periodicity      := p_periodicity,
                    burstArrivalTime := p_burstArrivalTime,
                    iE_Extensions    := p_iE_Extensions
                } // End of template mw_tSCAssistanceInformation
                template (present) TSCAssistanceInformation.iE_Extensions mw_tSCAssistanceInformation_id_SurvivalTime(
                                                                                                                    template (present) SurvivalTime p_survivalTime := ?
                                                                                                                    ) := {
                    { 
                        id             := id_SurvivalTime,
                        criticality    := ignore,
                        extensionValue := { SurvivalTime := p_survivalTime }    
                    }
                } // End of template mw_tSCAssistanceInformation_id_SurvivalTime
                template TSCTrafficCharacteristics mw_tSCTrafficCharacteristics(
                                                                                template TSCAssistanceInformation p_tSCAssistanceInformationDL := *,
                                                                                template TSCAssistanceInformation p_tSCAssistanceInformationUL := *,
                                                                                template TSCTrafficCharacteristics.iE_Extensions p_iE_Extensions := *
                                                                                ) := {
                    tSCAssistanceInformationDL := p_tSCAssistanceInformationDL,
                    tSCAssistanceInformationUL := p_tSCAssistanceInformationUL,
                    iE_Extensions              := p_iE_Extensions
                } // End of template mw_tSCTrafficCharacteristics

                template (present) UEAggregateMaximumBitRate mw_uEAggregateMaximumBitRate(
                                                                                        template (present) BitRate p_uEAggregateMaximumBitRateDL := ?,
                                                                                        template (present) BitRate p_uEAggregateMaximumBitRateUL := ?,
                                                                                        template UEAggregateMaximumBitRate.iE_Extensions p_iE_Extensions := *
                                                                                        ) := {
                    uEAggregateMaximumBitRateDL := p_uEAggregateMaximumBitRateDL,
                    uEAggregateMaximumBitRateUL := p_uEAggregateMaximumBitRateUL,
                    iE_Extensions               := p_iE_Extensions
                } // End of template mw_uEAggregateMaximumBitRate

                template (present) UEAppLayerMeasInfoItem mw_uEAppLayerMeasInfoItem(
                                                                                    template (present) UEAppLayerMeasConfigInfo p_uEAppLayerMeasConfigInfo := ?,
                                                                                    template UEAppLayerMeasInfoItem.iE_Extensions p_iE_Extensions := *
                    uEAppLayerMeasConfigInfo := p_uEAppLayerMeasConfigInfo,
                    iE_Extensions            := p_iE_Extensions
                } // End of template mw_uEAppLayerMeasInfoItem

                template (present) UEAppLayerMeasConfigInfo mw_uEAppLayerMeasConfigInfo(
                                                                                        template (present) QoEReference p_qoEReference := ?,
                                                                                        template (present) TransportLayerAddress p_measCollEntityIPAddress := ?,
                                                                                        template ServiceType p_serviceType,
                                                                                        template AreaScopeOfQMC p_areaScopeOfQMC := *,
                                                                                        template UEAppLayerMeasConfigInfo.qoEMeasurementStatus p_qoEMeasurementStatus := *,
                                                                                        template UEAppLayerMeasConfigInfo.containerForAppLayerMeasConfig p_containerForAppLayerMeasConfig := *,
                                                                                        template UEAppLayerMeasConfigInfo.measConfigAppLayerID p_measConfigAppLayerID := *,
                                                                                        template SliceSupportListQMC p_sliceSupportListQMC := *,
                                                                                        template MDT_AlignmentInfo p_mDT_AlignmentInfo := *,
                                                                                        template AvailableRANVisibleQoEMetrics p_availableRANVisibleQoEMetrics := *,
                                                                                        template UEAppLayerMeasConfigInfo.iE_Extensions p_iE_Extensions := *
                                                                                        ) := {
                    qoEReference                   := p_qoEReference,
                    serviceType                    := p_serviceType,
                    areaScopeOfQMC                 := p_areaScopeOfQMC,
                    measCollEntityIPAddress        := p_measCollEntityIPAddress,
                    qoEMeasurementStatus           := p_qoEMeasurementStatus,
                    containerForAppLayerMeasConfig := p_containerForAppLayerMeasConfig,
                    measConfigAppLayerID           := p_measConfigAppLayerID,
                    sliceSupportListQMC            := p_sliceSupportListQMC,
                    mDT_AlignmentInfo              := p_mDT_AlignmentInfo,
                    availableRANVisibleQoEMetrics  := p_availableRANVisibleQoEMetrics,
                    iE_Extensions                  := p_iE_Extensions
                } // End of template mw_uEAppLayerMeasConfigInfo

                template UE_associatedLogicalNG_connectionItem mw_uE_associatedLogicalNG_connectionItem(
                                                                                                        template AMF_UE_NGAP_ID p_aMF_UE_NGAP_ID := *,
                                                                                                        template RAN_UE_NGAP_ID p_rAN_UE_NGAP_ID := *,
                                                                                                        template UE_associatedLogicalNG_connectionItem.iE_Extensions p_iE_Extensions := *
                                                                                                        ) := {
                    aMF_UE_NGAP_ID := p_aMF_UE_NGAP_ID,
                    rAN_UE_NGAP_ID := p_rAN_UE_NGAP_ID,
                    iE_Extensions  := p_iE_Extensions
                } // End of template mw_uE_associatedLogicalNG_connectionItem
                template (present) UECapabilityInfoRequest mw_uECapabilityInfoRequest(template (present) UECapabilityInfoRequest p_value := requested) := p_value;
                template (present) UEContextRequest mw_uEContextRequest(template (present) UEContextRequest p_value := requested) := p_value;
                template UEContextResumeRequestTransfer mw_uEContextResumeRequestTransfer(
                                                                                        template QosFlowListWithCause p_qosFlowFailedToResumeList := *,
                                                                                        template UEContextResumeRequestTransfer.iE_Extensions p_iE_Extensions := *
                                                                                        ) := {
                    qosFlowFailedToResumeList := p_qosFlowFailedToResumeList,
                    iE_Extensions             := p_iE_Extensions
                } // End of template mw_uEContextResumeRequestTransfer
                template UEContextResumeResponseTransfer mw_uEContextResumeResponseTransfer(
                                                                                            template QosFlowListWithCause p_qosFlowFailedToResumeList := *,
                                                                                            template UEContextResumeResponseTransfer.iE_Extensions p_iE_Extensions := *
                                                                                            ) := {
                    qosFlowFailedToResumeList := p_qosFlowFailedToResumeList,
                    iE_Extensions             := p_iE_Extensions
                } // End of template mw_uEContextResumeResponseTransfer
                template UEContextSuspendRequestTransfer mw_uEContextSuspendRequestTransfer(
                                                                                            template SuspendIndicator p_suspendIndicator := *,
                                                                                            template UEContextSuspendRequestTransfer.iE_Extensions p_iE_Extensions := *
                                                                                            ) := {
                    suspendIndicator := p_suspendIndicator,
                    iE_Extensions    := p_iE_Extensions
                } // End of template mw_uEContextSuspendRequestTransfer

                template UE_DifferentiationInfo mw_uE_DifferentiationInfo(
                                                                        template UE_DifferentiationInfo.periodicCommunicationIndicator p_periodicCommunicationIndicator := *,
                                                                        template UE_DifferentiationInfo.periodicTime p_periodicTime := *,
                                                                        template UE_DifferentiationInfo.scheduledCommunicationTime p_scheduledCommunicationTime := *,
                                                                        template UE_DifferentiationInfo.stationaryIndication p_stationaryIndication := *,
                                                                        template UE_DifferentiationInfo.trafficProfile p_trafficProfile := *,
                                                                        template UE_DifferentiationInfo.batteryIndication p_batteryIndication := *,
                                                                        template UE_DifferentiationInfo.iE_Extensions p_iE_Extensions := *
                                                                        ) := {
                    periodicCommunicationIndicator := p_periodicCommunicationIndicator,
                    periodicTime                   := p_periodicTime,
                    scheduledCommunicationTime     := p_scheduledCommunicationTime,
                    stationaryIndication           := p_stationaryIndication,
                    trafficProfile                 := p_trafficProfile,
                    batteryIndication              := p_batteryIndication,
                    iE_Extensions                  := p_iE_Extensions
                } // End of template mw_uE_DifferentiationInfo

                template (present) UEHistoryInformationFromTheUE mw_uEHistoryInformationFromTheUE_nR(
                                                                                                    template (present) NRMobilityHistoryReport p_nR := ?
                    nR := p_nR
                } // End of template mw_uEHistoryInformationFromTheUE_nR
                template (present) UEHistoryInformationFromTheUE mw_uEHistoryInformationFromTheUE_choice_Extensions(
                                                                                                                    template (present) UEHistoryInformationFromTheUE.choice_Extensions p_choice_Extensions := ?
                                                                                                                    ) := {
                    choice_Extensions := p_choice_Extensions
                } // End of template mw_uEHistoryInformationFromTheUE_choice_Extensions
                template (present) UEIdentityIndexValue mw_uEIdentityIndexValue_indexLength10(
                                                                                            template (present) UEIdentityIndexValue.indexLength10 p_indexLength10 := ?
                                                                                            ) := {
                    indexLength10 := p_indexLength10
                } // End of template mw_uEIdentityIndexValue_indexLength10
                template (present) UEIdentityIndexValue mw_uEIdentityIndexValue_choice_Extensions(
                                                                                                template (present) UEIdentityIndexValue.choice_Extensions p_choice_Extensions := ?
                                                                                                ) := {
                    choice_Extensions := p_choice_Extensions
                } // End of template mw_uEIdentityIndexValue_choice_Extensions
                template (present) UE_NGAP_IDs mw_uE_NGAP_IDs_uE_NGAP_ID_pair(
                                                                            template (present) UE_NGAP_ID_pair p_uE_NGAP_ID_pair := ?
                    uE_NGAP_ID_pair := p_uE_NGAP_ID_pair
                } // End of template mw_uE_NGAP_IDs_uE_NGAP_ID_pair
                template (present) UE_NGAP_IDs mw_uE_NGAP_IDs_aMF_UE_NGAP_ID(
                                                                            template (present) AMF_UE_NGAP_ID p_aMF_UE_NGAP_ID := ?
                                                                            ) := {
                    aMF_UE_NGAP_ID := p_aMF_UE_NGAP_ID
                } // End of template mw_uE_NGAP_IDs_aMF_UE_NGAP_ID
                template (present) UE_NGAP_IDs mw_uE_NGAP_IDs_choice_Extensions(
                                                                                template (present) UE_NGAP_IDs.choice_Extensions p_choice_Extensions := ?
                    choice_Extensions := p_choice_Extensions
                } // End of template mw_uE_NGAP_IDs_choice_Extensions
                template (present) UE_NGAP_ID_pair mw_uE_NGAP_ID_pair(
                                                                    template (present) AMF_UE_NGAP_ID p_aMF_UE_NGAP_ID := ?,
                                                                    template (present) RAN_UE_NGAP_ID p_rAN_UE_NGAP_ID := ?,
                                                                    template UE_NGAP_ID_pair.iE_Extensions p_iE_Extensions := *
                    aMF_UE_NGAP_ID := p_aMF_UE_NGAP_ID,
                    rAN_UE_NGAP_ID := p_rAN_UE_NGAP_ID,
                    iE_Extensions  := p_iE_Extensions
                } // End of template mw_uE_NGAP_ID_pair
                template (present) UEPagingIdentity mw_uEPagingIdentity_fiveG_S_TMSI(
                                                                                    template (present) FiveG_S_TMSI p_fiveG_S_TMSI := ?
                                                                                    ) := {
                    fiveG_S_TMSI := p_fiveG_S_TMSI
                } // End of template mw_uEPagingIdentity_fiveG_S_TMSI
                template (present) UEPagingIdentity mw_uEPagingIdentity_choice_Extensions(
                                                                                        template (present) UEPagingIdentity.choice_Extensions p_choice_Extensions := ?
                                                                                        ) := {
                    choice_Extensions := p_choice_Extensions
                } // End of template mw_uEPagingIdentity_choice_Extensions
                template (present) UEPresence mw_uEPresence(template (present) UEPresence p_value := in_) := p_value;

                template (present) UEPresenceInAreaOfInterestItem mw_uEPresenceInAreaOfInterestItem(
                                                                                                    template (present) LocationReportingReferenceID p_locationReportingReferenceID := ?,
                                                                                                    template (present) UEPresence p_uEPresence := ?,
                                                                                                    template UEPresenceInAreaOfInterestItem.iE_Extensions p_iE_Extensions := *
                                                                                                    ) := {
                    locationReportingReferenceID := p_locationReportingReferenceID,
                    uEPresence                   := p_uEPresence,
                    iE_Extensions                := p_iE_Extensions
                } // End of template mw_uEPresenceInAreaOfInterestItem

                template UERadioCapabilityForPaging mw_uERadioCapabilityForPaging(
                                                                                template UERadioCapabilityForPagingOfNR p_uERadioCapabilityForPagingOfNR := *,
                                                                                template UERadioCapabilityForPagingOfEUTRA p_uERadioCapabilityForPagingOfEUTRA := *,
                                                                                template UERadioCapabilityForPaging.iE_Extensions p_iE_Extensions := *
                                                                                ) := {
                    uERadioCapabilityForPagingOfNR    := p_uERadioCapabilityForPagingOfNR,
                    uERadioCapabilityForPagingOfEUTRA := p_uERadioCapabilityForPagingOfEUTRA,
                    iE_Extensions                     := p_iE_Extensions
                } // End of template mw_uERadioCapabilityForPaging
                template (present) UERadioCapabilityForPaging.iE_Extensions mw_uERadioCapabilityForPaging_id_UERadioCapabilityForPagingOfNB_IoT(
                                                                                                                                                template (present) UERadioCapabilityForPagingOfNB_IoT p_uERadioCapabilityForPagingOfNB_IoT := ?
                                                                                                                                                ) := {
                    { 
                        id             := id_UERadioCapabilityForPagingOfNB_IoT,
                        criticality    := ignore,
                        extensionValue := { UERadioCapabilityForPagingOfNB_IoT := p_uERadioCapabilityForPagingOfNB_IoT }    
                    }
                } // End of template mw_uERadioCapabilityForPaging_id_UERadioCapabilityForPagingOfNB_IoT
                template (present) UERetentionInformation mw_uERetentionInformation(template (present) UERetentionInformation p_value := ues_retained):= p_value;
                template (present) UERLFReportContainer mw_uERLFReportContainer_nR(
                                                                                template (present) NRUERLFReportContainer p_nR := ?
                                                                                ) := {
                    nR := p_nR
                } // End of template mw_uERLFReportContainer_nR
                template (present) UERLFReportContainer mw_uERLFReportContainer_lTE(
                                                                                    template (present) LTEUERLFReportContainer p_lTE := ?
                    lTE := p_lTE
                } // End of template mw_uERLFReportContainer_lTE
                template (present) UERLFReportContainer mw_uERLFReportContainer_choice_Extensions(
                                                                                                template (present) UERLFReportContainer.choice_Extensions p_choice_Extensions := ?
                                                                                                ) := {
                    choice_Extensions := p_choice_Extensions
                } // End of template mw_uERLFReportContainer_choice_Extensions

                template (present) UESecurityCapabilities mw_uESecurityCapabilities(
                                                                                    template (present) NRencryptionAlgorithms p_nRencryptionAlgorithms := ?,
                                                                                    template (present) NRintegrityProtectionAlgorithms p_nRintegrityProtectionAlgorithms := ?,
                                                                                    template (present) EUTRAencryptionAlgorithms p_eUTRAencryptionAlgorithms := ?,
                                                                                    template (present) EUTRAintegrityProtectionAlgorithms p_eUTRAintegrityProtectionAlgorithms := ?,
                                                                                    template UESecurityCapabilities.iE_Extensions p_iE_Extensions := *
                    nRencryptionAlgorithms             := p_nRencryptionAlgorithms,
                    nRintegrityProtectionAlgorithms    := p_nRintegrityProtectionAlgorithms,
                    eUTRAencryptionAlgorithms          := p_eUTRAencryptionAlgorithms,
                    eUTRAintegrityProtectionAlgorithms := p_eUTRAintegrityProtectionAlgorithms,
                    iE_Extensions                      := p_iE_Extensions
                } // End of template mw_uESecurityCapabilities

                template (present) UESliceMaximumBitRateItem mw_uESliceMaximumBitRateItem(
                                                                                        template (present) S_NSSAI p_s_NSSAI := ?,
                                                                                        template (present) BitRate p_uESliceMaximumBitRateDL := ?,
                                                                                        template (present) BitRate p_uESliceMaximumBitRateUL := ?,
                                                                                        template UESliceMaximumBitRateItem.iE_Extensions p_iE_Extensions := *
                                                                                        ) := {
                    s_NSSAI                 := p_s_NSSAI,
                    uESliceMaximumBitRateDL := p_uESliceMaximumBitRateDL,
                    uESliceMaximumBitRateUL := p_uESliceMaximumBitRateUL,
                    iE_Extensions           := p_iE_Extensions
                } // End of template mw_uESliceMaximumBitRateItem

                template (present) UE_UP_CIoT_Support mw_uE_UP_CIoT_Support(template (present) UE_UP_CIoT_Support p_value := supported) := p_value;

                template (present) UL_CP_SecurityInformation mw_UL_CP_SecurityInformation(
                                                                                        template (present) UL_NAS_MAC p_ul_NAS_MAC := ?,
                                                                                        template (present) UL_NAS_Count p_ul_NAS_Count := ?,
                                                                                        template UL_CP_SecurityInformation.iE_Extensions p_iE_Extensions := *
                                                                                        ) := {
                    ul_NAS_MAC    := p_ul_NAS_MAC,
                    ul_NAS_Count  := p_ul_NAS_Count,
                    iE_Extensions := p_iE_Extensions
                } // End of template 

                template (present) UL_NGU_UP_TNLModifyItem mw_uL_NGU_UP_TNLModifyItem(
                                                                                    template (present) UPTransportLayerInformation p_uL_NGU_UP_TNLInformation := ?,
                                                                                    template (present) UPTransportLayerInformation p_dL_NGU_UP_TNLInformation := ?,
                                                                                    template UL_NGU_UP_TNLModifyItem.iE_Extensions p_iE_Extensions := *
                                                                                    ) := {
                    uL_NGU_UP_TNLInformation := p_uL_NGU_UP_TNLInformation,
                    dL_NGU_UP_TNLInformation := p_dL_NGU_UP_TNLInformation,
                    iE_Extensions            := p_iE_Extensions
                } // End of template mw_uL_NGU_UP_TNLModifyItem
                template (present) UL_NGU_UP_TNLModifyItem.iE_Extensions mw_uL_NGU_UP_TNLModifyItemw_id_RedundantUL_NGU_UP_TNLInformation(
                                                                                                                                        template (present) UPTransportLayerInformation p_uPTransportLayerInformation := ?
                                                                                                                                        ) := {
                    { 
                        id             := id_RedundantUL_NGU_UP_TNLInformation,
                        criticality    := ignore,
                        extensionValue := { UPTransportLayerInformation := p_uPTransportLayerInformation }    
                    }
                } // End of template mw_uL_NGU_UP_TNLModifyItemw_id_RedundantUL_NGU_UP_TNLInformation
                template (present) UL_NGU_UP_TNLModifyItem.iE_Extensions mw_uL_NGU_UP_TNLModifyItemw_id_RedundantDL_NGU_UP_TNLInformation(
                                                                                                                                        template (present) UPTransportLayerInformation p_uPTransportLayerInformation := ?
                                                                                                                                        ) := {
                    { 
                        id             := id_RedundantDL_NGU_UP_TNLInformation,
                        criticality    := ignore,
                        extensionValue := { UPTransportLayerInformation := p_uPTransportLayerInformation }    
                    }
                } // End of template mw_uL_NGU_UP_TNLModifyItemw_id_RedundantDL_NGU_UP_TNLInformation
                template (present) UnavailableGUAMIItem mw_unavailableGUAMIItem(
                                                                                template (present) GUAMI p_gUAMI := ?,
                                                                                template TimerApproachForGUAMIRemoval p_timerApproachForGUAMIRemoval := *,
                                                                                template AMFName p_backupAMFName := *,
                                                                                template UnavailableGUAMIItem.iE_Extensions p_iE_Extensions := *
                                                                                ) := {
                    gUAMI                        := p_gUAMI,
                    timerApproachForGUAMIRemoval := p_timerApproachForGUAMIRemoval,
                    backupAMFName                := p_backupAMFName,
                    iE_Extensions                := p_iE_Extensions
                } // End of template mw_unavailableGUAMIItem
                template (present) ULForwarding mw_uLForwarding(template (present) ULForwarding p_value := ul_forwarding_proposed) := p_value;
                template (present) UPTransportLayerInformation mw_uPTransportLayerInformation_gTPTunnel(
                                                                                                        template (present) GTPTunnel p_gTPTunnel := ?
                                                                                                        ) := {
                    gTPTunnel := p_gTPTunnel
                } // End of template mw_uPTransportLayerInformation_gTPTunnel
                template (present) UPTransportLayerInformation mw_uPTransportLayerInformation_choice_Extensions(
                                                                                                                template (present) UPTransportLayerInformation.choice_Extensions p_choice_Extensions := ?
                    choice_Extensions := p_choice_Extensions
                } // End of template mw_uPTransportLayerInformation_choice_Extensions
                template (present) UPTransportLayerInformationItem mw_uPTransportLayerInformationItem(
                                                                                                    template (present) UPTransportLayerInformation p_nGU_UP_TNLInformation := ?,
                                                                                                    template UPTransportLayerInformationItem.iE_Extensions p_iE_Extensions := *
                                                                                                    ) := {
                    nGU_UP_TNLInformation := p_nGU_UP_TNLInformation,
                    iE_Extensions         := p_iE_Extensions
                } // End of template mw_uPTransportLayerInformationItem
                template (present) UPTransportLayerInformationItem.iE_Extensions mw_uPTransportLayerInformationItemw_id_CommonNetworkInstance(
                                                                                                                                            template (present) CommonNetworkInstance p_commonNetworkInstance := ?
                    { 
                        id             := id_CommonNetworkInstance,
                        criticality    := ignore,
                        extensionValue := { CommonNetworkInstance := p_commonNetworkInstance }    
                    }
                } // End of template mw_uPTransportLayerInformationItemw_id_CommonNetworkInstance
                template (present) UPTransportLayerInformationPairItem mw_uPTransportLayerInformationPairItem(
                                                                                                            template (present) UPTransportLayerInformation p_uL_NGU_UP_TNLInformation := ?,
                                                                                                            template (present) UPTransportLayerInformation p_dL_NGU_UP_TNLInformation := ?,
                                                                                                            template UPTransportLayerInformationPairItem.iE_Extensions p_iE_Extensions := *
                                                                                                            ) := {
                    uL_NGU_UP_TNLInformation := p_uL_NGU_UP_TNLInformation,
                    dL_NGU_UP_TNLInformation := p_dL_NGU_UP_TNLInformation,
                    iE_Extensions            := p_iE_Extensions
                } // End of template mw_uPTransportLayerInformationPairItem
                template (present) UserLocationInformation mw_uPTransportLayerInformation_userLocationInformationEUTRA(
                                                                                                                    template (present) UserLocationInformationEUTRA p_userLocationInformationEUTRA := ?
                                                                                                                    ) := {
                    userLocationInformationEUTRA := p_userLocationInformationEUTRA
                } // End of template mw_uPTransportLayerInformation_userLocationInformationEUTRA
                template (present) UserLocationInformation mw_uPTransportLayerInformation_userLocationInformationNR(
                                                                                                                    template (present) UserLocationInformationNR p_userLocationInformationNR := ?
                                                                                                                    ) := {
                    userLocationInformationNR := p_userLocationInformationNR
                } // End of template mw_uPTransportLayerInformation_userLocationInformationNR
                template (present) UserLocationInformation mw_uPTransportLayerInformation_userLocationInformationN3IWF(
                                                                                                                    template (present) UserLocationInformationN3IWF p_userLocationInformationN3IWF := ?
                                                                                                                    ) := {
                    userLocationInformationN3IWF := p_userLocationInformationN3IWF
                } // End of template mw_uPTransportLayerInformation_userLocationInformationN3IWF
                template (present) UserLocationInformation mw_userLocationInformation_choice_Extensions(
                                                                                                        template (present) UserLocationInformation.choice_Extensions p_choice_Extensions := ?
                                                                                                        ) := {
                    choice_Extensions := p_choice_Extensions
                } // End of template mw_userLocationInformation_choice_Extensions
                template (present) UserLocationInformation.choice_Extensions mw_userLocationInformation_id_UserLocationInformationTNGF(
                                                                                                                                    template (present) UserLocationInformationTNGF p_userLocationInformationTNGF := ?
                                                                                                                                    ) := {
                    id          := id_UserLocationInformationTNGF,
                    criticality := ignore,
                    value_      := { UserLocationInformationTNGF := p_userLocationInformationTNGF }
                } // End of template mw_userLocationInformation_id_UserLocationInformationTNGF
                template (present) UserLocationInformation.choice_Extensions mw_userLocationInformation_id_UserLocationInformationTWIF(
                                                                                                                                    template (present) UserLocationInformationTWIF p_userLocationInformationTWIF := ?
                                                                                                                                    ) := {
                    id          := id_UserLocationInformationTWIF,
                    criticality := ignore,
                    value_      := { UserLocationInformationTWIF := p_userLocationInformationTWIF }
                } // End of template mw_userLocationInformation_id_UserLocationInformationTWIF
                template (present) UserLocationInformation.choice_Extensions mw_userLocationInformation_id_UserLocationInformationW_AGF(
                                                                                                                                    template (present) UserLocationInformationW_AGF p_userLocationInformationW_AGF := ?
                                                                                                                                    ) := {
                    id          := id_UserLocationInformationW_AGF,
                    criticality := ignore,
                    value_      := { UserLocationInformationW_AGF := p_userLocationInformationW_AGF }
                } // End of template mw_userLocationInformation_id_UserLocationInformationW_AGF
                template (present) UserLocationInformationEUTRA mw_userLocationInformationEUTRA(
                                                                                                template (present) EUTRA_CGI p_eUTRA_CGI := ?,
                                                                                                template (present) TAI p_tAI := ?,
                                                                                                template TimeStamp p_timeStamp := *,
                                                                                                template UserLocationInformationEUTRA.iE_Extensions p_iE_Extensions := *
                                                                                                ) := {
                    eUTRA_CGI     := p_eUTRA_CGI,
                    tAI           := p_tAI,
                    timeStamp     := p_timeStamp,
                    iE_Extensions := p_iE_Extensions
                } // End of template mw_userLocationInformationEUTRA

                template (present) UserLocationInformationEUTRA.iE_Extensions mw_userLocationInformationEUTRA_id_PSCellInformation(
                                                                                                                                template (present) NGRAN_CGI p_nGRAN_CGI := ?
                                                                                                                                ) := {
                    { 
                        id             := id_PSCellInformation,
                        criticality    := ignore,
                        extensionValue := { NGRAN_CGI := p_nGRAN_CGI }    
                    }
                } // End of template mw_userLocationInformationEUTRA_id_PSCellInformation
                template (present) UserLocationInformationN3IWF mw_userLocationInformationN3IWF(
                                                                                                template (present) TransportLayerAddress p_iPAddress := ?,
                                                                                                template (present) PortNumber p_portNumber := ?,
                                                                                                template UserLocationInformationN3IWF.iE_Extensions p_iE_Extensions := *
                                                                                                ) := {
                    iPAddress     := p_iPAddress,
                    portNumber    := p_portNumber,
                    iE_Extensions := p_iE_Extensions
                } // End of template mw_userLocationInformationN3IWF
                template (present) UserLocationInformationN3IWF.iE_Extensions mw_userLocationInformationN3IWF_id_TAI(
                                                                                                                    template (present) TAI p_tAI := ?
                                                                                                                    ) := {
                    { 
                        id             := id_TAI,
                        criticality    := ignore,
                        extensionValue := { TAI := p_tAI }    
                    }
                } // End of template mw_userLocationInformationN3IWF_id_TAI

                template (present) UserLocationInformationTNGF mw_userLocationInformationTNGF(
                                                                                            template (present) TNAP_ID p_tNAP_ID := ?,
                                                                                            template (present) TransportLayerAddress p_iPAddress := ?,
                                                                                            template (present) PortNumber p_portNumber := ?,
                                                                                            template UserLocationInformationTNGF.iE_Extensions p_iE_Extensions := *
                    tNAP_ID       := p_tNAP_ID,
                    iPAddress     := p_iPAddress,
                    portNumber    := p_portNumber,
                    iE_Extensions := p_iE_Extensions
                } // End of template mw_userLocationInformationTNGF

                template (present) UserLocationInformationTNGF.iE_Extensions mw_userLocationInformationTNGF_id_TAI(
                                                                                                                template (present) TAI p_tAI := ?
                                                                                                                ) := {
                    { 
                        id             := id_TAI,
                        criticality    := ignore,
                        extensionValue := { TAI := p_tAI }    
                    }
                } // End of template mw_userLocationInformationTNGF_id_TAI
                template (present) UserLocationInformationTWIF mw_userLocationInformationTWIF(
                                                                                            template (present) TWAP_ID p_tWAP_ID := ?,
                                                                                            template (present) TransportLayerAddress p_iPAddress := ?,
                                                                                            template (present) PortNumber p_portNumber := ?,
                                                                                            template UserLocationInformationTWIF.iE_Extensions p_iE_Extensions := *
                    tWAP_ID       := p_tWAP_ID,
                    iPAddress     := p_iPAddress,
                    portNumber    := p_portNumber,
                    iE_Extensions := p_iE_Extensions
                } // End of template mw_userLocationInformationTWIF

                template (present) UserLocationInformationTWIF.iE_Extensions mw_userLocationInformationTWIF_id_TAI(
                                                                                                                template (present) TAI p_tAI := ?
                                                                                                                ) := {
                    { 
                        id             := id_TAI,
                        criticality    := ignore,
                        extensionValue := { TAI := p_tAI }    
                    }
                } // End of template mw_userLocationInformationTWIF_id_TAI
                template (present) UserLocationInformationW_AGF mw_userLocationInformationW_AGF_globalLine_ID(
                                                                                                            template (present) GlobalLine_ID p_globalLine_ID := ?
                                                                                                            ) := {
                    globalLine_ID := p_globalLine_ID
                } // End of template mw_userLocationInformationW_AGF_globalLine_ID
                template (present) UserLocationInformationW_AGF mw_userLocationInformationW_AGF_hFCNode_ID(
                                                                                                        template (present) HFCNode_ID p_hFCNode_ID := ?
                                                                                                        ) := {
                    hFCNode_ID := p_hFCNode_ID
                } // End of template mw_userLocationInformationW_AGF_hFCNode_ID
                template (present) UserLocationInformationW_AGF mw_userLocationInformationW_AGF_choice_Extensions(
                                                                                                                template (present) UserLocationInformationW_AGF.choice_Extensions p_choice_Extensions := ?
                                                                                                                ) := {
                    choice_Extensions := p_choice_Extensions
                } // End of template mw_userLocationInformationW_AGF_choice_Extensions
                template (present) UserLocationInformationW_AGF.choice_Extensions mw_userLocationInformationW_AGF_id_GlobalCable_ID(
                                                                                                                                    template (present) GlobalCable_ID p_globalCable_ID := ?
                    id          := id_GlobalCable_ID,
                    criticality := ignore,
                    value_      := { GlobalCable_ID := p_globalCable_ID }
                } // End of template mw_userLocationInformationW_AGF_id_GlobalCable_ID
                template (present) UserLocationInformationW_AGF.choice_Extensions mw_userLocationInformationW_AGF_id_HFCNode_ID_new(
                                                                                                                                    template (present) HFCNode_ID_new p_hFCNode_ID_new := ?
                                                                                                                                    ) := {
                    id          := id_HFCNode_ID_new,
                    criticality := ignore,
                    value_      := { HFCNode_ID_new := p_hFCNode_ID_new }
                } // End of template mw_userLocationInformationW_AGF_id_HFCNode_ID_new
                template (present) UserLocationInformationW_AGF.choice_Extensions mw_userLocationInformationW_AGF_id_GlobalCable_ID_new(
                                                                                                                                        template (present) GlobalCable_ID_new p_globalCable_ID_new := ?
                                                                                                                                        ) := {
                    id          := id_GlobalCable_ID_new,
                    criticality := ignore,
                    value_      := { GlobalCable_ID_new := p_globalCable_ID_new }
                } // End of template mw_userLocationInformationW_AGF_id_GlobalCable_ID_new

                template (present) UserLocationInformationNR mw_userLocationInformationNR(
                                                                                        template (present) NR_CGI p_nR_CGI := ?,
                                                                                        template (present) TAI p_tAI := ?,
                                                                                        template TimeStamp p_timeStamp := *,
                                                                                        template UserLocationInformationNR.iE_Extensions p_iE_Extensions := *
                                                                                        ) := {
                    nR_CGI        := p_nR_CGI,
                    tAI           := p_tAI,
                    timeStamp     := p_timeStamp,
                    iE_Extensions := p_iE_Extensions
                } // End of template mw_userLocationInformationNR

                template (present) UserLocationInformationNR.iE_Extensions mw_userLocationInformationNR_id_PSCellInformation(
                                                                                                                            template (present) NGRAN_CGI p_nGRAN_CGI := ?
                                                                                                                            ) := {
                    { 
                        id             := id_PSCellInformation,
                        criticality    := ignore,
                        extensionValue := { NGRAN_CGI := p_nGRAN_CGI }    
                    }
                } // End of template mw_userLocationInformationNR_id_PSCellInformation