Commit 0d95ed49 authored by validator's avatar validator
Browse files

Milestone C2.

Verified TCs : 218
Validated TCs : 123
Problem in TC execution : 95
Problem in TP description : 7
 
parent eb25a658
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1311,6 +1311,17 @@
			otherOption := p_otherOpt
		}

		/*
		 *  @param  p_otherOpt Other binary option
		 *	@param  p_macTlla Binary MAC source address associated with
		 *          link layer of target
		*/
		template NbrSolOptions m_nbrSolOpt_otherOpt_macSlla (octetstring p_otherOpt,
														template Oct6to15 p_macSlla):={
			otherOption := p_otherOpt,
			srcLinkLayerAddr := m_macSlla(p_macSlla)
		}

		/*
		 *	@param  p_macTlla Binary MAC source address associated with
		 *          link layer of target
+1 −1

File changed.

Contains only whitespace changes.