Loading ttcn3/EtsiLibrary/LibIpv6/LibMobility/LibIpv6_Rfc3775Mipv6_Functions.ttcn +0 −6 Original line number Diff line number Diff line Loading @@ -758,7 +758,6 @@ module LibIpv6_Rfc3775Mipv6_Functions { var default localDef := activate(a_haReceiveBindingUpdateAndReplyOffHome(p_paramsRt, p_paramsIut, c_mobileCodeBindingUpdateAccepted)); tc_loop.start; //tc_ac.start; alt { [] tc_loop.timeout { f_sendRtAdvWithPrefix_lifeTime( p_paramsRt.lla, Loading @@ -774,11 +773,6 @@ module LibIpv6_Rfc3775Mipv6_Functions { repeat; } } // TODO DTE wait for TT compiler fix // [] a_receiveBindingUpdateAndReply(p_paramsRt.haGlas[0]); // [] tc_ac.timeout {//Guard timer // v_ret:= e_timeout; // } } deactivate(localDef); return v_ret; Loading ttcn3/EtsiLibrary/LibIpv6/LibMobility/LibIpv6_Rfc3775Mipv6_TypesAndValues.ttcn +0 −3 Original line number Diff line number Diff line Loading @@ -130,8 +130,6 @@ */ //TODO SMU why not use the existing RT-ADV? type record MobileRouterAdvertisementMsg { //smu Ipv6Header ipv6Hdr, //smu ExtensionHeaderList extHdrList optional, UInt8 icmpType(c_mobileRtAdv), UInt8 icmpCode, Oct2 checksum, Loading @@ -146,7 +144,6 @@ MipRtAdvOptions mobileRtAdvOptions optional } with { // variant "isPDU=LibIpv6_Rfc3775MIPv6_TypesAndValues;use=com.testingtech.ttcn.tci.codec.helper.*;present=SupportFunctions.checkHeaderAndType(dec, 58, 134)"; variant "present=bytes(1,134)&&(valueOf(getTag('nextHeader'))==58)"; } Loading ttcn3/EtsiLibrary/LibIpv6/LibMobility/LibIpv6_Rfc4068FastHandovers_TypesAndValues.ttcn +1 −2 Original line number Diff line number Diff line Loading @@ -233,8 +233,7 @@ with { variant "present=bytes(1,19)"; variant (optionLength) "tag='NewLinkLayerAddress_optionLength';"; //TODO: FIX ME //variant (data) "length=valueOf(getTag('NewLinkLayerAddress_optionLength'))*8-3;"; variant (linkLayerAddr) "length=valueOf(getTag('NewLinkLayerAddress_optionLength'))*8-3;"; } /* Loading ttcn3/EtsiLibrary/LibIpv6/LibSec/LibIpv6_Rfc4306Ikev2_TypesAndValues.ttcn +10 −10 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ group ikeRfc4306Packets { /* * @desc TODO * @desc Derived from RFC4306, clause 3. */ type record IkeMsg { UInt16 sourcePort, Loading Loading @@ -172,7 +172,7 @@ } // end group IkeRfc4306PayloadIDs /* * @desc TODO * @desc Derived from RFC4306, clause 3.2ff */ type union IkePayload { SecurityAssociationPayload securityAssociation, Loading Loading @@ -214,7 +214,7 @@ const UInt8 c_maxIkePayloads := 10; //FIXME /* * @desc TODO * @desc Derived from RFC4306, clause 3.2 */ type set length(1 .. c_maxIkePayloads) of IkePayload IkePayloadList; Loading Loading @@ -265,7 +265,7 @@ const UInt8 c_4Transforms := 4; /* * @desc TODO * @desc Derived from RFC4306, clause 3.3 */ type set length(1 .. c_maxIkeSaProposals) of SaProposal SaProposalList; Loading Loading @@ -300,7 +300,7 @@ const UInt8 c_maxIkeSaTransforms := 10; //FIXME /* * @desc TODO * @desc Derived from RFC4306, clause 3.3.1 */ type set length(1 .. c_maxIkeSaTransforms) of SaTransform SaTransformList with { Loading @@ -314,7 +314,7 @@ } // end group IkeRfc4306TransformAttributeTypes /* * @desc TODO * @desc Derived from RFC4306, clause 3.3.5 */ type union SaTransformAttribute { SaTransformAttributeKeyLength keyLength Loading @@ -327,7 +327,7 @@ const UInt8 c_maxIkeSaTransformAttributes := 10; //FIXME /* * @desc TODO * @desc Derived from RFC4306, clause 3.3.2 */ type set length(1 .. c_maxIkeSaTransformAttributes) of SaTransformAttribute SaTransformAttributeList; Loading Loading @@ -766,7 +766,7 @@ } // end group IkeRfc4306TrafficSelectorTypes /* * @desc TODO * @desc Derived from RFC4306, clause 3.13.1 */ type union TsTrafficSelector { TsIpv4TrafficSelector tsIpv4TrafficSelector, Loading @@ -780,7 +780,7 @@ const UInt8 c_maxTrafficSelectors := 10; //FIXME /* * @desc TODO * @desc Derived from RFC4306, clause 3.13. */ type set length(1 .. c_maxTrafficSelectors) of TsTrafficSelector TrafficSelectorList with { Loading Loading @@ -912,7 +912,7 @@ const UInt8 c_maxConfigAttributes := 10; //FIXME /* * @desc TODO * @desc Derived from RFC4306, clause 3.15.1 */ type set length(1 .. c_maxConfigAttributes) of ConfigAttribute ConfigAttributeList; Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibMobility/LibIpv6_Rfc3775Mipv6_Functions.ttcn +0 −6 Original line number Diff line number Diff line Loading @@ -758,7 +758,6 @@ module LibIpv6_Rfc3775Mipv6_Functions { var default localDef := activate(a_haReceiveBindingUpdateAndReplyOffHome(p_paramsRt, p_paramsIut, c_mobileCodeBindingUpdateAccepted)); tc_loop.start; //tc_ac.start; alt { [] tc_loop.timeout { f_sendRtAdvWithPrefix_lifeTime( p_paramsRt.lla, Loading @@ -774,11 +773,6 @@ module LibIpv6_Rfc3775Mipv6_Functions { repeat; } } // TODO DTE wait for TT compiler fix // [] a_receiveBindingUpdateAndReply(p_paramsRt.haGlas[0]); // [] tc_ac.timeout {//Guard timer // v_ret:= e_timeout; // } } deactivate(localDef); return v_ret; Loading
ttcn3/EtsiLibrary/LibIpv6/LibMobility/LibIpv6_Rfc3775Mipv6_TypesAndValues.ttcn +0 −3 Original line number Diff line number Diff line Loading @@ -130,8 +130,6 @@ */ //TODO SMU why not use the existing RT-ADV? type record MobileRouterAdvertisementMsg { //smu Ipv6Header ipv6Hdr, //smu ExtensionHeaderList extHdrList optional, UInt8 icmpType(c_mobileRtAdv), UInt8 icmpCode, Oct2 checksum, Loading @@ -146,7 +144,6 @@ MipRtAdvOptions mobileRtAdvOptions optional } with { // variant "isPDU=LibIpv6_Rfc3775MIPv6_TypesAndValues;use=com.testingtech.ttcn.tci.codec.helper.*;present=SupportFunctions.checkHeaderAndType(dec, 58, 134)"; variant "present=bytes(1,134)&&(valueOf(getTag('nextHeader'))==58)"; } Loading
ttcn3/EtsiLibrary/LibIpv6/LibMobility/LibIpv6_Rfc4068FastHandovers_TypesAndValues.ttcn +1 −2 Original line number Diff line number Diff line Loading @@ -233,8 +233,7 @@ with { variant "present=bytes(1,19)"; variant (optionLength) "tag='NewLinkLayerAddress_optionLength';"; //TODO: FIX ME //variant (data) "length=valueOf(getTag('NewLinkLayerAddress_optionLength'))*8-3;"; variant (linkLayerAddr) "length=valueOf(getTag('NewLinkLayerAddress_optionLength'))*8-3;"; } /* Loading
ttcn3/EtsiLibrary/LibIpv6/LibSec/LibIpv6_Rfc4306Ikev2_TypesAndValues.ttcn +10 −10 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ group ikeRfc4306Packets { /* * @desc TODO * @desc Derived from RFC4306, clause 3. */ type record IkeMsg { UInt16 sourcePort, Loading Loading @@ -172,7 +172,7 @@ } // end group IkeRfc4306PayloadIDs /* * @desc TODO * @desc Derived from RFC4306, clause 3.2ff */ type union IkePayload { SecurityAssociationPayload securityAssociation, Loading Loading @@ -214,7 +214,7 @@ const UInt8 c_maxIkePayloads := 10; //FIXME /* * @desc TODO * @desc Derived from RFC4306, clause 3.2 */ type set length(1 .. c_maxIkePayloads) of IkePayload IkePayloadList; Loading Loading @@ -265,7 +265,7 @@ const UInt8 c_4Transforms := 4; /* * @desc TODO * @desc Derived from RFC4306, clause 3.3 */ type set length(1 .. c_maxIkeSaProposals) of SaProposal SaProposalList; Loading Loading @@ -300,7 +300,7 @@ const UInt8 c_maxIkeSaTransforms := 10; //FIXME /* * @desc TODO * @desc Derived from RFC4306, clause 3.3.1 */ type set length(1 .. c_maxIkeSaTransforms) of SaTransform SaTransformList with { Loading @@ -314,7 +314,7 @@ } // end group IkeRfc4306TransformAttributeTypes /* * @desc TODO * @desc Derived from RFC4306, clause 3.3.5 */ type union SaTransformAttribute { SaTransformAttributeKeyLength keyLength Loading @@ -327,7 +327,7 @@ const UInt8 c_maxIkeSaTransformAttributes := 10; //FIXME /* * @desc TODO * @desc Derived from RFC4306, clause 3.3.2 */ type set length(1 .. c_maxIkeSaTransformAttributes) of SaTransformAttribute SaTransformAttributeList; Loading Loading @@ -766,7 +766,7 @@ } // end group IkeRfc4306TrafficSelectorTypes /* * @desc TODO * @desc Derived from RFC4306, clause 3.13.1 */ type union TsTrafficSelector { TsIpv4TrafficSelector tsIpv4TrafficSelector, Loading @@ -780,7 +780,7 @@ const UInt8 c_maxTrafficSelectors := 10; //FIXME /* * @desc TODO * @desc Derived from RFC4306, clause 3.13. */ type set length(1 .. c_maxTrafficSelectors) of TsTrafficSelector TrafficSelectorList with { Loading Loading @@ -912,7 +912,7 @@ const UInt8 c_maxConfigAttributes := 10; //FIXME /* * @desc TODO * @desc Derived from RFC4306, clause 3.15.1 */ type set length(1 .. c_maxConfigAttributes) of ConfigAttribute ConfigAttributeList; Loading