blob: 2ec8b61d1f654441ef135cd0ba2cfea00bf287d4 [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_Types.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 all data type definitions exported from the Conformiq GGSN_Goteborg' project.
* with 'DC 1' design configuration.'
* @remark
* WARNING! This file has been automatically generated using the
* Conformiq TTCN-3 scripting backend. DO NOT EDIT.
*/
module MBT_Qtronic_Types
{
type record Restart
{
}
type record Configure
{
charstringArray cmds,
boolean enableCharging,
boolean enableRadiusAuth
}
type record OverrideConfiguration
{
boolean overrideCharging,
boolean overrideRadiusAuth
}
type record Prepare
{
charstringArray cmds
}
type record Restore
{
charstringArray cmds
}
type record UDPpdu
{
integer data
}
type record RadiusAccessAccept
{
}
type record CreatePDPcontext
{
charstring imsi,
integer nsapi,
charstring apn
}
type record UpdatePDPcontext
{
integer nsapi
}
type record DeletePDPcontext
{
integer nsapi
}
type record GPDU
{
integer data
}
type record RadiusAccessRequest
{
}
type record CreatePDPresponse
{
integer causevalue
}
type record UpdatePDPresponse
{
integer causevalue
}
type record DeletePDPresponse
{
integer causevalue
}
type record CDRinfo
{
integer data
}
type record of charstring charstringArray;
}