Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
26fb4295
Commit
26fb4295
authored
Dec 10, 2012
by
tepelmann
Browse files
Added TC_MTS_CCH_02.
parent
ede06d09
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/DCC/LibItsDcc_Pixits.ttcn
View file @
26fb4295
...
...
@@ -308,6 +308,101 @@ module LibItsDcc_Pixits {
}
}
/**
* @desc Give the content of Table 11.
* @see ETSI TS 102 917-2 Table 11
*/
modulepar
ProfileChannelAspects
PIXIT_TABLE_11_TC_MTS_CCH_02
:=
{
{
5
,
{
{
active
,
{
{
active
,
active
},
{
restrictive
,
active
},
{
active
,
restrictive
},
{
restrictive
,
restrictive
}
}
},
{
restrictive
,
{
{
active
,
active
},
{
restrictive
,
active
},
{
active
,
restrictive
},
{
restrictive
,
restrictive
}
}
}
}
},
{
6
,
{
{
active
,
{
{
active
,
active
},
{
restrictive
,
active
},
{
active
,
restrictive
},
{
restrictive
,
restrictive
}
}
},
{
restrictive
,
{
{
active
,
active
},
{
restrictive
,
active
},
{
active
,
restrictive
},
{
restrictive
,
restrictive
}
}
}
}
},
{
7
,
{
{
active
,
{
{
active
,
active
},
{
restrictive
,
active
},
{
active
,
restrictive
},
{
restrictive
,
restrictive
}
}
},
{
restrictive
,
{
{
active
,
active
},
{
restrictive
,
active
},
{
active
,
restrictive
},
{
restrictive
,
restrictive
}
}
}
}
},
{
8
,
{
{
active
,
{
{
active
,
active
},
{
restrictive
,
active
},
{
active
,
restrictive
},
{
restrictive
,
restrictive
}
}
},
{
restrictive
,
{
{
active
,
active
},
{
restrictive
,
active
},
{
active
,
restrictive
},
{
restrictive
,
restrictive
}
}
}
}
}
}
}
}
// End of module LibItsDcc_Pixits
\ No newline at end of file
ttcn/DCC/LibItsDcc_TypesAndValues.ttcn
View file @
26fb4295
...
...
@@ -120,18 +120,29 @@ module LibItsDcc_TypesAndValues {
type
record
ProfileSingleChannelTimeAspect
{
ProfileType
profile
,
SingleChannelTimeAspect
aspect
s
SingleChannelTimeAspect
aspect
}
type
record
of
ProfileChannelTimeAspect
ProfileChannelTimeAspects
;
type
record
ProfileTimeChannelAspect
{
ProfileType
profile
,
ChannelTimeAspect
aspect
s
ChannelTimeAspect
aspect
}
type
record
of
ProfileTimeChannelAspect
ProfileTimeChannelAspects
;
type
record
SingleChannelAspect
{
ChannelState
cchState
,
ChannelState
sch1State
,
ChannelState
sch2State
}
type
record
ProfileSingleChannelAspect
{
ProfileType
profile
,
SingleChannelAspect
aspect
}
type
record
ProfileChannelAspect
{
ProfileType
profile
,
record
of
record
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment