blob: d76e4f3bfc423fb93dfaeee5d18cb1dac2cbd989 [file] [log] [blame]
///////////////////////////////////////////////////////////////////////////////
// //
// Copyright (c) 2000-2017 Ericsson Telecom AB //
// //
// All rights reserved. This program and the accompanying materials //
// are made available under the terms of the Eclipse Public License v2.0 //
// which accompanies this distribution, and is available at //
// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html //
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
// Module: EPTF_LGenBasePerformTest_LoadLGenDefinitions
//
// Purpose:
// This module provides functions for testing LGenBase
//
// Module depends on:
// -
//
// Current Owner:
// Laszlo Skumat (ELSZSKU)
//
// Last Review Date:
// 2008-09-11
//
// Detailed Comments:
// Provide functions to test LGenBase
//
//
///////////////////////////////////////////////////////////////
module EPTF_LGenBasePerformTest_LoadLGenDefinitions
{
import from EPTF_LGenBasePerformTest_MTASDefinitions all
import from EPTF_LGenBasePerformTest_LoadMessages all
import from EPTF_CLL_LGenBaseStats_Definitions all
type component EPTF_LGenBasePerformTest_LoadLGen_CT extends EPTF_LGenBasePerformTest_MTAS_CT, EPTF_LGenBaseStats_CT{
port LGenBasePerformTest_LoadMessages_PT v_LGenBasePerformTest_MTCLoadMessagesPort
var integer v_dummyInt
var integer v_LGenBasePerformTest_LoadLGen_lgenId := -1
var charstring v_LGenBasePerformTest_LoadLGen_pID := ""
}
} // end of module