LibNGAP_Templates.ttcn 1.57 MB
Newer Older
                                                                                        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