Commit b91fc291 authored by berge's avatar berge
Browse files

/!\ FIXING BRANCH/MERGE ISSUES /!\

Re-inserting lost change
parent 40f6ab05
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -55,4 +55,16 @@ public interface IManagementTA {
	 */
	public byte[] getLongPositionVector(byte[] targetGnAddress);

	/**
	 * Requests Test Adapter to trigger a Service Provider InSapPrimitiveUp/SAM message sending 
	 * @param sam The SAM message to transmit 
	 */
	public void startSamTransmission(final byte[] sam); 
	
	/**
	 * Requests Test Adapter to stop a Service Provider InSapPrimitiveUp/SAM message sending 
	 * @param sam The SAM message to transmit 
	 */
	public void stopSamTransmission(); 
	
}