Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / ERC / included1.cfg
CommitLineData
970ed795 1###############################################################################
3abe9331 2# Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7###############################################################################
8[DEFINE]
9binary_octet_prefix = binary
10
11[INCLUDE]
12"base.cfg"
13
14[MODULE_PARAMETERS]
15m_included1_float := 2.0
16m_included1_binaryoctet := ${binary_octet_prefix, binaryoctet}
17m_included1_string := $include1_prefix & ${string, charstring}
18m_included1_integer := ${two, integer}
19m_included1_bitstring := ${n240, bitstring}
20m_included1_hexstring := ${long_zero, hexstring}
21m_included1_octetstring := ${long_zero, octetstring}
22
23[DEFINE]
24n240 := "11110000"
25include1_prefix = "included1_"
26long_zero = "0000"
This page took 0.046591 seconds and 5 git commands to generate.