Commit 9d373275 authored by berge's avatar berge
Browse files

Misc validation changes.

parent 51f8b052
Loading
Loading
Loading
Loading
+20 −2
Original line number Diff line number Diff line
@@ -1743,6 +1743,24 @@ group identificationPLTmplts {
			endAddress := p_endAddress
		}
	}
	
	template TsTrafficSelector m_udpTs(
		UInt16 p_startPort,
		UInt16 p_endPort,
		template Ipv6Address	p_startAddress,
		template Ipv6Address	p_endAddress
	) := {
		tsIpv6TrafficSelector := {
			tsType := c_tsIpv6AddrRange,
			ipProtocolId := c_udpHdr,
			tsLength := 40,
			startPort := p_startPort,
			endPort := p_endPort,
			startAddress := p_startAddress,
			endAddress := p_endAddress
		}
	}
	
}//end trafficSelectionPLTmplts


@@ -1831,8 +1849,8 @@ group cfgPLTmplts {
	template ConfigAttribute m_internalIpv6AddrCfgAttr := {
		reserved 		:= 0,
		attributeType 	:= c_configInternalIpv6Address,
		attributeLength := 16,
		attributeValue 	:= c_16ZeroBytes
		attributeLength := 17,
		attributeValue 	:= c_16ZeroBytes & c_1ZeroByte
	} 

//	template ConfigAttribute m_reservedCfgAttr (