Loading ttcn3/EtsiLibrary/LibIpv6/LibCore/LibIpv6_Rfc2461NeighborDiscovery_Functions_PK.ttcn +3 −1 Original line number Diff line number Diff line Loading @@ -25,6 +25,8 @@ module LibIpv6_Rfc2461NeighborDiscovery_Functions_PK { import from LibIpv6_MultiRfcs_TypesAndValues all; import from LibIpv6_Rfc2461NeighborDiscovery_Templates all; import from LibIpv6_Rfc2461NeighborDiscovery_TypesAndValues all; //AtsIpv6 import from AtsIpv6_ModuleParameters all; group neighborDiscovery { Loading Loading @@ -52,7 +54,7 @@ module LibIpv6_Rfc2461NeighborDiscovery_Functions_PK { //send ipPort.send(v_ipPkt.routerAdvert); f_sleep ( 1.0 ); f_sleep ( PX_T_BUILD_GLA ); return e_success; Loading ttcn3/EtsiLibrary/LibIpv6/LibCore/LibIpv6_Rfc2461NeighborDiscovery_TypesAndValues_PK.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -23,8 +23,8 @@ const UInt16 c_unspecLifetime := c_uInt16Max; const UInt16 c_lifetime0s := 0; const UInt16 c_lifetime10s := 10; const UInt32 c_retrans1s := 1; const float c_ndReachableTime := 30.0; const UInt32 c_retrans1s := 1000; const float c_ndReachableTime := 30000.0; const float c_ndDelayFirstProbeTime := 5.0; const UInt8 c_prefixLength64 := 64; const UInt8 c_maxPrefixLength := 128; Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibCore/LibIpv6_Rfc2461NeighborDiscovery_Functions_PK.ttcn +3 −1 Original line number Diff line number Diff line Loading @@ -25,6 +25,8 @@ module LibIpv6_Rfc2461NeighborDiscovery_Functions_PK { import from LibIpv6_MultiRfcs_TypesAndValues all; import from LibIpv6_Rfc2461NeighborDiscovery_Templates all; import from LibIpv6_Rfc2461NeighborDiscovery_TypesAndValues all; //AtsIpv6 import from AtsIpv6_ModuleParameters all; group neighborDiscovery { Loading Loading @@ -52,7 +54,7 @@ module LibIpv6_Rfc2461NeighborDiscovery_Functions_PK { //send ipPort.send(v_ipPkt.routerAdvert); f_sleep ( 1.0 ); f_sleep ( PX_T_BUILD_GLA ); return e_success; Loading
ttcn3/EtsiLibrary/LibIpv6/LibCore/LibIpv6_Rfc2461NeighborDiscovery_TypesAndValues_PK.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -23,8 +23,8 @@ const UInt16 c_unspecLifetime := c_uInt16Max; const UInt16 c_lifetime0s := 0; const UInt16 c_lifetime10s := 10; const UInt32 c_retrans1s := 1; const float c_ndReachableTime := 30.0; const UInt32 c_retrans1s := 1000; const float c_ndReachableTime := 30000.0; const float c_ndDelayFirstProbeTime := 5.0; const UInt8 c_prefixLength64 := 64; const UInt8 c_maxPrefixLength := 128; Loading