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
024ce6da
Commit
024ce6da
authored
14 years ago
by
berge
Browse files
Options
Downloads
Patches
Plain Diff
Modified GeoNetworkingPort
parent
cca7459d
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
+2
-1
2 additions, 1 deletion
ttcn/LibIts_Interface.ttcn
ttcn/LibIts_TestSystem.ttcn
+3
-3
3 additions, 3 deletions
ttcn/LibIts_TestSystem.ttcn
with
5 additions
and
4 deletions
ttcn/LibIts_Interface.ttcn
+
2
−
1
View file @
024ce6da
...
...
@@ -9,6 +9,7 @@ module LibIts_Interface {
// LibIts
import
from
LibItsCam_Pixits
all
;
import
from
LibItsGeoNetworking_TypesAndValues
all
;
// LibCommon
import
from
LibCommon_Time
{
modulepar
all
};
...
...
@@ -168,7 +169,7 @@ module LibIts_Interface {
* @desc NT2 GeoNetworking Port (GeoNetworking/G5)
*/
type
port
GeoNetworkingPort
message
{
in
integer
;
//TODO: remove me
in
out
GeoNetworkingPacket
}
// end GeoNetworkingPort
/**
...
...
This diff is collapsed.
Click to expand it.
ttcn/LibIts_TestSystem.ttcn
+
3
−
3
View file @
024ce6da
...
...
@@ -37,14 +37,14 @@ module LibIts_TestSystem {
* @desc ITS Main Test Component
*/
type
component
ItsMtc
{
// timers
timer
tc_guard
:=
PX_TDONE
;
// ports
port
UpperTesterPort
utPort
;
port
AdapterControlPort
acPort
;
// timers
timer
tc_guard
:=
PX_TDONE
;
}
// end ItsMtc
/**
...
...
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