blob: 36ccf6855760f58b8f9466de102269ba4d77de2a [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 v1.0
// which accompanies this distribution, and is available at
// http://www.eclipse.org/legal/epl-v10.html
///////////////////////////////////////////////////////////////////////////////
// File: EPTF_LwM2M_CoapApplibTransport_Definitions.ttcn
// Description:
// Rev: R1A
// Prodnr: CNL 113 859
// Updated: 2017-09-01
// Contact: http://ttcn.ericsson.se
///////////////////////////////////////////////////////////////////////////////
module EPTF_LwM2M_CoapApplibTransport_Definitions
{
import from EPTF_LwM2M_Transport_Definitions all;
import from EPTF_COAP_LGen_Definitions all;
import from EPTF_CLL_Base_Definitions all;
modulepar boolean tsp_EPTF_LwM2M_CoapApplibTransport_debug := false;
type component EPTF_LwM2M_CoapApplibTransport_CT
extends EPTF_LwM2M_Transport_Provider_CT, EPTF_Base_CT, EPTF_COAP_LGen_CT
{
var boolean v_EPTF_LwM2M_CoapApplibTransport_initialized := false;
}
}