LibNGAP_Templates.ttcn 1.58 MB
Newer Older
                template (present) UserLocationInformationNR.iE_Extensions mw_userLocationInformationNR_id_NID(
                                                                                                            template (present) NID p_nID := ?
                                                                                                            ) := {
                    { 
                        id             := id_NID,
                        criticality    := reject,
                        extensionValue := { NID := p_nID }    
                    }
                } // End of template mw_userLocationInformationNR_id_NID

                template (present) UserLocationInformationNR.iE_Extensions mw_userLocationInformationNR_id_NRNTNTAIInformation(
                                                                                                                            template (present) NRNTNTAIInformation p_nRNTNTAIInformation := ?
                                                                                                                            ) := {
                    { 
                        id             := id_NRNTNTAIInformation,
                        criticality    := ignore,
                        extensionValue := { NRNTNTAIInformation := p_nRNTNTAIInformation }    
                    }
                } // End of template mw_userLocationInformationNR_id_NRNTNTAIInformation
                template (present) UserPlaneSecurityInformation mw_userPlaneSecurityInformation(
                                                                                                template (present) SecurityResult p_securityResult := ?,
                                                                                                template (present) SecurityIndication p_securityIndication := ?,
                                                                                                template UserPlaneSecurityInformation.iE_Extensions p_iE_Extensions := *
                                                                                                ) := {
                    securityResult     := p_securityResult,
                    securityIndication := p_securityIndication,
                    iE_Extensions      := p_iE_Extensions
                } // End of template mw_userPlaneSecurityInformation

                template (present) VolumeTimedReport_Item mw_volumeTimedReport_Item(
                                                                                    template (present) VolumeTimedReport_Item.startTimeStamp p_startTimeStamp := ?,
                                                                                    template (present) VolumeTimedReport_Item.endTimeStamp p_endTimeStamp := ?,
                                                                                    template (present) VolumeTimedReport_Item.usageCountUL p_usageCountUL := ?,
                                                                                    template (present) VolumeTimedReport_Item.usageCountDL p_usageCountDL := ?,
                                                                                    template VolumeTimedReport_Item.iE_Extensions p_iE_Extensions := *
                    startTimeStamp := p_startTimeStamp,
                    endTimeStamp   := p_endTimeStamp,
                    usageCountUL   := p_usageCountUL,
                    usageCountDL   := p_usageCountDL,
                    iE_Extensions  := p_iE_Extensions
                } // End of template mw_volumeTimedReport_Item

                template (present) W_AGF_ID mw_w_AGF_ID_w_AGF_ID(
                                                                template (present) W_AGF_ID.w_AGF_ID p_w_AGF_ID := ?
                                                                ) := {
                    w_AGF_ID := p_w_AGF_ID
                } // End of template mw_w_AGF_ID_w_AGF_ID
                template (present) W_AGF_ID mw_w_AGF_ID_choice_Extensions(
                                                                        template (present) W_AGF_ID.choice_Extensions p_choice_Extensions := ?
                                                                        ) := {
                    choice_Extensions := p_choice_Extensions
                } // End of template mw_w_AGF_ID_choice_Extensions
                template (present) WarningAreaList mw_warningAreaList_eUTRA_CGIListForWarning(
                                                                                            template (present) EUTRA_CGIListForWarning p_eUTRA_CGIListForWarning := ?
                    eUTRA_CGIListForWarning := p_eUTRA_CGIListForWarning
                } // End of template mw_warningAreaList_eUTRA_CGIListForWarning
                template (present) WarningAreaList mw_warningAreaList_nR_CGIListForWarning(
                                                                                        template (present) NR_CGIListForWarning p_nR_CGIListForWarning := ?
                                                                                        ) := {
                    nR_CGIListForWarning := p_nR_CGIListForWarning
                } // End of template mw_warningAreaList_nR_CGIListForWarning
                template (present) WarningAreaList mw_warningAreaList_tAIListForWarning(
                                                                                        template (present) TAIListForWarning p_tAIListForWarning := ?
                    tAIListForWarning := p_tAIListForWarning
                } // End of template mw_warningAreaList_tAIListForWarning
                template (present) WarningAreaList mw_warningAreaList_emergencyAreaIDList(
                                                                                        template (present) EmergencyAreaIDList p_emergencyAreaIDList := ?
                                                                                        ) := {
                    emergencyAreaIDList := p_emergencyAreaIDList
                } // End of template mw_warningAreaList_emergencyAreaIDList

                template (present) WarningAreaList mw_warningAreaList_choice_Extensions(
                                                                                        template (present) WarningAreaList.choice_Extensions p_choice_Extensions := ?
                                                                                        ) := {
                    choice_Extensions := p_choice_Extensions
                } // End of template mw_warningAreaList_choice_Extensions

                template (present) WLANMeasurementConfiguration mw_wLANMeasurementConfiguration(
                                                                                                template (present) WLANMeasConfig p_wlanMeasConfig := ?,
                                                                                                template WLANMeasConfigNameList p_wlanMeasConfigNameList := *,
                                                                                                template WLANMeasurementConfiguration.wlan_rssi p_wlan_rssi := *,
                                                                                                template WLANMeasurementConfiguration.wlan_rtt p_wlan_rtt := *,
                                                                                                template WLANMeasurementConfiguration.iE_Extensions p_iE_Extensions := *
                                                                                                ) := {
                    wlanMeasConfig         := p_wlanMeasConfig,
                    wlanMeasConfigNameList := p_wlanMeasConfigNameList,
                    wlan_rssi              := p_wlan_rssi,
                    wlan_rtt               := p_wlan_rtt,
                    iE_Extensions          := p_iE_Extensions
                } // End of template mw_wLANMeasurementConfiguration

                template (present) WLANMeasConfigNameItem mw_wLANMeasConfigNameItem(
                                                                                    template (present) WLANName p_wLANName := ?,
                                                                                    template WLANMeasConfigNameItem.iE_Extensions p_iE_Extensions := *
                                                                                    ) := {
                    wLANName      := p_wLANName,
                    iE_Extensions := p_iE_Extensions
                } // End of template mw_wLANMeasConfigNameItem

                template (present) WLANMeasConfig mw_wLANMeasConfig(template (present) WLANMeasConfig p_value := ?) := p_value;

                template (present) WUS_Assistance_Information mw_wUS_Assistance_Information(
                                                                                            template (present) PagingProbabilityInformation p_pagingProbabilityInformation := ?,
                                                                                            template WUS_Assistance_Information.iE_Extensions p_iE_Extensions := *
                                                                                            ) := {
                    pagingProbabilityInformation := p_pagingProbabilityInformation,
                    iE_Extensions                := p_iE_Extensions
                } // End of template mw_wUS_Assistance_Information

                template (present) XnExtTLA_Item mw_xnExtTLA_Item(
                                                                template TransportLayerAddress p_iPsecTLA := *,
                                                                template XnGTP_TLAs p_gTP_TLAs := *,
                                                                template XnExtTLA_Item.iE_Extensions p_iE_Extensions := *
                                                                ) := {
                    iPsecTLA      := p_iPsecTLA,
                    gTP_TLAs      := p_gTP_TLAs,
                    iE_Extensions := p_iE_Extensions
                } // End of template mw_xnExtTLA_Item

                template (present) XnExtTLA_Item.iE_Extensions mw_xnExtTLA_Item_id_SCTP_TLAs(
                                                                                            template (present) SCTP_TLAs p_sCTP_TLAs := ?
                                                                                            ) := {
                    { 
                        id             := id_SCTP_TLAs,
                        criticality    := ignore,
                        extensionValue := { SCTP_TLAs := p_sCTP_TLAs }    
                    }
                } // End of template mw_xnExtTLA_Item_id_SCTP_TLAs

                template (present) XnTNLConfigurationInfo mw_xnTNLConfigurationInfo(
                                                                                    template (present) XnTLAs p_xnTransportLayerAddresses := ?,
                                                                                    template XnExtTLAs p_xnExtendedTransportLayerAddresses := *,
                                                                                    template XnTNLConfigurationInfo.iE_Extensions p_iE_Extensions := *
                                                                                    ) := {
                    xnTransportLayerAddresses         := p_xnTransportLayerAddresses,
                    xnExtendedTransportLayerAddresses := p_xnExtendedTransportLayerAddresses,
                    iE_Extensions                     := p_iE_Extensions
                } // End of template mw_xnTNLConfigurationInfo
            } // End of group receive
        } // End of group Information_elements
    // FIXME Parenthesis issue } // End of group g_NGAP    
    group  Functions_For_Templates{
    } // End of group  functionsForTemplates

}  //  End  of  module  LibNGAP_Templates