Loading ttcn/GeoNetworking/LibItsGeoNetworking_TestSystem.ttcn +2 −2 Original line number Original line Diff line number Diff line Loading @@ -79,7 +79,7 @@ module LibItsGeoNetworking_TestSystem { /** /** * @desc ITS Main Test Component * @desc ITS Main Test Component */ */ type component ItsMtc extends ItsBaseMtc, ServerSyncComp, ItsSecurityBaseComponent { // TODO Extend ItsBaseMtc with ItsSecurityBaseComponent? { type component ItsMtc extends ItsBaseMtc, ServerSyncComp, ItsSecurityBaseComponent { port UpperTesterPort utPort; port UpperTesterPort utPort; port AdapterControlPort acPort; port AdapterControlPort acPort; Loading Loading @@ -110,7 +110,7 @@ module LibItsGeoNetworking_TestSystem { } // End of group componentDefinitions } // End of group componentDefinitions type component ItsBaseGeoNetworking extends ItsBaseComponent, ItsSecurityBaseComponent { // TODO Extend ItsBaseComponent with ItsSecurityBaseComponent? type component ItsBaseGeoNetworking extends ItsBaseComponent, ItsSecurityBaseComponent { port UpperTesterPort utPort; port UpperTesterPort utPort; port AdapterControlPort acPort; port AdapterControlPort acPort; Loading ttcn/GeoNetworking/LibItsGeoNetworking_TypesAndValues.ttcn +1 −6 Original line number Original line Diff line number Diff line Loading @@ -1022,9 +1022,6 @@ module LibItsGeoNetworking_TypesAndValues { * @member startBeaconingMultipleNeighbour - * @member startBeaconingMultipleNeighbour - * @member stopBeaconingMultipleNeighbour - * @member stopBeaconingMultipleNeighbour - * @member getLongPosVector - * @member getLongPosVector - // TODO To be removed // * @member acEnableSecurity - // * @member acDisableSecurity - */ */ type union AcGnPrimitive { type union AcGnPrimitive { AcStartBeaconing startBeaconing, AcStartBeaconing startBeaconing, Loading @@ -1033,9 +1030,7 @@ module LibItsGeoNetworking_TypesAndValues { AcStopPassBeaconing stopPassBeaconing, AcStopPassBeaconing stopPassBeaconing, AcStartBeaconingMultipleNeighbour startBeaconingMultipleNeighbour, AcStartBeaconingMultipleNeighbour startBeaconingMultipleNeighbour, AcStopBeaconingMultipleNeighbour stopBeaconingMultipleNeighbour, AcStopBeaconingMultipleNeighbour stopBeaconingMultipleNeighbour, AcGetLongPosVector getLongPosVector/*, TODO To be removed AcGetLongPosVector getLongPosVector AcEnableSecurity acEnableSecurity, AcDisableSecurity acDisableSecurity*/ } } /** /** Loading ttcn/IVIM/LibItsIvim_Templates.ttcn +15 −15 Original line number Original line Diff line number Diff line Loading @@ -131,11 +131,11 @@ module LibItsIvim_Templates { /** /** * @desc Send template for Upper Tester Trigger event * @desc Send template for Upper Tester Trigger event * @param p_repetitionInterval TODO (Default: 4 seconds) * @param p_repetitionInterval Repetition interval (Default: 4 seconds) * @param p_validFrom TODO (Default: omit) * @param p_validFrom Valid From value (Default: omit) * @param p_validTo TODO (Default: omit) * @param p_validTo Valid To value (Default: omit) * @param p_connectedIviStructures TODO (Default: omit) * @param p_connectedIviStructures List of ConnectedIviStructure (Default: omit) * @param p_optional_ TODO (Default: omit) * @param p_optional_ Optional field (Default: omit) */ */ template (value) UtIvimTrigger m_utTriggerEvent( template (value) UtIvimTrigger m_utTriggerEvent( template (omit) TimestampIts p_repetitionInterval := c_duration_4sec, template (omit) TimestampIts p_repetitionInterval := c_duration_4sec, Loading @@ -154,11 +154,11 @@ module LibItsIvim_Templates { /** /** * @desc Send template for Upper Tester event update * @desc Send template for Upper Tester event update * @param p_iviIdentificationNumber The p_iviIVI identification number * @param p_iviIdentificationNumber The p_iviIVI identification number * @param p_timeStamp TODO (Default: 2 seconds) * @param p_timeStamp Time stamp value (Default: 2 seconds) * @param p_validFrom TODO (Default: omit) * @param p_validFrom Valid From value (Default: omit) * @param p_validTo TODO (Default: omit) * @param p_validTo Valid To value (Default: omit) * @param p_connectedIviStructures TODO (Default: omit) * @param p_connectedIviStructures List of ConnectedIviStructure (Default: omit) * @param p_optional_ TODO (Default: omit) * @param p_optional_ Optional field (Default: omit) */ */ template (value) UtIvimUpdate m_utUpdateEvent( template (value) UtIvimUpdate m_utUpdateEvent( template (value) IviIdentificationNumber p_iviIdentificationNumber, template (value) IviIdentificationNumber p_iviIdentificationNumber, Loading Loading @@ -362,7 +362,7 @@ module LibItsIvim_Templates { * @param p_serviceProviderId The IUT provider description * @param p_serviceProviderId The IUT provider description * @param p_iviIdentificationNumber The IVIM identification number * @param p_iviIdentificationNumber The IVIM identification number * @param p_iviStatus The IVIM status * @param p_iviStatus The IVIM status * @param p_timeStamp TODO * @param p_timeStamp Time stamp value */ */ template (present) IVIManagementContainer mw_iviManagementContainer_timestamp( template (present) IVIManagementContainer mw_iviManagementContainer_timestamp( template (present) Provider p_serviceProviderId := ?, template (present) Provider p_serviceProviderId := ?, Loading @@ -378,7 +378,7 @@ module LibItsIvim_Templates { * @param p_serviceProviderId The IUT provider description * @param p_serviceProviderId The IUT provider description * @param p_iviIdentificationNumber The IVIM identification number * @param p_iviIdentificationNumber The IVIM identification number * @param p_iviStatus The IVIM status * @param p_iviStatus The IVIM status * @param p_validTo TODO * @param p_validTo Valid To value */ */ template (present) IVIManagementContainer mw_iviManagementContainer_validTo( template (present) IVIManagementContainer mw_iviManagementContainer_validTo( template (present) Provider p_serviceProviderId := ?, template (present) Provider p_serviceProviderId := ?, Loading @@ -394,7 +394,7 @@ module LibItsIvim_Templates { * @param p_serviceProviderId The IUT provider description * @param p_serviceProviderId The IUT provider description * @param p_iviIdentificationNumber The IVIM identification number * @param p_iviIdentificationNumber The IVIM identification number * @param p_iviStatus The IVIM status * @param p_iviStatus The IVIM status * @param p_validFrom TODO * @param p_validFrom Valid From value */ */ template (present) IVIManagementContainer mw_iviManagementContainer_validFrom( template (present) IVIManagementContainer mw_iviManagementContainer_validFrom( template (present) Provider p_serviceProviderId := ?, template (present) Provider p_serviceProviderId := ?, Loading @@ -407,8 +407,8 @@ module LibItsIvim_Templates { /** /** * @desc Receive template for Porvide identifier * @desc Receive template for Porvide identifier * @param p_countryCode TODO * @param p_countryCode Country code value * @param p_providerIdentifier TODO * @param p_providerIdentifier Provider Identifier value */ */ template (present) Provider mw_provider( template (present) Provider mw_provider( template (present) CountryCode p_countryCode := ?, template (present) CountryCode p_countryCode := ?, Loading ttcn/Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_Functions.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -148,7 +148,7 @@ module LibItsIpv6OverGeoNetworking_Functions { ?, ?, ?, ?, c_macBroadcastAddr, c_macBroadcastAddr, ? // TODO: rtAdv ? // Refine rtAdv ) ) ) { ) { log("*** " & testcasename() & ": INFO: Ignoring Router Advertisement ***"); log("*** " & testcasename() & ": INFO: Ignoring Router Advertisement ***"); Loading ttcn/Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_TypesAndValues.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -170,7 +170,7 @@ module LibItsIpv6OverGeoNetworking_TypesAndValues { const Ipv6Address c_unspecified := '00000000000000000000000000000000'O; const Ipv6Address c_unspecified := '00000000000000000000000000000000'O; //geographic //geographic const Bit7 c_itsGn6aslGeoAnycastID := '1111101'B; //TODO TDB by IANA const Bit7 c_itsGn6aslGeoAnycastID := '1111101'B; // TDB by IANA }//end group ipv6Address }//end group ipv6Address /** /** Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_TestSystem.ttcn +2 −2 Original line number Original line Diff line number Diff line Loading @@ -79,7 +79,7 @@ module LibItsGeoNetworking_TestSystem { /** /** * @desc ITS Main Test Component * @desc ITS Main Test Component */ */ type component ItsMtc extends ItsBaseMtc, ServerSyncComp, ItsSecurityBaseComponent { // TODO Extend ItsBaseMtc with ItsSecurityBaseComponent? { type component ItsMtc extends ItsBaseMtc, ServerSyncComp, ItsSecurityBaseComponent { port UpperTesterPort utPort; port UpperTesterPort utPort; port AdapterControlPort acPort; port AdapterControlPort acPort; Loading Loading @@ -110,7 +110,7 @@ module LibItsGeoNetworking_TestSystem { } // End of group componentDefinitions } // End of group componentDefinitions type component ItsBaseGeoNetworking extends ItsBaseComponent, ItsSecurityBaseComponent { // TODO Extend ItsBaseComponent with ItsSecurityBaseComponent? type component ItsBaseGeoNetworking extends ItsBaseComponent, ItsSecurityBaseComponent { port UpperTesterPort utPort; port UpperTesterPort utPort; port AdapterControlPort acPort; port AdapterControlPort acPort; Loading
ttcn/GeoNetworking/LibItsGeoNetworking_TypesAndValues.ttcn +1 −6 Original line number Original line Diff line number Diff line Loading @@ -1022,9 +1022,6 @@ module LibItsGeoNetworking_TypesAndValues { * @member startBeaconingMultipleNeighbour - * @member startBeaconingMultipleNeighbour - * @member stopBeaconingMultipleNeighbour - * @member stopBeaconingMultipleNeighbour - * @member getLongPosVector - * @member getLongPosVector - // TODO To be removed // * @member acEnableSecurity - // * @member acDisableSecurity - */ */ type union AcGnPrimitive { type union AcGnPrimitive { AcStartBeaconing startBeaconing, AcStartBeaconing startBeaconing, Loading @@ -1033,9 +1030,7 @@ module LibItsGeoNetworking_TypesAndValues { AcStopPassBeaconing stopPassBeaconing, AcStopPassBeaconing stopPassBeaconing, AcStartBeaconingMultipleNeighbour startBeaconingMultipleNeighbour, AcStartBeaconingMultipleNeighbour startBeaconingMultipleNeighbour, AcStopBeaconingMultipleNeighbour stopBeaconingMultipleNeighbour, AcStopBeaconingMultipleNeighbour stopBeaconingMultipleNeighbour, AcGetLongPosVector getLongPosVector/*, TODO To be removed AcGetLongPosVector getLongPosVector AcEnableSecurity acEnableSecurity, AcDisableSecurity acDisableSecurity*/ } } /** /** Loading
ttcn/IVIM/LibItsIvim_Templates.ttcn +15 −15 Original line number Original line Diff line number Diff line Loading @@ -131,11 +131,11 @@ module LibItsIvim_Templates { /** /** * @desc Send template for Upper Tester Trigger event * @desc Send template for Upper Tester Trigger event * @param p_repetitionInterval TODO (Default: 4 seconds) * @param p_repetitionInterval Repetition interval (Default: 4 seconds) * @param p_validFrom TODO (Default: omit) * @param p_validFrom Valid From value (Default: omit) * @param p_validTo TODO (Default: omit) * @param p_validTo Valid To value (Default: omit) * @param p_connectedIviStructures TODO (Default: omit) * @param p_connectedIviStructures List of ConnectedIviStructure (Default: omit) * @param p_optional_ TODO (Default: omit) * @param p_optional_ Optional field (Default: omit) */ */ template (value) UtIvimTrigger m_utTriggerEvent( template (value) UtIvimTrigger m_utTriggerEvent( template (omit) TimestampIts p_repetitionInterval := c_duration_4sec, template (omit) TimestampIts p_repetitionInterval := c_duration_4sec, Loading @@ -154,11 +154,11 @@ module LibItsIvim_Templates { /** /** * @desc Send template for Upper Tester event update * @desc Send template for Upper Tester event update * @param p_iviIdentificationNumber The p_iviIVI identification number * @param p_iviIdentificationNumber The p_iviIVI identification number * @param p_timeStamp TODO (Default: 2 seconds) * @param p_timeStamp Time stamp value (Default: 2 seconds) * @param p_validFrom TODO (Default: omit) * @param p_validFrom Valid From value (Default: omit) * @param p_validTo TODO (Default: omit) * @param p_validTo Valid To value (Default: omit) * @param p_connectedIviStructures TODO (Default: omit) * @param p_connectedIviStructures List of ConnectedIviStructure (Default: omit) * @param p_optional_ TODO (Default: omit) * @param p_optional_ Optional field (Default: omit) */ */ template (value) UtIvimUpdate m_utUpdateEvent( template (value) UtIvimUpdate m_utUpdateEvent( template (value) IviIdentificationNumber p_iviIdentificationNumber, template (value) IviIdentificationNumber p_iviIdentificationNumber, Loading Loading @@ -362,7 +362,7 @@ module LibItsIvim_Templates { * @param p_serviceProviderId The IUT provider description * @param p_serviceProviderId The IUT provider description * @param p_iviIdentificationNumber The IVIM identification number * @param p_iviIdentificationNumber The IVIM identification number * @param p_iviStatus The IVIM status * @param p_iviStatus The IVIM status * @param p_timeStamp TODO * @param p_timeStamp Time stamp value */ */ template (present) IVIManagementContainer mw_iviManagementContainer_timestamp( template (present) IVIManagementContainer mw_iviManagementContainer_timestamp( template (present) Provider p_serviceProviderId := ?, template (present) Provider p_serviceProviderId := ?, Loading @@ -378,7 +378,7 @@ module LibItsIvim_Templates { * @param p_serviceProviderId The IUT provider description * @param p_serviceProviderId The IUT provider description * @param p_iviIdentificationNumber The IVIM identification number * @param p_iviIdentificationNumber The IVIM identification number * @param p_iviStatus The IVIM status * @param p_iviStatus The IVIM status * @param p_validTo TODO * @param p_validTo Valid To value */ */ template (present) IVIManagementContainer mw_iviManagementContainer_validTo( template (present) IVIManagementContainer mw_iviManagementContainer_validTo( template (present) Provider p_serviceProviderId := ?, template (present) Provider p_serviceProviderId := ?, Loading @@ -394,7 +394,7 @@ module LibItsIvim_Templates { * @param p_serviceProviderId The IUT provider description * @param p_serviceProviderId The IUT provider description * @param p_iviIdentificationNumber The IVIM identification number * @param p_iviIdentificationNumber The IVIM identification number * @param p_iviStatus The IVIM status * @param p_iviStatus The IVIM status * @param p_validFrom TODO * @param p_validFrom Valid From value */ */ template (present) IVIManagementContainer mw_iviManagementContainer_validFrom( template (present) IVIManagementContainer mw_iviManagementContainer_validFrom( template (present) Provider p_serviceProviderId := ?, template (present) Provider p_serviceProviderId := ?, Loading @@ -407,8 +407,8 @@ module LibItsIvim_Templates { /** /** * @desc Receive template for Porvide identifier * @desc Receive template for Porvide identifier * @param p_countryCode TODO * @param p_countryCode Country code value * @param p_providerIdentifier TODO * @param p_providerIdentifier Provider Identifier value */ */ template (present) Provider mw_provider( template (present) Provider mw_provider( template (present) CountryCode p_countryCode := ?, template (present) CountryCode p_countryCode := ?, Loading
ttcn/Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_Functions.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -148,7 +148,7 @@ module LibItsIpv6OverGeoNetworking_Functions { ?, ?, ?, ?, c_macBroadcastAddr, c_macBroadcastAddr, ? // TODO: rtAdv ? // Refine rtAdv ) ) ) { ) { log("*** " & testcasename() & ": INFO: Ignoring Router Advertisement ***"); log("*** " & testcasename() & ": INFO: Ignoring Router Advertisement ***"); Loading
ttcn/Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_TypesAndValues.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -170,7 +170,7 @@ module LibItsIpv6OverGeoNetworking_TypesAndValues { const Ipv6Address c_unspecified := '00000000000000000000000000000000'O; const Ipv6Address c_unspecified := '00000000000000000000000000000000'O; //geographic //geographic const Bit7 c_itsGn6aslGeoAnycastID := '1111101'B; //TODO TDB by IANA const Bit7 c_itsGn6aslGeoAnycastID := '1111101'B; // TDB by IANA }//end group ipv6Address }//end group ipv6Address /** /** Loading