simtrace: Add support for slot_mux_nr to CardEmu_BD_Config

This catches up with a recent change in simtrace2.git
(Change-Id I4cdb250d2e1dbc5b8b0169f8b7c21e288b492e1d) adding
a new optional field to CardEmu_BD_Config

Change-Id: Id29584764a2f27b9de5fa9ff67fd0ae3e912f02e
diff --git a/library/SIMTRACE_Types.ttcn b/library/SIMTRACE_Types.ttcn
index 7b1c857..d28df2f 100644
--- a/library/SIMTRACE_Types.ttcn
+++ b/library/SIMTRACE_Types.ttcn
@@ -273,7 +273,8 @@
 };
 
 type record CardEmu_BD_Config {
-	CardEmu_FeatureFlags	features
+	CardEmu_FeatureFlags	features,
+	uint8_t			slot_mux_nr optional
 };
 
 /***********************************************************************