titanization_ta_codec.patch 630 KB
Newer Older
garciay's avatar
garciay committed
23001 23002 23003 23004 23005 23006 23007 23008 23009 23010 23011 23012 23013 23014 23015 23016 23017 23018 23019 23020 23021 23022 23023 23024 23025 23026 23027 23028 23029 23030 23031 23032 23033 23034 23035 23036 23037 23038 23039 23040 23041 23042 23043 23044 23045 23046 23047 23048 23049 23050 23051 23052 23053 23054 23055 23056 23057 23058 23059 23060 23061 23062 23063 23064 23065 23066 23067 23068 23069 23070 23071 23072 23073 23074 23075 23076 23077 23078 23079 23080 23081 23082 23083 23084 23085 23086 23087 23088 23089 23090 23091 23092 23093 23094 23095 23096 23097 23098 23099 23100 23101 23102 23103 23104 23105 23106 23107 23108 23109 23110 23111 23112 23113 23114 23115 23116 23117 23118 23119 23120 23121 23122 23123 23124 23125 23126 23127 23128 23129 23130 23131 23132 23133 23134 23135 23136 23137 23138 23139 23140 23141 23142 23143 23144 23145 23146 23147 23148 23149 23150 23151 23152 23153 23154 23155 23156 23157 23158 23159 23160 23161 23162 23163 23164 23165 23166 23167 23168 23169 23170 23171 23172 23173 23174 23175 23176 23177 23178 23179 23180 23181 23182 23183 23184 23185 23186 23187 23188 23189 23190 23191 23192 23193 23194 23195 23196 23197 23198 23199 23200 23201 23202 23203 23204 23205 23206 23207 23208 23209 23210 23211 23212 23213 23214 23215 23216 23217 23218 23219 23220 23221 23222 23223 23224 23225 23226 23227 23228 23229 23230 23231 23232 23233 23234 23235 23236 23237 23238 23239 23240 23241 23242 23243 23244 23245 23246 23247 23248 23249 23250 23251 23252 23253 23254 23255 23256 23257 23258 23259 23260 23261 23262 23263 23264 23265 23266 23267 23268 23269 23270 23271 23272 23273 23274 23275 23276 23277 23278 23279 23280 23281 23282 23283 23284 23285 23286 23287 23288 23289 23290 23291 23292 23293 23294 23295 23296 23297 23298 23299 23300 23301 23302 23303 23304 23305 23306 23307 23308 23309 23310 23311 23312 23313 23314 23315 23316 23317 23318 23319 23320 23321 23322 23323 23324 23325 23326 23327 23328 23329 23330 23331 23332 23333 23334 23335 23336 23337 23338 23339 23340 23341 23342 23343 23344 23345 23346 23347 23348 23349 23350 23351 23352 23353 23354 23355 23356 23357 23358 23359 23360 23361 23362 23363 23364 23365 23366 23367 23368 23369 23370 23371 23372 23373 23374 23375 23376 23377 23378 23379 23380 23381 23382 23383 23384 23385 23386 23387 23388 23389 23390 23391 23392 23393 23394 23395 23396 23397 23398 23399 23400 23401 23402 23403 23404 23405 23406 23407 23408 23409 23410 23411 23412 23413 23414 23415 23416 23417 23418 23419 23420 23421 23422 23423 23424 23425 23426 23427 23428 23429 23430 23431 23432 23433 23434 23435 23436 23437 23438 23439 23440 23441 23442 23443 23444 23445 23446 23447 23448 23449 23450 23451 23452 23453 23454 23455 23456 23457 23458 23459 23460 23461 23462 23463 23464 23465 23466 23467 23468 23469 23470 23471 23472 23473 23474 23475 23476 23477 23478 23479 23480 23481 23482 23483 23484 23485 23486 23487 23488 23489 23490 23491 23492 23493 23494 23495 23496 23497 23498 23499 23500 23501 23502 23503 23504 23505 23506 23507 23508 23509 23510 23511 23512 23513 23514 23515 23516 23517 23518 23519 23520 23521 23522 23523 23524 23525 23526 23527 23528 23529 23530 23531 23532 23533 23534 23535 23536 23537 23538 23539 23540 23541 23542 23543 23544 23545 23546 23547 23548 23549 23550 23551 23552 23553 23554 23555 23556 23557 23558 23559 23560 23561 23562 23563 23564 23565 23566 23567 23568 23569 23570 23571 23572 23573 23574 23575 23576 23577 23578 23579 23580 23581 23582 23583 23584 23585 23586 23587 23588 23589 23590 23591 23592 23593 23594 23595 23596 23597 23598 23599 23600 23601 23602 23603 23604 23605 23606 23607 23608 23609 23610 23611 23612 23613 23614 23615 23616 23617 23618 23619 23620 23621 23622 23623 23624 23625 23626 23627 23628 23629 23630 23631 23632 23633 23634 23635 23636 23637 23638 23639 23640 23641 23642 23643 23644 23645 23646 23647 23648 23649 23650 23651 23652 23653 23654 23655 23656 23657 23658 23659 23660 23661 23662 23663 23664 23665 23666 23667 23668 23669 23670 23671 23672 23673 23674 23675 23676 23677 23678 23679 23680 23681 23682 23683 23684 23685 23686 23687 23688 23689 23690 23691 23692 23693 23694 23695 23696 23697 23698 23699 23700 23701 23702 23703 23704 23705 23706 23707 23708 23709 23710 23711 23712 23713 23714 23715 23716 23717 23718 23719 23720 23721 23722 23723 23724 23725 23726 23727 23728 23729 23730 23731 23732 23733 23734 23735 23736 23737 23738 23739 23740 23741 23742 23743 23744 23745 23746 23747 23748 23749 23750 23751 23752 23753 23754 23755 23756 23757 23758 23759 23760 23761 23762 23763 23764 23765 23766
+*/
+
+#include "UpperTesterPort_BTP.partC"
+#include "UpperTesterPort_CAM.partC"
+//#include "UpperTesterPort_DCC.partC"
+#include "UpperTesterPort_DENM.partC"
+#include "UpperTesterPort_GN.partC"
+#include "UpperTesterPort_IVIM.partC"
+//#include "UpperTesterPort_MapSpat.partC"
+#include "UpperTesterPort_MapemSpatem.partC"
+#include "UpperTesterPort_SremSsem.partC"
+#include "UpperTesterPort_Evcsn.partC"
+//#include "UpperTesterPort_V2G.partC"
Index: Ports/LibIts_ports/UpperTesterPort.hh
===================================================================
--- Ports/LibIts_ports/UpperTesterPort.hh	(nonexistent)
+++ Ports/LibIts_ports/UpperTesterPort.hh	(working copy)
@@ -0,0 +1,32 @@
+#ifndef UpperTesterPort_HH
+#define UpperTesterPort_HH
+
+#include "LibItsCommon_TypesAndValues.hh"
+//#include "TRI_mapper_API.hh"
+//#include "TTCN_EncDec.hh"
+
+/* to be used when built without generating softlinks to the working directory
+#include "BTP_ports/UpperTesterPort_BTP.partH"
+#include "CAM_ports/UpperTesterPort_CAM.partH"
+#include "DCC_ports/UpperTesterPort_DCC.partH"
+#include "DENM_ports/UpperTesterPort_DENM.partH"
+#include "GN_ports/UpperTesterPort_GN.partH"
+#include "IVIM_ports/UpperTesterPort_IVIM.partH"
+#include "MapSpat_ports/UpperTesterPort_MapSpat.partH"
+#include "MapemSpatem_ports/UpperTesterPort_MapemSpatem.partH"
+#include "SremSsem_ports/UpperTesterPort_SremSsem.partH"
+#include "V2G_ports/UpperTesterPort_V2G.partH"
+*/
+#include "UpperTesterPort_BTP.partH"
+#include "UpperTesterPort_CAM.partH"
+//#include "UpperTesterPort_DCC.partH"
+#include "UpperTesterPort_DENM.partH"
+#include "UpperTesterPort_GN.partH"
+#include "UpperTesterPort_IVIM.partH"
+//#include "UpperTesterPort_MapSpat.partH"
+#include "UpperTesterPort_MapemSpatem.partH"
+#include "UpperTesterPort_SremSsem.partH"
+#include "UpperTesterPort_Evcsn.partH"
+//#include "UpperTesterPort_V2G.partH"
+
+#endif
Index: Ports/LibIts_ports/V2G_ports/AdapterControlPort_V2G.partC
===================================================================
--- Ports/LibIts_ports/V2G_ports/AdapterControlPort_V2G.partC	(nonexistent)
+++ Ports/LibIts_ports/V2G_ports/AdapterControlPort_V2G.partC	(working copy)
@@ -0,0 +1,66 @@
+//=============================================================================
+namespace LibItsV2G__TestSystem {
+
+AdapterControlPort::AdapterControlPort(const char *par_port_name)
+	: AdapterControlPort_BASE(par_port_name)
+{
+
+}
+
+AdapterControlPort::~AdapterControlPort()
+{
+
+}
+
+void AdapterControlPort::set_parameter(const char * /*parameter_name*/,
+	const char * /*parameter_value*/)
+{
+
+}
+
+/*void AdapterControlPort::Handle_Fd_Event(int fd, boolean is_readable,
+	boolean is_writable, boolean is_error) {}*/
+
+void AdapterControlPort::Handle_Fd_Event_Error(int /*fd*/)
+{
+
+}
+
+void AdapterControlPort::Handle_Fd_Event_Writable(int /*fd*/)
+{
+
+}
+
+void AdapterControlPort::Handle_Fd_Event_Readable(int /*fd*/)
+{
+
+}
+
+/*void AdapterControlPort::Handle_Timeout(double time_since_last_call) {}*/
+
+void AdapterControlPort::user_map(const char * /*system_port*/)
+{
+
+}
+
+void AdapterControlPort::user_unmap(const char * /*system_port*/)
+{
+
+}
+
+void AdapterControlPort::user_start()
+{
+
+}
+
+void AdapterControlPort::user_stop()
+{
+
+}
+
+void AdapterControlPort::outgoing_send(const LibItsV2G__TypesAndValues::AcV2Gprimitive& /*send_par*/)
+{
+
+}
+
+} /* end of namespace */
Index: Ports/LibIts_ports/V2G_ports/AdapterControlPort_V2G.partH
===================================================================
--- Ports/LibIts_ports/V2G_ports/AdapterControlPort_V2G.partH	(nonexistent)
+++ Ports/LibIts_ports/V2G_ports/AdapterControlPort_V2G.partH	(working copy)
@@ -0,0 +1,30 @@
+//=============================================================================
+#include "LibItsV2G_TestSystem.hh"
+namespace LibItsV2G__TestSystem {
+
+class AdapterControlPort : public AdapterControlPort_BASE {
+public:
+	AdapterControlPort(const char *par_port_name = NULL);
+	~AdapterControlPort();
+
+	void set_parameter(const char *parameter_name,
+		const char *parameter_value);
+
+private:
+	/* void Handle_Fd_Event(int fd, boolean is_readable,
+		boolean is_writable, boolean is_error); */
+	void Handle_Fd_Event_Error(int fd);
+	void Handle_Fd_Event_Writable(int fd);
+	void Handle_Fd_Event_Readable(int fd);
+	/* void Handle_Timeout(double time_since_last_call); */
+protected:
+	void user_map(const char *system_port);
+	void user_unmap(const char *system_port);
+
+	void user_start();
+	void user_stop();
+
+	void outgoing_send(const LibItsV2G__TypesAndValues::AcV2Gprimitive& send_par);
+};
+
+} /* end of namespace */
Index: Ports/LibIts_ports/V2G_ports/UpperTesterPort_V2G.partC
===================================================================
--- Ports/LibIts_ports/V2G_ports/UpperTesterPort_V2G.partC	(nonexistent)
+++ Ports/LibIts_ports/V2G_ports/UpperTesterPort_V2G.partC	(working copy)
@@ -0,0 +1,76 @@
+//=============================================================================
+namespace LibItsV2G__TestSystem {
+
+UpperTesterPort::UpperTesterPort(const char *par_port_name)
+	: UpperTesterPort_BASE(par_port_name)
+{
+
+}
+
+UpperTesterPort::~UpperTesterPort()
+{
+
+}
+
+void UpperTesterPort::set_parameter(const char * /*parameter_name*/,
+	const char * /*parameter_value*/)
+{
+
+}
+
+/*void UpperTesterPort::Handle_Fd_Event(int fd, boolean is_readable,
+	boolean is_writable, boolean is_error) {}*/
+
+void UpperTesterPort::Handle_Fd_Event_Error(int /*fd*/)
+{
+
+}
+
+void UpperTesterPort::Handle_Fd_Event_Writable(int /*fd*/)
+{
+
+}
+
+void UpperTesterPort::Handle_Fd_Event_Readable(int /*fd*/)
+{
+
+}
+
+/*void UpperTesterPort::Handle_Timeout(double time_since_last_call) {}*/
+
+void UpperTesterPort::user_map(const char * /*system_port*/)
+{
+
+}
+
+void UpperTesterPort::user_unmap(const char * /*system_port*/)
+{
+
+}
+
+void UpperTesterPort::user_start()
+{
+
+}
+
+void UpperTesterPort::user_stop()
+{
+
+}
+
+void UpperTesterPort::outgoing_send(const LibItsV2G__TypesAndValues::UtInitialize& /*send_par*/)
+{
+
+}
+
+void UpperTesterPort::outgoing_send(const LibItsV2G__TypesAndValues::UtTrigger& /*send_par*/)
+{
+
+}
+
+void UpperTesterPort::outgoing_send(const LibItsV2G__TypesAndValues::UtCheck& /*send_par*/)
+{
+
+}
+
+} /* end of namespace */
Index: Ports/LibIts_ports/V2G_ports/UpperTesterPort_V2G.partH
===================================================================
--- Ports/LibIts_ports/V2G_ports/UpperTesterPort_V2G.partH	(nonexistent)
+++ Ports/LibIts_ports/V2G_ports/UpperTesterPort_V2G.partH	(working copy)
@@ -0,0 +1,35 @@
+//=============================================================================
+#include "LibItsV2G_TestSystem.hh"
+namespace LibItsV2G__TestSystem {
+
+class UpperTesterPort : public UpperTesterPort_BASE {
+public:
+	UpperTesterPort(const char *par_port_name = NULL);
+	~UpperTesterPort();
+
+	void set_parameter(const char *parameter_name,
+		const char *parameter_value);
+
+private:
+	/* void Handle_Fd_Event(int fd, boolean is_readable,
+		boolean is_writable, boolean is_error); */
+	void Handle_Fd_Event_Error(int fd);
+	void Handle_Fd_Event_Writable(int fd);
+	void Handle_Fd_Event_Readable(int fd);
+	/* void Handle_Timeout(double time_since_last_call); */
+protected:
+	void user_map(const char *system_port);
+	void user_unmap(const char *system_port);
+
+	void user_start();
+	void user_stop();
+
+	void outgoing_send(const LibItsV2G__TypesAndValues::UtInitialize& send_par);
+	
+	void outgoing_send(const LibItsV2G__TypesAndValues::UtTrigger& send_par);
+	
+	void outgoing_send(const LibItsV2G__TypesAndValues::UtCheck& send_par);
+};
+
+
+} /* end of namespace */
Index: Ports/LibIts_ports/V2G_ports/V2Gport.cc
===================================================================
--- Ports/LibIts_ports/V2G_ports/V2Gport.cc	(nonexistent)
+++ Ports/LibIts_ports/V2G_ports/V2Gport.cc	(working copy)
@@ -0,0 +1,77 @@
+// This Test Port skeleton source file was generated by the
+// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/5 R3A
+// for U-ERICSSON\ethgry (ethgry@HU00078339) on Sun Aug 16 13:23:50 2015
+
+// Copyright Ericsson Telecom AB 2000-2014
+
+// You may modify this file. Complete the body of empty functions and
+// add your member functions here.
+
+#include "V2Gport.hh"
+
+namespace LibItsV2G__TestSystem {
+
+V2Gport::V2Gport(const char *par_port_name)
+	: V2Gport_BASE(par_port_name)
+{
+
+}
+
+V2Gport::~V2Gport()
+{
+
+}
+
+void V2Gport::set_parameter(const char * /*parameter_name*/,
+	const char * /*parameter_value*/)
+{
+
+}
+
+/*void V2Gport::Handle_Fd_Event(int fd, boolean is_readable,
+	boolean is_writable, boolean is_error) {}*/
+
+void V2Gport::Handle_Fd_Event_Error(int /*fd*/)
+{
+
+}
+
+void V2Gport::Handle_Fd_Event_Writable(int /*fd*/)
+{
+
+}
+
+void V2Gport::Handle_Fd_Event_Readable(int /*fd*/)
+{
+
+}
+
+/*void V2Gport::Handle_Timeout(double time_since_last_call) {}*/
+
+void V2Gport::user_map(const char * /*system_port*/)
+{
+
+}
+
+void V2Gport::user_unmap(const char * /*system_port*/)
+{
+
+}
+
+void V2Gport::user_start()
+{
+
+}
+
+void V2Gport::user_stop()
+{
+
+}
+
+void V2Gport::outgoing_send(const V2Greq& /*send_par*/)
+{
+
+}
+
+} /* end of namespace */
+
Index: Ports/LibIts_ports/V2G_ports/V2Gport.hh
===================================================================
--- Ports/LibIts_ports/V2G_ports/V2Gport.hh	(nonexistent)
+++ Ports/LibIts_ports/V2G_ports/V2Gport.hh	(working copy)
@@ -0,0 +1,44 @@
+// This Test Port skeleton header file was generated by the
+// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/5 R3A
+// for U-ERICSSON\ethgry (ethgry@HU00078339) on Sun Aug 16 13:23:50 2015
+
+// Copyright Ericsson Telecom AB 2000-2014
+
+// You may modify this file. Add your attributes and prototypes of your
+// member functions here.
+
+#ifndef V2Gport_HH
+#define V2Gport_HH
+
+#include "LibItsV2G_TestSystem.hh"
+
+namespace LibItsV2G__TestSystem {
+
+class V2Gport : public V2Gport_BASE {
+public:
+	V2Gport(const char *par_port_name = NULL);
+	~V2Gport();
+
+	void set_parameter(const char *parameter_name,
+		const char *parameter_value);
+
+private:
+	/* void Handle_Fd_Event(int fd, boolean is_readable,
+		boolean is_writable, boolean is_error); */
+	void Handle_Fd_Event_Error(int fd);
+	void Handle_Fd_Event_Writable(int fd);
+	void Handle_Fd_Event_Readable(int fd);
+	/* void Handle_Timeout(double time_since_last_call); */
+protected:
+	void user_map(const char *system_port);
+	void user_unmap(const char *system_port);
+
+	void user_start();
+	void user_stop();
+
+	void outgoing_send(const V2Greq& send_par);
+};
+
+} /* end of namespace */
+
+#endif
Index: Ports/LibIts_ports/V2G_ports/AdapterControlPort_V2G.partC
===================================================================
--- Ports/LibIts_ports/V2G_ports/AdapterControlPort_V2G.partC	(nonexistent)
+++ Ports/LibIts_ports/V2G_ports/AdapterControlPort_V2G.partC	(working copy)
@@ -0,0 +1,66 @@
+//=============================================================================
+namespace LibItsV2G__TestSystem {
+
+AdapterControlPort::AdapterControlPort(const char *par_port_name)
+	: AdapterControlPort_BASE(par_port_name)
+{
+
+}
+
+AdapterControlPort::~AdapterControlPort()
+{
+
+}
+
+void AdapterControlPort::set_parameter(const char * /*parameter_name*/,
+	const char * /*parameter_value*/)
+{
+
+}
+
+/*void AdapterControlPort::Handle_Fd_Event(int fd, boolean is_readable,
+	boolean is_writable, boolean is_error) {}*/
+
+void AdapterControlPort::Handle_Fd_Event_Error(int /*fd*/)
+{
+
+}
+
+void AdapterControlPort::Handle_Fd_Event_Writable(int /*fd*/)
+{
+
+}
+
+void AdapterControlPort::Handle_Fd_Event_Readable(int /*fd*/)
+{
+
+}
+
+/*void AdapterControlPort::Handle_Timeout(double time_since_last_call) {}*/
+
+void AdapterControlPort::user_map(const char * /*system_port*/)
+{
+
+}
+
+void AdapterControlPort::user_unmap(const char * /*system_port*/)
+{
+
+}
+
+void AdapterControlPort::user_start()
+{
+
+}
+
+void AdapterControlPort::user_stop()
+{
+
+}
+
+void AdapterControlPort::outgoing_send(const LibItsV2G__TypesAndValues::AcV2Gprimitive& /*send_par*/)
+{
+
+}
+
+} /* end of namespace */
Index: Ports/LibIts_ports/V2G_ports/AdapterControlPort_V2G.partH
===================================================================
--- Ports/LibIts_ports/V2G_ports/AdapterControlPort_V2G.partH	(nonexistent)
+++ Ports/LibIts_ports/V2G_ports/AdapterControlPort_V2G.partH	(working copy)
@@ -0,0 +1,30 @@
+//=============================================================================
+#include "LibItsV2G_TestSystem.hh"
+namespace LibItsV2G__TestSystem {
+
+class AdapterControlPort : public AdapterControlPort_BASE {
+public:
+	AdapterControlPort(const char *par_port_name = NULL);
+	~AdapterControlPort();
+
+	void set_parameter(const char *parameter_name,
+		const char *parameter_value);
+
+private:
+	/* void Handle_Fd_Event(int fd, boolean is_readable,
+		boolean is_writable, boolean is_error); */
+	void Handle_Fd_Event_Error(int fd);
+	void Handle_Fd_Event_Writable(int fd);
+	void Handle_Fd_Event_Readable(int fd);
+	/* void Handle_Timeout(double time_since_last_call); */
+protected:
+	void user_map(const char *system_port);
+	void user_unmap(const char *system_port);
+
+	void user_start();
+	void user_stop();
+
+	void outgoing_send(const LibItsV2G__TypesAndValues::AcV2Gprimitive& send_par);
+};
+
+} /* end of namespace */
Index: Ports/LibIts_ports/V2G_ports/UpperTesterPort_V2G.partC
===================================================================
--- Ports/LibIts_ports/V2G_ports/UpperTesterPort_V2G.partC	(nonexistent)
+++ Ports/LibIts_ports/V2G_ports/UpperTesterPort_V2G.partC	(working copy)
@@ -0,0 +1,76 @@
+//=============================================================================
+namespace LibItsV2G__TestSystem {
+
+UpperTesterPort::UpperTesterPort(const char *par_port_name)
+	: UpperTesterPort_BASE(par_port_name)
+{
+
+}
+
+UpperTesterPort::~UpperTesterPort()
+{
+
+}
+
+void UpperTesterPort::set_parameter(const char * /*parameter_name*/,
+	const char * /*parameter_value*/)
+{
+
+}
+
+/*void UpperTesterPort::Handle_Fd_Event(int fd, boolean is_readable,
+	boolean is_writable, boolean is_error) {}*/
+
+void UpperTesterPort::Handle_Fd_Event_Error(int /*fd*/)
+{
+
+}
+
+void UpperTesterPort::Handle_Fd_Event_Writable(int /*fd*/)
+{
+
+}
+
+void UpperTesterPort::Handle_Fd_Event_Readable(int /*fd*/)
+{
+
+}
+
+/*void UpperTesterPort::Handle_Timeout(double time_since_last_call) {}*/
+
+void UpperTesterPort::user_map(const char * /*system_port*/)
+{
+
+}
+
+void UpperTesterPort::user_unmap(const char * /*system_port*/)
+{
+
+}
+
+void UpperTesterPort::user_start()
+{
+
+}
+
+void UpperTesterPort::user_stop()
+{
+
+}
+
+void UpperTesterPort::outgoing_send(const LibItsV2G__TypesAndValues::UtInitialize& /*send_par*/)
+{
+
+}
+
+void UpperTesterPort::outgoing_send(const LibItsV2G__TypesAndValues::UtTrigger& /*send_par*/)
+{
+
+}
+
+void UpperTesterPort::outgoing_send(const LibItsV2G__TypesAndValues::UtCheck& /*send_par*/)
+{
+
+}
+
+} /* end of namespace */
Index: Ports/LibIts_ports/V2G_ports/UpperTesterPort_V2G.partH
===================================================================
--- Ports/LibIts_ports/V2G_ports/UpperTesterPort_V2G.partH	(nonexistent)
+++ Ports/LibIts_ports/V2G_ports/UpperTesterPort_V2G.partH	(working copy)
@@ -0,0 +1,35 @@
+//=============================================================================
+#include "LibItsV2G_TestSystem.hh"
+namespace LibItsV2G__TestSystem {
+
+class UpperTesterPort : public UpperTesterPort_BASE {
+public:
+	UpperTesterPort(const char *par_port_name = NULL);
+	~UpperTesterPort();
+
+	void set_parameter(const char *parameter_name,
+		const char *parameter_value);
+
+private:
+	/* void Handle_Fd_Event(int fd, boolean is_readable,
+		boolean is_writable, boolean is_error); */
+	void Handle_Fd_Event_Error(int fd);
+	void Handle_Fd_Event_Writable(int fd);
+	void Handle_Fd_Event_Readable(int fd);
+	/* void Handle_Timeout(double time_since_last_call); */
+protected:
+	void user_map(const char *system_port);
+	void user_unmap(const char *system_port);
+
+	void user_start();
+	void user_stop();
+
+	void outgoing_send(const LibItsV2G__TypesAndValues::UtInitialize& send_par);
+	
+	void outgoing_send(const LibItsV2G__TypesAndValues::UtTrigger& send_par);
+	
+	void outgoing_send(const LibItsV2G__TypesAndValues::UtCheck& send_par);
+};
+
+
+} /* end of namespace */
Index: Ports/LibIts_ports/V2G_ports/V2Gport.cc
===================================================================
--- Ports/LibIts_ports/V2G_ports/V2Gport.cc	(nonexistent)
+++ Ports/LibIts_ports/V2G_ports/V2Gport.cc	(working copy)
@@ -0,0 +1,77 @@
+// This Test Port skeleton source file was generated by the
+// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/5 R3A
+// for U-ERICSSON\ethgry (ethgry@HU00078339) on Sun Aug 16 13:23:50 2015
+
+// Copyright Ericsson Telecom AB 2000-2014
+
+// You may modify this file. Complete the body of empty functions and
+// add your member functions here.
+
+#include "V2Gport.hh"
+
+namespace LibItsV2G__TestSystem {
+
+V2Gport::V2Gport(const char *par_port_name)
+	: V2Gport_BASE(par_port_name)
+{
+
+}
+
+V2Gport::~V2Gport()
+{
+
+}
+
+void V2Gport::set_parameter(const char * /*parameter_name*/,
+	const char * /*parameter_value*/)
+{
+
+}
+
+/*void V2Gport::Handle_Fd_Event(int fd, boolean is_readable,
+	boolean is_writable, boolean is_error) {}*/
+
+void V2Gport::Handle_Fd_Event_Error(int /*fd*/)
+{
+
+}
+
+void V2Gport::Handle_Fd_Event_Writable(int /*fd*/)
+{
+
+}
+
+void V2Gport::Handle_Fd_Event_Readable(int /*fd*/)
+{
+
+}
+
+/*void V2Gport::Handle_Timeout(double time_since_last_call) {}*/
+
+void V2Gport::user_map(const char * /*system_port*/)
+{
+
+}
+
+void V2Gport::user_unmap(const char * /*system_port*/)
+{
+
+}
+
+void V2Gport::user_start()
+{
+
+}
+
+void V2Gport::user_stop()
+{
+
+}
+
+void V2Gport::outgoing_send(const V2Greq& /*send_par*/)
+{
+
+}
+
+} /* end of namespace */
+
Index: Ports/LibIts_ports/V2G_ports/V2Gport.hh
===================================================================
--- Ports/LibIts_ports/V2G_ports/V2Gport.hh	(nonexistent)
+++ Ports/LibIts_ports/V2G_ports/V2Gport.hh	(working copy)
@@ -0,0 +1,44 @@
+// This Test Port skeleton header file was generated by the
+// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/5 R3A
+// for U-ERICSSON\ethgry (ethgry@HU00078339) on Sun Aug 16 13:23:50 2015
+
+// Copyright Ericsson Telecom AB 2000-2014
+
+// You may modify this file. Add your attributes and prototypes of your
+// member functions here.
+
+#ifndef V2Gport_HH
+#define V2Gport_HH
+
+#include "LibItsV2G_TestSystem.hh"
+
+namespace LibItsV2G__TestSystem {
+
+class V2Gport : public V2Gport_BASE {
+public:
+	V2Gport(const char *par_port_name = NULL);
+	~V2Gport();
+
+	void set_parameter(const char *parameter_name,
+		const char *parameter_value);
+
+private:
+	/* void Handle_Fd_Event(int fd, boolean is_readable,
+		boolean is_writable, boolean is_error); */
+	void Handle_Fd_Event_Error(int fd);
+	void Handle_Fd_Event_Writable(int fd);
+	void Handle_Fd_Event_Readable(int fd);
+	/* void Handle_Timeout(double time_since_last_call); */
+protected:
+	void user_map(const char *system_port);
+	void user_unmap(const char *system_port);
+
+	void user_start();
+	void user_stop();
+
+	void outgoing_send(const V2Greq& send_par);
+};
+
+} /* end of namespace */
+
+#endif