Sync with 5.1.0
[deliverable/titan.core.git] / regression_test / ERC / base.cfg
CommitLineData
970ed795
EL
1###############################################################################
2# Copyright (c) 2000-2014 Ericsson Telecom AB
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]
9string := "charstring"
10binary_string := "binary_octet"
11
12[INCLUDE]
13//cyclic include
14"config.cfg"
15
16[MODULE_PARAMETERS]
17m_base_float := ${four, float}
18m_base_string := $base & "_" & $string
19m_base_integer := 4
20m_base_bitstring := '11001100'B
21m_base_hexstring := '0F0F'H
22m_base_octetstring := 'F0F0'O
23m_base_binaryoctet := ${binary_string, binaryoctet}
24m_base_array := {{1,1},{${two, integer},2},{3,${three, integer}},{4,4}}
25
26[DEFINE]
27base := base
28
29[DEFINE]
30//these will be used in included1.cfg
31two := 2
32one := 1.0
33four := 4.0
34three := 3
This page took 0.024393 seconds and 5 git commands to generate.