Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LibIts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TTCN-3 Libraries
LibIts
Commits
50ceccfc
Commit
50ceccfc
authored
14 years ago
by
berge
Browse files
Options
Downloads
Patches
Plain Diff
Renamed System component and added missing ports
parent
66b9eb90
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ttcn/LibITS_Interface.ttcn
+8
-8
8 additions, 8 deletions
ttcn/LibITS_Interface.ttcn
ttcn/LibITS_TestSystem.ttcn
+31
-2
31 additions, 2 deletions
ttcn/LibITS_TestSystem.ttcn
with
39 additions
and
10 deletions
ttcn/LibITS_Interface.ttcn
+
8
−
8
View file @
50ceccfc
...
...
@@ -52,8 +52,8 @@ module LibITS_Interface {
port
BTPPort
btpPort
;
// NT2 ports
port
GeoNetPort
geoNetPort
;
port
GeoNetOverIPv6Port
geoNetOverIPv6
Port
;
port
GeoNet
working
Port
geoNetPort
;
port
IPv6OverGeoNetworkingPort
ipv6OverGeoNetworking
Port
;
// NT3 ports
port
FastPort
fastPort
;
...
...
@@ -153,18 +153,18 @@ module LibITS_Interface {
group
NT2Ports
{
/**
* @desc NT2 GeoNetworking Port (GeoNet/G5)
* @desc NT2 GeoNetworking Port (GeoNet
working
/G5)
*/
type
port
GeoNetPort
message
{
type
port
GeoNet
working
Port
message
{
}
// end GeoNetPort
}
// end GeoNet
working
Port
/**
* @desc NT2 GeoNetworking
over IPv6 Port (GeoNet/IPv6
/G5)
* @desc NT2
IPv6 over
GeoNetworking
Port (IPv6/GeoNetworking
/G5)
*/
type
port
GeoNetOverIPv6
Port
message
{
type
port
IPv6OverGeoNetworking
Port
message
{
}
// end
GeoNetOverIPv6
Port
}
// end
IPv6OverGeoNetworking
Port
}
// end NT2Ports
...
...
This diff is collapsed.
Click to expand it.
ttcn/LibITS_TestSystem.ttcn
+
31
−
2
View file @
50ceccfc
...
...
@@ -7,6 +7,9 @@
*/
module
LibITS_TestSystem
{
// LibITS
import
from
LibITS_Interface
all
;
group
portDefinitions
{
/**
...
...
@@ -38,13 +41,39 @@ module LibITS_TestSystem {
}
// end ItsMtc
/**
* @desc ITS System Adaper
* @desc ITS System Adap
t
er
*/
type
component
Its
Adap
te
r
{
type
component
Its
Sys
te
m
{
port
UpperTesterPort
utPort
;
port
AdapterControlPort
acPort
;
// AC1 ports
port
MacM5Port
macM5Port
;
// AC2 ports
port
MacIRPort
macIRPort
;
// FA1 ports
port
CAMPort
camPort
;
port
DENMPort
denmPort
;
// FA2 ports
port
CooperPort
cooperPort
;
// MGT1 ports
port
IISCPort
iiscPort
;
// NT1 ports
port
BTPPort
btpPort
;
// NT2 ports
port
GeoNetworkingPort
geoNetPort
;
port
IPv6OverGeoNetworkingPort
ipv6OverGeoNetworkingPort
;
// NT3 ports
port
FastPort
fastPort
;
}
// end ItsAdapter
}
// end componentDefinitions
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment