Multistack launcher
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Sun, 7 Jun 2015 22:06:29 +0000 (00:06 +0200)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Mon, 27 Jul 2015 21:14:28 +0000 (23:14 +0200)
commit431d322261ecfd6ef354abb392edbf8987e2407a
tree44c66caae7c20e5c9766759eb667ceccb4390363
parenta8cde75abebb30020be4d9cb10d898f8986e124c
Multistack launcher
42 files changed:
example/diameter/launcher/Launcher.cpp
example/diameter/launcher/Launcher.hpp
example/diameter/launcher/MyDiameterEntity.cpp
example/diameter/launcher/Node.cpp [new file with mode: 0644]
example/diameter/launcher/Node.hpp [new file with mode: 0644]
example/diameter/launcher/deployments/basic/hex_examples [new symlink]
example/diameter/launcher/deployments/basic/hex_examples/aar-bad.hex [deleted file]
example/diameter/launcher/deployments/basic/hex_examples/aar.hex [deleted file]
example/diameter/launcher/deployments/basic/hex_examples/aar2-bad.hex [deleted file]
example/diameter/launcher/deployments/basic/hex_examples/aar3-bad.hex [deleted file]
example/diameter/launcher/deployments/basic/hex_examples/readme.txt [deleted file]
example/diameter/launcher/deployments/basic/hex_examples/tspCCA.hex [deleted file]
example/diameter/launcher/deployments/basic/hex_examples/tspCCR.hex [deleted file]
example/diameter/launcher/deployments/basic/operation.sh [changed from file to symlink]
example/diameter/launcher/deployments/basic/xml_examples [new symlink]
example/diameter/launcher/deployments/basic/xml_examples/aaa.xml [deleted file]
example/diameter/launcher/deployments/basic/xml_examples/aar.xml [deleted file]
example/diameter/launcher/deployments/basic/xml_examples/aar2.xml [deleted file]
example/diameter/launcher/deployments/basic/xml_examples/ccr.xml [deleted file]
example/diameter/launcher/deployments/ft-client/hex_examples
example/diameter/launcher/deployments/ft-client/operation.sh
example/diameter/launcher/deployments/ft-client/xml_examples
example/diameter/launcher/main.cpp
example/diameter/launcher/resources/hex_examples/aar-bad.hex [new file with mode: 0644]
example/diameter/launcher/resources/hex_examples/aar.hex [new file with mode: 0644]
example/diameter/launcher/resources/hex_examples/aar2-bad.hex [new file with mode: 0644]
example/diameter/launcher/resources/hex_examples/aar3-bad.hex [new file with mode: 0644]
example/diameter/launcher/resources/hex_examples/readme.txt [new file with mode: 0644]
example/diameter/launcher/resources/hex_examples/tspCCA.hex [new file with mode: 0644]
example/diameter/launcher/resources/hex_examples/tspCCR.hex [new file with mode: 0644]
example/diameter/launcher/resources/pcap2diameterHex.sh [deleted file]
example/diameter/launcher/resources/scripts/operation_curl.sh [new file with mode: 0755]
example/diameter/launcher/resources/scripts/operation_signal.sh [new file with mode: 0755]
example/diameter/launcher/resources/scripts/operation_tps.sh [new file with mode: 0755]
example/diameter/launcher/resources/scripts/pcap2diameterHex.sh [new file with mode: 0755]
example/diameter/launcher/resources/xml_examples/aaa.xml [new file with mode: 0644]
example/diameter/launcher/resources/xml_examples/aar.xml [new file with mode: 0644]
example/diameter/launcher/resources/xml_examples/aar2.xml [new file with mode: 0644]
example/diameter/launcher/resources/xml_examples/ccr.xml [new file with mode: 0644]
include/anna/diameter/codec/EngineImpl.hpp
source/diameter/codec/EngineImpl.cpp
source/diameter/codec/Message.cpp