Loading ttcn3/EtsiLibrary/LibIpv6/LibCommonRfcs/LibIpv6_Interface_Templates.ttcn +6 −6 Original line number Diff line number Diff line Loading @@ -1324,7 +1324,7 @@ module LibIpv6_Interface_Templates { in UInt32 p_spi, in UInt32 p_seqNr, in template EspIpDatagram p_espIpDatagram, in UInt8 p_nextHdr) := { in UInt8 p_nextHeader) := { espHeader := { // Header spi := p_spi, seqNbr := p_seqNr, Loading @@ -1336,7 +1336,7 @@ module LibIpv6_Interface_Templates { // Trailer padding := omit, padLength := 0, nextHdr := p_nextHdr, nextHeader := p_nextHeader, icv := omit} } Loading @@ -1344,7 +1344,7 @@ module LibIpv6_Interface_Templates { in UInt32 p_spi, in UInt32 p_seqNr, in template EspIpDatagram p_espIpDatagram, in UInt8 p_nextHdr, in UInt8 p_nextHeader, octetstring p_icv) := { espHeader := { // Header Loading @@ -1357,7 +1357,7 @@ module LibIpv6_Interface_Templates { // Trailer padding := omit, padLength := 0, nextHdr := p_nextHdr, nextHeader := p_nextHeader, icv := p_icv} } Loading @@ -1365,7 +1365,7 @@ module LibIpv6_Interface_Templates { in UInt32 p_spi, in template UInt32 p_seqNr, in template EspIpDatagram p_espIpDatagram, in UInt8 p_nextHdr) := { in UInt8 p_nextHeader) := { espHeader := { // Header spi := p_spi, seqNbr := p_seqNr, Loading @@ -1377,7 +1377,7 @@ module LibIpv6_Interface_Templates { // Trailer padding := *, padLength := ?, nextHdr := p_nextHdr, nextHeader := p_nextHeader, icv := *} } Loading ttcn3/EtsiLibrary/LibIpv6/LibCommonRfcs/LibIpv6_Interface_TypesAndValues.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -1061,7 +1061,7 @@ module LibIpv6_Interface_TypesAndValues { // Trailer /*encrypted*/ Oct1to255 padding optional,//depends on enc-algo /*encrypted*/ UInt8 padLength,//depends on enc-algo /*encrypted*/ UInt8 nextHdr, /*encrypted*/ UInt8 nextHeader, octetstring icv optional// depends on integrity-algo } with { Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibCommonRfcs/LibIpv6_Interface_Templates.ttcn +6 −6 Original line number Diff line number Diff line Loading @@ -1324,7 +1324,7 @@ module LibIpv6_Interface_Templates { in UInt32 p_spi, in UInt32 p_seqNr, in template EspIpDatagram p_espIpDatagram, in UInt8 p_nextHdr) := { in UInt8 p_nextHeader) := { espHeader := { // Header spi := p_spi, seqNbr := p_seqNr, Loading @@ -1336,7 +1336,7 @@ module LibIpv6_Interface_Templates { // Trailer padding := omit, padLength := 0, nextHdr := p_nextHdr, nextHeader := p_nextHeader, icv := omit} } Loading @@ -1344,7 +1344,7 @@ module LibIpv6_Interface_Templates { in UInt32 p_spi, in UInt32 p_seqNr, in template EspIpDatagram p_espIpDatagram, in UInt8 p_nextHdr, in UInt8 p_nextHeader, octetstring p_icv) := { espHeader := { // Header Loading @@ -1357,7 +1357,7 @@ module LibIpv6_Interface_Templates { // Trailer padding := omit, padLength := 0, nextHdr := p_nextHdr, nextHeader := p_nextHeader, icv := p_icv} } Loading @@ -1365,7 +1365,7 @@ module LibIpv6_Interface_Templates { in UInt32 p_spi, in template UInt32 p_seqNr, in template EspIpDatagram p_espIpDatagram, in UInt8 p_nextHdr) := { in UInt8 p_nextHeader) := { espHeader := { // Header spi := p_spi, seqNbr := p_seqNr, Loading @@ -1377,7 +1377,7 @@ module LibIpv6_Interface_Templates { // Trailer padding := *, padLength := ?, nextHdr := p_nextHdr, nextHeader := p_nextHeader, icv := *} } Loading
ttcn3/EtsiLibrary/LibIpv6/LibCommonRfcs/LibIpv6_Interface_TypesAndValues.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -1061,7 +1061,7 @@ module LibIpv6_Interface_TypesAndValues { // Trailer /*encrypted*/ Oct1to255 padding optional,//depends on enc-algo /*encrypted*/ UInt8 padLength,//depends on enc-algo /*encrypted*/ UInt8 nextHdr, /*encrypted*/ UInt8 nextHeader, octetstring icv optional// depends on integrity-algo } with { Loading