blob: f64069fb421870bc77ece0fc1604596ab5b23a5c [file] [log] [blame]
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000-2018 Ericsson Telecom AB
//
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// which accompanies this distribution, and is available at
// http://www.eclipse.org/legal/epl-v10.html
///////////////////////////////////////////////////////////////////////////////
//
// File: MBT_Qtronic_TestSystem.ttcn
// Rev: <RnXnn>
// Prodnr: CNL 113 659
// Updated: 2010-10-01
// Contact: http://ttcn.ericsson.se
///////////////////////////////////////////////////////////////////////////////
/* -*- ttcn-3 -*- */
/**
* @file
* C:\Users\eantwuh\workspace\GGSN_Goteborg\MBT_Qtronic_Types.ttcn
* @author
* Conformiq TTCN-3 scripting backend
* @version
* Wed Sep 29 11:27:25 CEST 2010
* @desc
* This file contains port type definitions and test component generated by Conformiq
* with 'DC 1' design configuration for 'GGSN_Goteborg' project.
* @remark
* WARNING! This file has been automatically generated using the
* Conformiq TTCN-3 scripting backend. DO NOT EDIT.
*/
module MBT_Qtronic_TestSystem
{
import from MBT_Qtronic_Types all; import from MBT_Qtronic_Main all;
type port CLIinPort message
{
inout Restart;
inout Configure;
inout OverrideConfiguration;
inout Prepare;
inout Restore;
} with {extension "internal"}
type port GiInPort message
{
inout UDPpdu;
} with {extension "internal"}
type port GiRadiusInPort message
{
inout RadiusAccessAccept;
} with {extension "internal"}
type port GnInPort message
{
inout CreatePDPcontext;
inout UpdatePDPcontext;
inout DeletePDPcontext;
inout GPDU;
} with {extension "internal"}
type port GiOutPort message
{
inout UDPpdu;
} with {extension "internal"}
type port GiRadiusOutPort message
{
inout RadiusAccessRequest;
} with {extension "internal"}
type port GnOutPort message
{
inout CreatePDPresponse;
inout UpdatePDPresponse;
inout DeletePDPresponse;
inout GPDU;
inout CDRinfo;
} with {extension "internal"}
/**
* @desc
* The test component (MTC) on which all generated test cases run on
*/
type component QtronicCT extends MBT_Qtronic_Main_CT
{
port CLIinPort CLIin;
port GiInPort GiIn;
port GiRadiusInPort GiRadiusIn;
port GnInPort GnIn;
port GiOutPort GiOut;
port GiRadiusOutPort GiRadiusOut;
port GnOutPort GnOut;
timer t_cq_timer := 0.0;
}
}