Commit 4e3992d3 authored by berge's avatar berge
Browse files

Forgot to commit one file

parent bb48be2e
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -677,6 +677,16 @@
				ipv6Payload :=  *
			}

			template BindingUpdate mw_bindingUpdate_srcDst(
													UInt8 p_nextHeader,
													template Ipv6Address p_src,													
													template Ipv6Address p_dst,
													template ExtensionHeaderList p_extHdrList ) := {
				ipv6Hdr := mw_ipHdr_nextHdr_srcDst(p_nextHeader, p_src, p_dst),
				extHdrList := p_extHdrList,
				ipv6Payload :=  *
			}

			template MobileMessage mw_bindingUpdateMsg(	UInt1 p_aFlag,
													UInt1 p_hFlag,
													UInt1 p_lFlag,