Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
3b3e79df
Commit
3b3e79df
authored
Jul 04, 2017
by
filatov
Browse files
Remove unneeded imports
parent
9975f552
Changes
6
Hide whitespace changes
Inline
Side-by-side
ttcn/AtsBTP/ItsBtp_TestCases.ttcn
View file @
3b3e79df
...
...
@@ -14,15 +14,15 @@ module ItsBtp_TestCases {
// LibCommon
import
from
LibCommon_Sync
all
;
import
from
LibCommon_Time
all
;
import
from
LibCommon_VerdictControl
all
;
//
import from LibCommon_VerdictControl all;
// LibIts
import
from
LibItsBtp_TestSystem
all
;
import
from
LibItsBtp_Functions
all
;
import
from
LibItsBtp_Templates
all
;
import
from
LibItsBtp_Pixits
all
;
import
from
LibItsBtp_TypesAndValues
all
;
import
from
LibItsCommon_Functions
all
;
//
import from LibItsBtp_Pixits all;
//
import from LibItsBtp_TypesAndValues all;
//
import from LibItsCommon_Functions all;
group
btpPacketGeneration
{
...
...
ttcn/AtsCAM/ItsCam_TpFunctions.ttcn
View file @
3b3e79df
...
...
@@ -27,7 +27,7 @@ module ItsCam_TpFunctions {
// LibItsCommon
import
from
LibItsCommon_TypesAndValues
all
;
import
from
LibItsCommon_Templates
all
;
//
import from LibItsCommon_Templates all;
import
from
LibItsCommon_Functions
all
;
import
from
LibItsCommon_Pixits
all
;
import
from
LibItsCommon_ASN1_NamedNumbers
all
;
...
...
@@ -38,7 +38,7 @@ module ItsCam_TpFunctions {
import
from
LibItsCam_Templates
all
;
import
from
LibItsCam_TypesAndValues
all
;
import
from
LibItsCam_Pics
all
;
import
from
LibItsCam_Pixits
all
;
//
import from LibItsCam_Pixits all;
import
from
LibItsSecurity_Functions
all
;
...
...
ttcn/AtsDENM/ItsDenm_TpFunctions.ttcn
View file @
3b3e79df
...
...
@@ -14,12 +14,12 @@ module ItsDenm_TpFunctions {
// LibCommon
import
from
LibCommon_Sync
all
;
import
from
LibCommon_Time
all
;
import
from
LibCommon_VerdictControl
all
;
//
import from LibCommon_VerdictControl all;
import
from
LibCommon_BasicTypesAndValues
all
;
import
from
LibCommon_DataStrings
all
;
// LibItsCommon
import
from
LibItsCommon_TypesAndValues
all
;
//
import from LibItsCommon_TypesAndValues all;
import
from
LibItsCommon_Templates
all
;
import
from
LibItsCommon_Functions
all
;
import
from
LibItsCommon_ASN1_NamedNumbers
all
;
...
...
@@ -34,7 +34,7 @@ module ItsDenm_TpFunctions {
import
from
LibItsDenm_Templates
all
;
import
from
LibItsDenm_TypesAndValues
all
;
import
from
LibItsDenm_Pics
all
;
import
from
LibItsDenm_Pixits
all
;
//
import from LibItsDenm_Pixits all;
import
from
LibItsSecurity_Functions
all
;
...
...
ttcn/AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
View file @
3b3e79df
...
...
@@ -28,7 +28,7 @@ module ItsGeoNetworking_TpFunctions {
import from LibItsGeoNetworking_TypesAndValues all;
import from LibItsGeoNetworking_Pics all;
import from LibItsGeoNetworking_Pixits all;
import from LibItsGeoNetworking_EncdecDeclarations all;
//
import from LibItsGeoNetworking_EncdecDeclarations all;
// 6.2.1
group geoFormatingAndDataValidity {
...
...
ttcn/AtsIPv6OverGeoNetworking/ItsIpv6OverGeoNetworking_TestCases.ttcn
View file @
3b3e79df
...
...
@@ -8,11 +8,11 @@
module
ItsIpv6OverGeoNetworking_TestCases
{
// LibCommon
import
from
LibCommon_BasicTypesAndValues
all
;
//
import from LibCommon_BasicTypesAndValues all;
import
from
LibCommon_Sync
all
;
import
from
LibCommon_Time
all
;
import
from
LibCommon_VerdictControl
all
;
import
from
LibCommon_Time
{
modulepar
all
;
}
//
import from LibCommon_VerdictControl all;
import
from
LibCommon_Time
all
;
// LibIts
import
from
LibItsGeoNetworking_Functions
all
;
...
...
ttcn/AtsSecurity/ItsSecurity_Templates.ttcn
View file @
3b3e79df
...
...
@@ -22,7 +22,7 @@ module ItsSecurity_Templates {
// LibItsGeoNet
import
from
LibItsGeoNetworking_TypesAndValues
all
;
import
from
LibItsGeoNetworking_Templates
all
;
//
import from LibItsGeoNetworking_Templates all;
template
(
present
)
BtpPayload
mw_btpCamPayload
:=
{
decodedPayload
:=
{
...
...
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